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


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

Re: user defined xtics and mxtics

Newsgroups comp.graphics.apps.gnuplot
Date 2013-04-23 14:07 -0700
References <87ehkpez2g.fsf@panzer.v.cablecom.net>
Message-ID <ffc81335-94d6-4e70-8064-0a790cede0b0@googlegroups.com> (permalink)
Subject Re: user defined xtics and mxtics
From Cristian Camilo Mejia <cc.mejia@gmail.com>

Show all headers | View raw


Dear all,

I  can't show the minor tics with the following script; however if I comment the lines for xtics and ytics the minor tics appears without problem.

Thanks in advance for any help,

Crist.


set term postscript eps color enhanced font "Times-Roman" 23
set output "matrix.eps"

set palette defined (\
    1  '#0025ad', \
    2  '#0042ad', \
    3  '#0060ad', \
    4  '#007cad', \
    5  '#0099ad', \
    6  '#00ada4', \
    7  '#00ad88', \
    8  '#00ad6b', \
    9  '#00ad4e', \
    10 '#00ad31', \
    11 '#00ad14', \
    12 '#09ad00' \
    )


set pm3d map
#set pm3d interpolate 2,2

##############
set mxtics 4
set mytics 3
set xtics ("8.36" 0,"8.389" 30, "8.42" 60)  font "Times-Roman, 23"
set ytics ("1" 0,"0.75" 25,"0.5" 50,"0.25" 75, "0" 100)  font "Times-Roman, 23"
set cbtics ("1" -0.0316022150218487,"0.5" -0.0316060110926628,"0" -0.0316098071634769)font "Times-Roman, 23"
#############


set xlabel 'P' offset 0,0 font "Times-Italic,23" left rotate by 0
set ylabel 'X_{cm}' offset 0,0 font "Times-Italic,23" left rotate by 0

splot 'myfile.txt' matrix
#print 'Maximum = ',GPVAL_DATA_Z_MAX
#print 'Minimum = ',GPVAL_DATA_Z_MIN

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious 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