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


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

set tics OFF and ON on log and linear scales

Started byoscar.rotava@gmail.com
First post2015-05-15 11:17 -0700
Last post2015-05-15 20:21 -0700
Articles 2 — 2 participants

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


Contents

  set tics OFF and ON on log and linear scales oscar.rotava@gmail.com - 2015-05-15 11:17 -0700
    Re: set tics OFF and ON on log and linear scales Ethan A Merritt <EAMerritt@gmail.com> - 2015-05-15 20:21 -0700

#2913 — set tics OFF and ON on log and linear scales

Fromoscar.rotava@gmail.com
Date2015-05-15 11:17 -0700
Subjectset tics OFF and ON on log and linear scales
Message-ID<519579ca-4d2f-4081-b87c-df59239cb480@googlegroups.com>
Hi all, 

Is it possible to have set tics OFF for the y2-axis but tics ON for the mirrored y-axis ? I need tics from a log scale y2 axis printed on a linear y scale, but not seen on the y2 axis, which should be a dummy scale.

Oscar 

[toc] | [next] | [standalone]


#2914

FromEthan A Merritt <EAMerritt@gmail.com>
Date2015-05-15 20:21 -0700
Message-ID<mj6d1o$8gt$1@dont-email.me>
In reply to#2913
oscar.rotava@gmail.com wrote:

> Hi all,
> 
> Is it possible to have set tics OFF for the y2-axis but tics ON for
> the mirrored y-axis ? I need tics from a log scale y2 axis printed on
> a linear y scale, but not seen on the y2 axis, which should be a dummy
> scale.

You pretty much supply your own answer

set ytics mirror
unset y2tics

[toc] | [prev] | [standalone]


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


csiph-web