Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #814
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.42!gegeweb.eu!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Michael <proximum@land.ru> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Putting an arrow on 3D graphic and writing 2 rows xtics |
| Date | Thu, 05 Jan 2012 18:46:20 +0700 |
| Organization | A noiseless patient Spider |
| Lines | 35 |
| Message-ID | <je42i1$1re$1@dont-email.me> (permalink) |
| References | <cdf0e8b8-3908-4ea3-bef5-0f7bb971f4ad@u6g2000vbc.googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 8bit |
| Injection-Date | Thu, 5 Jan 2012 11:46:10 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="xRgEVutvq4120NtV0lKpag"; logging-data="1902"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+S3pwLHLqTyOCkzL6VhMnV" |
| User-Agent | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111120 Icedove/3.1.16 |
| In-Reply-To | <cdf0e8b8-3908-4ea3-bef5-0f7bb971f4ad@u6g2000vbc.googlegroups.com> |
| Cancel-Lock | sha1:OJf4+Qc7p00MTX4VIovI6mmT4fE= |
| Xref | x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:814 |
Show key headers only | View raw
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
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