mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
independent variable
This commit is contained in:
parent
4afda7a625
commit
d541cda306
@ -2527,6 +2527,8 @@ typedef struct ncplot_options {
|
||||
bool vertical_indep;
|
||||
// number of "pixels" per row x column
|
||||
ncgridgeom_e gridtype;
|
||||
// independent variable can either be a contiguous range, or a finite set
|
||||
// of keys.
|
||||
// FIXME give parameters for variables
|
||||
} ncplot_options;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user