|
From: Dima K. <gn...@di...> - 2013-03-02 06:46:26
|
sfeam (Ethan Merritt) <eam...@gm...> writes: > 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 This makes sense. 'help lines' says that it understands single-column data. >> plot '-' using 1:2 with yerrorbars >> >> does not. This makes sense too. 'help yerrorbars' doesn't say anything about working with 2-column data. It'd probably be good to add that, but at least it does what it says. >> 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. That's weird. :) 'help binary format' clearly says that this should make 2 columns available, so I'd expect this to fail same as above. I agree; this sounds like a bug. I'm seeing a different failure, though: my gnuplot segfaults. Craig: can you attach the data file you're using? dima |