From: Jerry <lan...@qw...> - 2006-11-17 09:58:00
|
On Nov 16, 2006, at 2:23 PM, Alan W. Irwin wrote: > On 2006-11-16 13:37-0700 Curtis Cooper wrote: > >> Hi, >> >> For my graphs, it is more convenient to have a white rather than >> black >> background. However, then my plots don't show up because the axes >> boxes, >> tick marks, etc., are all white by default. Is it possible to easily >> reverse all colors in the primary palette? > > Both postscript colour devices (psc and psttfc) have monochrome > black on > white counterparts called ps and psttf so you might want to try > those device > drivers. > > Also, it is fairly easy to rearrange the discrete colour palette > using the > colour map0 API discussed in > (http://plplot.sourceforge.net/docbook-manual/plplot-html-5.6.1/ > color.html). > > In the past, the idea has been discussed on plplot-devel to supply > a number > of convenient pre-defined colour palettes for the user (including the > default colour palette we have now), but that idea has not been > implemented > yet. > > Alan FWIW, my Ada bindings already have some extra palettes plus the ability to switch black and white. I hope to write Ada versions of the PLplot examples (I assume that's a prerequisite) and see what is involved with getting this work included with the official release. I think there might be a documentation project for the thick binding, but the standard PLplot docs should be good for the thin binding. Jerry |