demo: turn on NCPLOT_OPTION_PRINTSAMPLE #1183

dankamongmen/ltr
nick black 4 years ago
parent 4b2fe60032
commit 16320792c2
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -635,7 +635,8 @@ int fpsgraph_init(struct notcurses* nc){
ncplot_options opts;
memset(&opts, 0, sizeof(opts));
opts.flags = NCPLOT_OPTION_LABELTICKSD |
NCPLOT_OPTION_EXPONENTIALD;
NCPLOT_OPTION_EXPONENTIALD |
NCPLOT_OPTION_PRINTSAMPLE;
opts.gridtype = NCBLIT_BRAILLE;
opts.legendstyle = NCSTYLE_ITALIC | NCSTYLE_BOLD;
opts.title = "frames per decisecond";

Loading…
Cancel
Save