|
From: sfeam (E. Merritt) <eam...@gm...> - 2012-12-27 18:48:43
|
On Wednesday, 26 December 2012, Dmitri A. Sergatskov wrote: > G N U P L O T > Version 4.7 patchlevel 0 last modified 2012-06-19 > Build System: Linux x86_64 > > Copyright (C) 1986-1993, 1998, 2004, 2007-2012 > Thomas Williams, Colin Kelley and many others > > gnuplot home: http://www.gnuplot.info > mailing list: gnu...@li... > faq, bugs, etc: type "help FAQ" > immediate help: type "help" (plot window: hit 'h') > > Terminal type set to 'wxt' > gnuplot> plot '-' notitle ps 3 > input data ('e' ends) > 1 2 > input data ('e' ends) > 2 4 > input data ('e' ends) > 3 6 > input data ('e' ends) > e > gnuplot> > > Works with x11 terminal as well... Yes, sorry for dragging in a tangential point. The command works as shown if the current default style is "with points" or "with linespoints". I have "with lines" as the default so I got an error message. The primary problem is the incorrect plot that dima attached. I have managed to re-create this error by turning off the wxt oversampling, so that provides a starting point for debugging. Ethan > > Dmitri. > > On Wednesday, 26 December 2012, Dima Kogan wrote: > > > > On Wed, 26 Dec 2012 12:13:05 -0800 > > > > "sfeam (Ethan Merritt)" <eam...@gm...> wrote: > > > > > > > > > plot '-' notitle ps 3 > > > > > > > > That's not a valid plot command, > > > > and produces only an error message when I try it here. > > > > > Wait, what? I make plots in this manner reguarly and have for years. > > > What looks improper about this command? What error message do you get? > > > > Terminal type set to 'x11' > > gnuplot> plot '-' notitle ps 3 > > ^ > > warning: No pointsize specifier allowed, here > > input data ('e' ends) > > > > > This is just a warning not an error, still it works fine with: > > G N U P L O T > Version 4.7 patchlevel 0 last modified 2012-06-19 > Build System: Linux x86_64 > > Copyright (C) 1986-1993, 1998, 2004, 2007-2012 > Thomas Williams, Colin Kelley and many others > > gnuplot home: http://www.gnuplot.info > mailing list: gnu...@li... > faq, bugs, etc: type "help FAQ" > immediate help: type "help" (plot window: hit 'h') > > Terminal type set to 'wxt' > gnuplot> plot '-' notitle ps 3 > input data ('e' ends) > 1 2 > input data ('e' ends) > 2 4 > input data ('e' ends) > 3 6 > input data ('e' ends) > e > gnuplot> > > Works with x11 terminal as well... > > Dmitri. > -- > |