Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #817
| From | Beta <ibethimuth@yahoo.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Putting an arrow on 3D graphic and writing 2 rows xtics |
| Date | 2012-01-05 06:13 -0800 |
| Organization | http://groups.google.com |
| Message-ID | <9b879033-4690-42c3-b816-e06e522b9a96@y7g2000vbe.googlegroups.com> (permalink) |
| References | <cdf0e8b8-3908-4ea3-bef5-0f7bb971f4ad@u6g2000vbc.googlegroups.com> <je42i1$1re$1@dont-email.me> <7773d934-53c3-457b-beb9-9480619bfd1c@t30g2000vbx.googlegroups.com> <je444t$aig$1@dont-email.me> |
On 5 Jan., 13:13, Michael <proxi...@land.ru> wrote:
> 05.01.2012 18:54, Beta пишет:
>
>
>
> > On 5 Jan., 12:46, Michael<proxi...@land.ru> wrote:
> >> 05.01.2012 17:29, Beta пишет:
>
> >>> 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
>
> >> There is the keyword "front". See gnuplot documentation.
>
> >> set arrow from 200,200,100 to 190,210,100 head front lt -1 lw 3
>
> > It works perfectly. Thank very much. Could also help me for the second
> > problem, please?
>
> > Thanks again
>
> > Best regards,
> > Beta
>
> set format x ''
> set x2tics
> set xlabel 'X'
>
> if I understand the question correctly.
This command gives 2 xtics on the upper and bottom sides. What I want
is 2 xtics in the same side, in this case only on the bottom side.
Thank you
Best regards,
Elisabeth
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
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