On 2017-05-25 12:35+0300 Sergey Shcherbina wrote:

[...]
> I have tested some plplot functions which had been proposed:
>
>       plenv( LaMin, LaMax, FiMin, FiMax, 0, 0 );
>       plschr(17, 14);
>       plpoin(1, &LaMrt, &FiMrt, 4);

Hi Sergey:

[...] It is up to you, but you should be aware that the plpoin API is
not recommended any more (except for old-fashioned device drivers)
since it was designed for the internal Hershey fonts that only have a
relatively small list of fairly ugly glyphs available.  I recommended
plstring instead of plpoin to you by design since it gives you ready
access to your system fonts (and the millions of different unicode
glyphs that are typically available for such fonts) for all modern
device drivers such as qt, cairo, wxwidgets, svg, psttf, etc.

With regard to your previous post concerning PLplot version, use
<http://plplot.sourceforge.net/docbook-manual/plplot-html-5.12.0/plgver.html>
to figure out which version you have.  (Note, that much of the PLplot
API does not change from one version to the next and, for example
plgver has been around for a very long time.  However, if your version
is not 5.12.0, building that latest version (the only one we support)
should be completely straightforward for you.  See
<https://sourceforge.net/p/plplot/wiki/Home/> for details.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

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