Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #816
| From | Michael <proximum@land.ru> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Putting an arrow on 3D graphic and writing 2 rows xtics |
| Date | 2012-01-05 19:13 +0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <je444t$aig$1@dont-email.me> (permalink) |
| References | <cdf0e8b8-3908-4ea3-bef5-0f7bb971f4ad@u6g2000vbc.googlegroups.com> <je42i1$1re$1@dont-email.me> <7773d934-53c3-457b-beb9-9480619bfd1c@t30g2000vbx.googlegroups.com> |
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.
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