Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #2485 > unrolled thread

Re: labeling alternate tics

Started bywalabit@gmail.com
First post2014-06-11 11:55 -0700
Last post2014-06-11 21:03 +0200
Articles 2 — 2 participants

Back to article view | Back to comp.graphics.apps.gnuplot

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: labeling alternate tics walabit@gmail.com - 2014-06-11 11:55 -0700
    Re: labeling alternate tics Karl <mail.kfr@gmx.net> - 2014-06-11 21:03 +0200

#2485 — Re: labeling alternate tics

Fromwalabit@gmail.com
Date2014-06-11 11:55 -0700
SubjectRe: labeling alternate tics
Message-ID<62ff53ec-72a6-41e3-a97e-17c683196778@googlegroups.com>
On Monday, September 15, 1997 5:00:00 PM UTC+10, Vivek Rao wrote:
> Dear gnuplotters, 
> I would like to include tics at intervals of 0.25, but
> label only those tics at intervals of 1.0 . 
> So tics at 0.25, 0.50, 0.75, and 1.25 would not be labeled, but 
> the tic at 1.0 would be. I believe there is a manual way to 
> do this, but is there a more elegant solution? Thanks. 
> 
> Vivek Rao

Yep, I wanna do the same thing. 17 years later, any answer?

[toc] | [next] | [standalone]


#2486

FromKarl <mail.kfr@gmx.net>
Date2014-06-11 21:03 +0200
Message-ID<lna97b$q2a$1@news.rz.uni-karlsruhe.de>
In reply to#2485
Am 11.06.2014 20:55, schrieb walabit@gmail.com:
> On Monday, September 15, 1997 5:00:00 PM UTC+10, Vivek Rao wrote:
>> Dear gnuplotters, 
>> I would like to include tics at intervals of 0.25, but
>> label only those tics at intervals of 1.0 . 
>> So tics at 0.25, 0.50, 0.75, and 1.25 would not be labeled, but 
>> the tic at 1.0 would be. I believe there is a manual way to 
>> do this, but is there a more elegant solution? Thanks. 
>>
>> Vivek Rao
> 
> Yep, I wanna do the same thing. 17 years later, any answer?
> 

set mxtics 4 # minor tic frequency, four per major tic, including
set xtics 1  # increment of one between major tics

[toc] | [prev] | [standalone]


Back to top | Article view | comp.graphics.apps.gnuplot


csiph-web