mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
updated completions with the new options
This commit is contained in:
parent
c89ddef9ba
commit
dd034797ec
@ -37,4 +37,8 @@ complete -W \
|
|||||||
--dump \
|
--dump \
|
||||||
--geometry \
|
--geometry \
|
||||||
--curvestyle \
|
--curvestyle \
|
||||||
|
--histogram \
|
||||||
|
--binwidth \
|
||||||
|
--histstyle \
|
||||||
|
--terminal \
|
||||||
--legend' feedgnuplot
|
--legend' feedgnuplot
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
_arguments -S \
|
_arguments -S \
|
||||||
'()--domain[first element of each line is the domain variable]' \
|
'()--domain[first element of each line is the domain variable]' \
|
||||||
'--dataid[each data point is preceded by the corresponding ID]' \
|
'--dataid[each data point is preceded by the corresponding ID]' \
|
||||||
'(--monotonic --xlen)--3d' \
|
'(--monotonic --xlen --histogram)--3d' \
|
||||||
'--colormap[show a colormapped xy plot]' \
|
'--colormap[show a colormapped xy plot]' \
|
||||||
'--stream[Plot the data in realtime]::period in s:' \
|
'--stream[Plot the data in realtime]::period in s:' \
|
||||||
'--lines' \
|
'--lines' \
|
||||||
@ -38,4 +38,8 @@ _arguments -S
|
|||||||
'--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:' \
|
||||||
|
'(--3d)*--histogram:plot to treat as a histogram:' \
|
||||||
|
'--binwidth:Histogram bin width:' \
|
||||||
|
'--histstyle:Style of histogram:(frequency unique cumulative cnormal)' \
|
||||||
|
'--terminal:Terminal options to set with "set terminal":' \
|
||||||
'*--legend[Legend for a curve]:curve id: :legend:'
|
'*--legend[Legend for a curve]:curve id: :legend:'
|
||||||
|
Loading…
Reference in New Issue
Block a user