mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
Corrected bug where I am no longer clobbering ALL of my commandline options
This commit is contained in:
parent
a37a8a0d4d
commit
25cc8277c9
@ -197,7 +197,7 @@ OEF
|
||||
# do not stream in the data by default
|
||||
# point plotting by default.
|
||||
# no monotonicity checks by default
|
||||
$options = { maxcurves => 100 };
|
||||
$options{ maxcurves } = 100;
|
||||
|
||||
GetOptions($options, 'stream!', 'domain!', 'dataid!', '3d!', 'colormap!', 'lines!', 'points!',
|
||||
'circles', 'legend=s@', 'autolegend!', 'xlabel=s', 'ylabel=s', 'y2label=s', 'zlabel=s',
|
||||
|
Loading…
Reference in New Issue
Block a user