Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #985
| From | sfeam <sfeam@users.sourceforge.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: alignmnet values xaxes and x2 axes |
| Followup-To | comp.graphics.apps.gnuplot |
| Date | 2012-03-17 23:45 -0700 |
| Organization | gnuplot development team |
| Message-ID | <jk409p$ask$2@dont-email.me> (permalink) |
| References | <9skfejF13cU1@mid.uni-berlin.de> <jk406f$ask$1@dont-email.me> |
Followups directed to: comp.graphics.apps.gnuplot
> If it's just a question of having both values labeled for each
> time point, you might try:
>
> set datafile separator ","
> set xlabel "Time"
> set x2label "Distance"
> set xtics
> set x2tics
> plot 'file' using 1:3:xtics(1):x2tics(2)
^^^^^^^^^^^^^^^
> The labels along x2 will be correct, but the axis will be slightly
> non-linear.
sorry, typo.
That should be
plot 'file' using 1:3:xticlabels(1):x2ticlabels(2)
>
>> Thanks,
>> Klaus
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
alignmnet values xaxes and x2 axes Klaus Dahlke <klaus.dahlke@gmx.de> - 2012-03-17 21:53 +0000
Re: alignmnet values xaxes and x2 axes sfeam <sfeam@users.sourceforge.net> - 2012-03-17 23:43 -0700
Re: alignmnet values xaxes and x2 axes sfeam <sfeam@users.sourceforge.net> - 2012-03-17 23:45 -0700
Re: alignmnet values xaxes and x2 axes Klaus Dahlke <klaus.dahlke@gmx.de> - 2012-03-18 11:07 +0000
csiph-web