mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
added forgotten options to the tab-completions
This commit is contained in:
parent
54fc8c625d
commit
b8111af563
@ -17,6 +17,8 @@ complete -W \
|
|||||||
--extraValuesPerPoint \
|
--extraValuesPerPoint \
|
||||||
--rangesizeall \
|
--rangesizeall \
|
||||||
--rangesize \
|
--rangesize \
|
||||||
|
--tuplesizeall \
|
||||||
|
--tuplesize \
|
||||||
--extracmds \
|
--extracmds \
|
||||||
--set \
|
--set \
|
||||||
--unset \
|
--unset \
|
||||||
@ -52,4 +54,5 @@ complete -W \
|
|||||||
--ymin \
|
--ymin \
|
||||||
--zlabel \
|
--zlabel \
|
||||||
--zmax \
|
--zmax \
|
||||||
--zmin' feedgnuplot
|
--zmin \
|
||||||
|
--vnlog ' feedgnuplot
|
||||||
|
@ -13,7 +13,6 @@ _arguments -S
|
|||||||
'--ylabel:Y-axis label:' \
|
'--ylabel:Y-axis label:' \
|
||||||
'--y2label:Y2-axis label:' \
|
'--y2label:Y2-axis label:' \
|
||||||
'--zlabel:Z-axis label:' \
|
'--zlabel:Z-axis label:' \
|
||||||
'--zlabel:Z-axis label:' \
|
|
||||||
'--title:Plot title:' \
|
'--title:Plot title:' \
|
||||||
'--autolegend[Label each plot with its data ID]' \
|
'--autolegend[Label each plot with its data ID]' \
|
||||||
'(--3d)--xlen[the size of the x-window to plot]:window size:' \
|
'(--3d)--xlen[the size of the x-window to plot]:window size:' \
|
||||||
@ -42,6 +41,8 @@ _arguments -S
|
|||||||
'(--rangesizeall)--extraValuesPerPoint[How many extra values are given for each data range]:N'\
|
'(--rangesizeall)--extraValuesPerPoint[How many extra values are given for each data range]:N'\
|
||||||
'(--extraValuesPerPoint)--rangesizeall[How many values are given for each data range]:N'\
|
'(--extraValuesPerPoint)--rangesizeall[How many values are given for each data range]:N'\
|
||||||
'*--rangesize[How many values comprise a data range in this curve]:curve id: :N:' \
|
'*--rangesize[How many values comprise a data range in this curve]:curve id: :N:' \
|
||||||
|
'(--extraValuesPerPoint)--tuplesizeall[How many values are given for each data tuple]:N'\
|
||||||
|
'*--tuplesize[How many values comprise a data tuple in this curve]:curve id: :N:' \
|
||||||
'--dump[Instead of printing to gnuplot, print to STDOUT]' \
|
'--dump[Instead of printing to gnuplot, print to STDOUT]' \
|
||||||
'--geometry[The X11 geometry string]:geometry string:' \
|
'--geometry[The X11 geometry string]:geometry string:' \
|
||||||
'*--curvestyle[Additional styles for a curve]:curve id: :style:' \
|
'*--curvestyle[Additional styles for a curve]:curve id: :style:' \
|
||||||
@ -54,4 +55,5 @@ _arguments -S
|
|||||||
'--exit[Exit gnuplot after making the plot]' \
|
'--exit[Exit gnuplot after making the plot]' \
|
||||||
'--version' \
|
'--version' \
|
||||||
'--help' \
|
'--help' \
|
||||||
'--timefmt[Format for time/date data]:time format'
|
'--timefmt[Format for time/date data]:time format' \
|
||||||
|
'--vnlog[column IDs come from a vnlog header]'
|
||||||
|
Loading…
Reference in New Issue
Block a user