|
From: Craig D. <def...@bo...> - 2013-03-01 19:34:14
|
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. |