Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3706
| X-Received | by 10.101.85.195 with SMTP id k3mr5780462pgs.202.1502011606381; Sun, 06 Aug 2017 02:26:46 -0700 (PDT) |
|---|---|
| X-Received | by 10.36.57.69 with SMTP id l66mr193527ita.1.1502011606345; Sun, 06 Aug 2017 02:26:46 -0700 (PDT) |
| Path | csiph.com!weretis.net!feeder6.news.weretis.net!news.glorb.com!u14no730010ita.0!news-out.google.com!196ni3781itl.0!nntp.google.com!u14no730001ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.graphics.apps.gnuplot |
| Date | Sun, 6 Aug 2017 02:26:46 -0700 (PDT) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=159.226.35.239; posting-account=pfzN0goAAADnI_7shuXpsDnF2rNqiWfH |
| NNTP-Posting-Host | 159.226.35.239 |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <d45b3277-4473-4cf2-b4d9-d54c9778a94f@googlegroups.com> (permalink) |
| Subject | the question about 'index' of 'set linetype' or 'set style line' |
| From | phileaslean@gmail.com |
| Injection-Date | Sun, 06 Aug 2017 09:26:46 +0000 |
| Content-Type | text/plain; charset="UTF-8" |
| Xref | csiph.com comp.graphics.apps.gnuplot:3706 |
Show key headers only | View raw
Hello,
Recently, I am plotting multi contour maps. I want set the contour line color represent same value in different contour maps. Such as:
set cntrparam levels discrete 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80
set linetype 14 #lc rgb 'blue'
set linetype 15 #lc rgb 'black'
set linetype 16 #lc rgb 'orange'
set linetype 17 #lc rgb 'yellow'
splot "tc2d-300fs_blanks.dat" with lines
But I found that index of 'set linetype' or 'set style line' is start from center to edge. How can I set the index start from the edge to center of contour lines.
Because the discrete of my contour maps are different, for example, the other map's discrete is:
set cntrparam levels discrete 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60
Thank you very much.
Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar
the question about 'index' of 'set linetype' or 'set style line' phileaslean@gmail.com - 2017-08-06 02:26 -0700
csiph-web