Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #811
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!u6g2000vbc.googlegroups.com!not-for-mail |
|---|---|
| From | Beta <ibethimuth@yahoo.com> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Putting an arrow on 3D graphic and writing 2 rows xtics |
| Date | Thu, 5 Jan 2012 02:29:56 -0800 (PST) |
| Organization | http://groups.google.com |
| Lines | 29 |
| Message-ID | <cdf0e8b8-3908-4ea3-bef5-0f7bb971f4ad@u6g2000vbc.googlegroups.com> (permalink) |
| NNTP-Posting-Host | 132.187.70.199 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-Trace | posting.google.com 1325761014 15154 127.0.0.1 (5 Jan 2012 10:56:54 GMT) |
| X-Complaints-To | groups-abuse@google.com |
| NNTP-Posting-Date | Thu, 5 Jan 2012 10:56:54 +0000 (UTC) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | u6g2000vbc.googlegroups.com; posting-host=132.187.70.199; posting-account=MsEg1QoAAAAu17eljwqB6SEYi60-1ORj |
| User-Agent | G2/1.0 |
| X-HTTP-Via | 1.1 FW2, 1.1 FW1 |
| X-Google-Web-Client | true |
| X-Google-Header-Order | VCUHALSRNK |
| X-HTTP-UserAgent | Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.23) Gecko/20110921 Ubuntu/10.04 (lucid) Firefox/3.6.23,gzip(gfe) |
| Xref | x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:811 |
Show key headers only | 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 | Next — 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