mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
no-op whitespace
This commit is contained in:
parent
0e79551f2b
commit
c14e837343
@ -107,8 +107,10 @@ sub interpretCommandline
|
||||
$options{rangesize} = [];
|
||||
$options{tuplesize} = [];
|
||||
|
||||
GetOptions(\%options, 'stream:s', 'domain!', 'dataid!', 'vnlog!', '3d!', 'colormap!', 'lines!', 'points!',
|
||||
'circles', 'legend=s{2}', 'autolegend!', 'xlabel=s', 'x2label=s', 'ylabel=s', 'y2label=s', 'zlabel=s',
|
||||
GetOptions(\%options, 'stream:s', 'domain!', 'dataid!', 'vnlog!',
|
||||
'3d!', 'colormap!', 'lines!', 'points!', 'circles',
|
||||
'legend=s{2}', 'autolegend!',
|
||||
'xlabel=s', 'x2label=s', 'ylabel=s', 'y2label=s', 'zlabel=s',
|
||||
'title=s', 'xlen=f',
|
||||
'xmin=s', 'xmax=s', 'x2min=s', 'x2max=s',
|
||||
'ymin=f', 'ymax=f', 'y2min=f', 'y2max=f',
|
||||
|
Loading…
Reference in New Issue
Block a user