On 2018-06-30 10:26-0000 Sergej Scherbina wrote:

Dear Alan,

Your last letter helped me to understand what was incorrect in my C code.

I used these your web-pages

1) http://plplot.org/docbook-manual/plplot-html-5.13.0/tri-d-plots.html

2) http://plplot.org/docbook-manual/plplot-html-5.13.0/plbox3.html

and the problem is solved! See it in attached PDF file.

What I used incorrectly in function plbox3 :

plbox3( "b <!d!> nstu", "Time", 0.0, 0,"bnstu", "Freq", 0.0, 0,"bcdmnstuv", 
Yaxis, 0.0, 0 );

I hope you won't worry about your excellent function plbox3 again!

Hi Sergey:

Glad our documentation was able to help you figure out the problem.

PS.

1) How to draw all them in Black&White regime?

2) Where is an example how to draw 3D plot in 2D projection with B&W isolines?

I use it here - http://194.44.29.164/WebPageForForecast00.html

It appears what you want is black lines (and text) on a white
background.  These are discrete colours (as opposed to continuous) so
it is simply a matter of setting up the PLplot discrete colour mapping
(cmap0) correctly.  Likely the simplest way of doing that is what was
used for page 1 of example 16, namely a call to

plspal0( "cmap0_black_on_white.pal" );

"cmap0_black_on_white.pal" is one of our useful internal cmap0 colour style
files, but you can also make and use your own such file.

Alan
__________________________
Alan W. Irwin

Programming affiliations with the FreeEOS equation-of-state
implementation for stellar interiors (freeeos.sf.net); the Time
Ephemerides project (timeephem.sf.net); PLplot scientific plotting
software package (plplot.sf.net); the libLASi project
(unifont.org/lasi); the Loads of Linux Links project (loll.sf.net);
and the Linux Brochure Project (lbproject.sf.net).
__________________________

Linux-powered Science
__________________________

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to