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


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

Putting an arrow on 3D graphic and writing 2 rows xtics

From Beta <ibethimuth@yahoo.com>
Newsgroups comp.graphics.apps.gnuplot
Subject Putting an arrow on 3D graphic and writing 2 rows xtics
Date 2012-01-05 02:29 -0800
Organization http://groups.google.com
Message-ID <cdf0e8b8-3908-4ea3-bef5-0f7bb971f4ad@u6g2000vbc.googlegroups.com> (permalink)

Show all headers | View raw


Hi all,

I have 2 following problems:
1. I would like to put an arrow on my 3d graphic that looks like a
picture in
         http://t16web.lanl.gov/Kawano/gnuplot/fig/sample6.10d.png
    My script is here:
         set xrange[0:719]
         set yrange[0:719]
         set cbrange[0:4]
         set arrow from 200,200,100 to 190,210,100 head lt -1 lw 3
         set xtics ("Complex" 120, "Apo" 360, "2UZ5" 600, "" 240, ""
480, "" 719)
         set ytics ("Complex" 120, "Apo" 360, "2UZ5" 600)
         set tics scale 0
         set pm3d
         set view map
         unset surface
         set size square
         splot "<awk -f addblanks.awk rmsd_bp.dat" title ""
   Unfortunately, the arrow was located under the 3d picture, so that
one could not see it.
2. I would like to have 2 rows xtics / ytics, so that I could write
"number" on the top row and "name" on the bottom row.

Any help would be really appreciated. Thank very much in advance.

Best regards,
Beta

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


Thread

Putting an arrow on 3D graphic and writing 2 rows xtics Beta <ibethimuth@yahoo.com> - 2012-01-05 02:29 -0800
  Re: Putting an arrow on 3D graphic and writing 2 rows xtics Michael <proximum@land.ru> - 2012-01-05 18:46 +0700
    Re: Putting an arrow on 3D graphic and writing 2 rows xtics Beta <ibethimuth@yahoo.com> - 2012-01-05 03:54 -0800
      Re: Putting an arrow on 3D graphic and writing 2 rows xtics Michael <proximum@land.ru> - 2012-01-05 19:13 +0700
        Re: Putting an arrow on 3D graphic and writing 2 rows xtics Beta <ibethimuth@yahoo.com> - 2012-01-05 06:13 -0800
          Re: Putting an arrow on 3D graphic and writing 2 rows xtics sfeam <sfeam@users.sourceforge.net> - 2012-01-05 15:46 -0800

csiph-web