Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2256
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news.swapon.de!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | M Sutton <suttonm@users.sourceforge.net> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Too many columns in using specification error. |
| Date | Tue, 14 Jan 2014 19:00:10 -0500 |
| Organization | A noiseless patient Spider |
| Lines | 33 |
| Message-ID | <lb4j2r$oq9$1@dont-email.me> (permalink) |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Wed, 15 Jan 2014 00:00:27 +0000 (UTC) |
| Injection-Info | mx05.eternal-september.org; posting-host="39addc0429062421f472bce09d606a65"; logging-data="25417"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/2dx/5ZTVVT+tENmeFx0Wq" |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 |
| Cancel-Lock | sha1:VqYjEFWE1N51gyIJ9/etoOtPkDw= |
| Xref | csiph.com comp.graphics.apps.gnuplot:2256 |
Show key headers only | View raw
I was recently trying to make use of the ytic() using capability with a boxxyerrorbars plot. I get a 'Too many columns in using specification' error. Is this a bug? Gnuplot 4.6.4. Here is a sample case: # test case for too many columns bug for boxxyerrorbars xspc = 0.045 yspc = .48 plot '-' using 1:2:($1-xspc):($1+xspc):($2-yspc):($2+yspc):3:ytic(4) w boxxyerrorbars fs solid fc pal .1 1 0 lab1 .2 1 1 lab1 .3 1 7 lab1 .4 1 2 lab1 .5 1 3 lab1 .6 1 4 lab1 .1 2 2 lab2 .2 2 3 lab2 .3 2 5 lab2 .4 2 0 lab2 .5 2 1 lab2 .6 2 2 lab2 e Any ideas? Mike Sutton
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
Too many columns in using specification error. M Sutton <suttonm@users.sourceforge.net> - 2014-01-14 19:00 -0500
Re: Too many columns in using specification error. sfeam <sfeam@users.sourceforge.net> - 2014-01-14 20:16 -0800
Re: Too many columns in using specification error. M Sutton <suttonm@users.sourceforge.net> - 2014-01-15 18:21 -0500
csiph-web