|
From: sfeam (E. Merritt) <eam...@gm...> - 2013-03-02 03:07:26
|
On Thursday, 28 February 2013, Craig DeForest wrote: > Some 'with' modifiers include implicit dimensions in ASCII mode, others don't. > > > > For example: > > plot '-' using 1 with lines > > works, while > > plot '-' using 1:2 with yerrorbars > > does not. > > > > I think this is a bug, since the equivalent in binary mode: > > plot '-' binary array=(5) format="%double%double" using 1:2 with yerrorbars > > works fine. The "columns" in binary mode are unconnected with any reality that my poor brain can comprehend. I am surprised that the above command produces anything useful. I would have expected it to produce a uniform grid (column 1 = x coord; column 2 = y coord) at z=0. That's what `help binary` describes, anyhow. Ethan |