diff options
Diffstat (limited to 'ds9/parsers/plotparser.tcl')
-rw-r--r-- | ds9/parsers/plotparser.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/parsers/plotparser.tcl b/ds9/parsers/plotparser.tcl index 07a69c6..0eda27c 100644 --- a/ds9/parsers/plotparser.tcl +++ b/ds9/parsers/plotparser.tcl @@ -5658,7 +5658,7 @@ proc plot::yyparse {} { 61 { set _ xyey } 62 { set _ xyexey } 64 { PlotCmdSave $2 } - 65 { ProcessCmdCVAR0 PlotAddGraph $3 } + 65 { ProcessCmdCVAROpt PlotAddGraph $3 } 67 { PlotCmdData $2 } 68 { ProcessCmdCVAR0 PlotDeleteDataSetAll } 72 { ProcessCmdCVAR stats $2 PlotStats } |