Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #663
| From | sfeam <sfeam@users.sourceforge.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Gnuplot 4.4.3 Palette error |
| Followup-To | comp.graphics.apps.gnuplot |
| Date | 2011-11-03 10:11 -0700 |
| Organization | gnuplot development team |
| Message-ID | <j8ui0o$51o$1@dont-email.me> (permalink) |
| References | <9e0f3065-18e1-4227-9822-700703130b75@g1g2000vbd.googlegroups.com> |
Followups directed to: comp.graphics.apps.gnuplot
Vasilis wrote: > Gnuplot 4.4.3 shows an error when the palette is defined manually, > like the commands below. It mixes some colors instead of showing a > nice rainbow palette > While all previous versions 4.4.2 and below do not show this error. I do not notice any difference in the output of 4.4.2 and 4.4.3 when viewing the output of the commands below in the wxt terminal. Perhaps the difference was too subtle for me to recognize, or perhaps it is terminal dependent? What terminal type were you using that produced an error? > set pm3d map explicit > set palette defined ( 1. 1.0 1.0 1.0, 2. 0.9 0.6 0.9, 3. 1.0 0.4 > 1.0, 4. 0.9 0.0 1.0, 5. 0.7 0.0 1.0, 6. 0.5 0.0 0.8, 7. 0.0 0.0 > 0.8, 8. 0.0 0.0 1.0, 9. 0.0 0.6 1.0,10. 0.0 0.8 1.0, 11. 0.0 0.7 > 0.5, 12. 0.0 0.9 0.2,13. 0.5 1.0 0.0, 14. 0.8 1.0 0.0, 15. 1.0 1.0 > 0.0,16. 1.0 0.8 0.0, 17. 1.0 0.5 0.0, 18. 1.0 0.0 0.0,19. 0.8 0.0 0.0, > 20. 0.6 0.0 0.0, 21. 0.0 0.0 0.0 ) > set palette maxcolors 30 > splot cos(sqrt(x*x+y*y))/sqrt(x*x+y*y+0.1)
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Gnuplot 4.4.3 Palette error Vasilis <vvlachoudis@gmail.com> - 2011-11-03 02:02 -0700
Re: Gnuplot 4.4.3 Palette error sfeam <sfeam@users.sourceforge.net> - 2011-11-03 10:11 -0700
Re: Gnuplot 4.4.3 Palette error Vasilis <vvlachoudis@gmail.com> - 2011-11-04 02:33 -0700
Re: Gnuplot 4.4.3 Palette error sfeam <sfeam@users.sourceforge.net> - 2011-11-04 15:57 -0700
csiph-web