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


Groups > comp.graphics.apps.gnuplot > #1430

Re: user defined xtics and mxtics

From sfeam <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: user defined xtics and mxtics
Followup-To comp.graphics.apps.gnuplot
Date 2012-10-24 17:23 -0700
Organization gnuplot development team
Message-ID <k6a0qf$lj0$1@dont-email.me> (permalink)
References <87ehkpez2g.fsf@panzer.v.cablecom.net> <k6745r$gub$1@dont-email.me> <aer14mFa2tlU1@mid.individual.net>

Followups directed to: comp.graphics.apps.gnuplot

Show all headers | View raw


Ingo Thies wrote:

> sfeam wrote:
> 
>> That's not quite right.  You can define both tics and mtics manually.
>> But you cannot define tics and have the program insert mtics
>> automatically between them.
> 
> Does gnuplot now really support manually defined tics and mtics?
> 

So far as I know it has always been possible to define minor tics.
However, no associated text label is drawn for the minor tics.

> So, how do you define the manual mtics here? As far as I remember, this
> has not been possible until recently (unless you use arrows for this, of
> course).

Labeled major tics at 0, 0.5, 1.0,  unlabeled minor tics at 0.25 and 0.75:

   set xtics ("Zero" 0 0, "Half" 0.5 0, "One" 1.0 0, 0.25 1, 0.75 1)

The form for each tic is ("Label" <position> <level>)
where level 0 is major tic, and 1 is minor tic.
Both the label and the level are optional.   

Levels > 1 are currently treated exactly the same as level=1 
(label is not printed, minor tic is drawn) but in the future may have 
some different treatment.

	Ethan






> 
> Best wishes,
> Ingo

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

user defined xtics and mxtics Fab <fab4100@gmail.com> - 2012-10-23 22:03 +0200
  Re: user defined xtics and mxtics sfeam <sfeam@users.sourceforge.net> - 2012-10-23 15:02 -0700
    Re: user defined xtics and mxtics Fab <fab4100@gmail.com> - 2012-10-24 07:15 +0200
      Re: user defined xtics and mxtics sfeam <sfeam@users.sourceforge.net> - 2012-10-23 23:05 -0700
        Re: user defined xtics and mxtics Fab <fab4100@gmail.com> - 2012-10-24 13:16 +0200
    Re: user defined xtics and mxtics Ingo Thies <ingo.thies@gmx.de> - 2012-10-24 22:24 +0200
      Re: user defined xtics and mxtics sfeam <sfeam@users.sourceforge.net> - 2012-10-24 17:23 -0700
  Re: user defined xtics and mxtics Cristian Camilo Mejia <cc.mejia@gmail.com> - 2013-04-23 14:04 -0700
  Re: user defined xtics and mxtics Cristian Camilo Mejia <cc.mejia@gmail.com> - 2013-04-23 14:07 -0700

csiph-web