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


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

micro tics (mtics) are not shown!

Started bybehnaz.bostanipour@gmail.com
First post2013-04-11 04:51 -0700
Last post2013-04-11 17:32 +0200
Articles 2 — 2 participants

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


Contents

  micro tics (mtics) are not shown! behnaz.bostanipour@gmail.com - 2013-04-11 04:51 -0700
    Re: micro tics (mtics) are not shown! Christoph Bersch <usenet@bersch.net> - 2013-04-11 17:32 +0200

#1759 — micro tics (mtics) are not shown!

Frombehnaz.bostanipour@gmail.com
Date2013-04-11 04:51 -0700
Subjectmicro tics (mtics) are not shown!
Message-ID<081cf325-f338-48cb-b052-6b307c565187@googlegroups.com>
Hello,

I use gnuplot on Macos Mountain Lion. I have the a gnuplot script below and in the plot I can see the tics on x and y axes but the micro tics are not shown. I searched Web but apparently nobody had this problem before, what should I do?


set term postscript eps enhanced "Helvetica" 14

set out 'multiplotsout-1.eps'

set tics front

set grid

set title "Outdoor-urban-0.25s-1000 Nodes-15:30m-no capture"

# =======
# xaxis
# =======

set xlabel "Time(sec)" 

set xtics 0.5
set mxtics 0.25

# =======
# yaxis
# =======

set ylabel "Delivery Probability"
set yrange [0:1]
set ytics   0.1
set mytics 0.05



# =======
# key box
# =======

set key bottom right 
set key box


# =======
# default line types (lt) for color eps
# =======



set style line 1 lc rgb '#C71585' lt 1 lw 2 pt 2 
set style line 2 lc rgb '#9ACD32' lt 1 lw 2 pt 5 
set style line 3 lc rgb '#483D8B' lt 1 lw 2 pt 64 
set style line 4 lc rgb '#FF0000' lt 1 lw 2 pt 9 
set style line 5 lc rgb '#00008B' lt 1 lw 2 pt 19 
set style line 6 lc rgb '#1E90FF' lt 1 lw 2 pt 72 
set style line 7 lc rgb '#008B8B' lt 1 lw 2 pt 7 
set style line 8 lc rgb '#006400' lt 1 lw 2 pt 3 
set style line 9 lc rgb '#20B2AA' lt 1 lw 2 pt 71 
set style line 10 lc rgb '#8B4513' lt 1 lw 2 pt 42  
set style line 11 lc rgb '#6B8E23' lt 1 lw 2 pt 58  
set style line 12 lc rgb '#6A5ACD' lt 1 lw 2 pt 85 
set style line 13 lc rgb '#FA8072' lt 1 lw 2 pt 86  
set style line 14 lc rgb '#2E8B57' lt 1 lw 2 pt 87  
set style line 15 lc rgb '#FFFF00' lt 1 lw 2 pt 88 
set style line 16 lc rgb '#9ACD32' lt 1 lw 2 pt 89 
set style line 17 lc rgb '#F08080' lt 1 lw 2 pt 90 
set style line 18 lc rgb '#ADD8E6' lt 1 lw 2 pt 91  


# ======================================================================
# The plot command to graph the given information
# ======================================================================


#with ranges from 15 dBm-25 dBm
plot 'result-proba-0' u 2:3:4 ls 1 title "15 dBm", 'result-proba-2' u 2:3:4 ls 3 title "17 dBm"

# remove all customization
reset

[toc] | [next] | [standalone]


#1760

FromChristoph Bersch <usenet@bersch.net>
Date2013-04-11 17:32 +0200
Message-ID<kk6ktn$gqm$1@dont-email.me>
In reply to#1759
Hi,

Am 11.04.2013 13:51, schrieb behnaz.bostanipour@gmail.com:
> I have the a gnuplot script below and in the plot I can see the tics
> on x and y axes but the micro tics are not shown. I searched Web but
> apparently nobody had this problem before, what should I do?

you should look at the gnuplot docs! help mxtics


> set xtics 0.5
 > set mxtics 0.25

set mxtics 2

> set ytics   0.1
> set mytics 0.05

set mytics 2


Christoph

[toc] | [prev] | [standalone]


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


csiph-web