Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3960
| From | Karl Ratzsch <mail.kfr@gmx.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Tics |
| Date | 2018-06-07 13:29 +0200 |
| Organization | solani.org |
| Message-ID | <pfb4tu$mse$1@solani.org> (permalink) |
| References | <pfauog$fdv$1@dont-email.me> |
Am 07.06.2018 um 11:43 schrieb au76666: > I have an x-axis spanning from 1 to 100 and points on a geometric > sequence along that. I plot using logscale x, and I get only three > tics, at 1, 10 and 100. How can I get more? I would like, e.g., > 1, 2, 5, 10, 20, 50, 100. "help set xtics" helps. You can alway add additional labels by set xr [1:100] set xtics add (1, 2, 5, 10, 20, 50, 100) The tics increment is treated as a multiplicator for logscale axes set xtics 2 What the minor increment does is not really documented, try set xtics 10,2 vs. set xtics 2,10
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
Tics au76666 <britz@chem.au.dk> - 2018-06-07 09:43 +0000 Re: Tics Karl Ratzsch <mail.kfr@gmx.net> - 2018-06-07 13:29 +0200
csiph-web