demo: use braille for plot, looks great

pull/1181/head
nick black 4 years ago
parent 58b47bf953
commit 2cb8295146
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -635,6 +635,7 @@ int fpsgraph_init(struct notcurses* nc){
ncplot_options opts;
memset(&opts, 0, sizeof(opts));
opts.flags = NCPLOT_OPTION_LABELTICKSD | NCPLOT_OPTION_EXPONENTIALD;
opts.gridtype = NCBLIT_BRAILLE;
opts.legendstyle = NCSTYLE_ITALIC;
opts.title = "frames per second";
channels_set_fg_rgb8(&opts.minchannels, 0x80, 0x80, 0xff);

Loading…
Cancel
Save