mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
fps plot: use italics for legend
This commit is contained in:
parent
5c533c9f1a
commit
7560b1b2da
@ -542,6 +542,7 @@ int fpsgraph_init(struct notcurses* nc){
|
||||
ncplot_options opts;
|
||||
memset(&opts, 0, sizeof(opts));
|
||||
opts.flags = NCPLOT_OPTION_LABELTICKSD | NCPLOT_OPTION_EXPONENTIALD;
|
||||
opts.legendstyle = NCSTYLE_ITALIC;
|
||||
channels_set_fg_rgb(&opts.minchannel, 0xff, 0x00, 0xff);
|
||||
channels_set_bg(&opts.minchannel, 0x201020);
|
||||
channels_set_bg_alpha(&opts.minchannel, CELL_ALPHA_BLEND);
|
||||
|
Loading…
Reference in New Issue
Block a user