search for: libplot

Displaying 3 results from an estimated 3 matches for "libplot".

2000 Oct 04
1
Hershey Fonts, PNG, SVG, .. graphics formats
...s people free software. Paul [who built "Hershey" into R], do you think this path is worth pursuing? >From http://www.gnu.org/software/plotutils/plotutils.html >> The GNU plotutils package contains software for both programmers and >> technical users. Its centerpiece is libplot, a powerful C/C++ function >> library for exporting 2-D vector graphics in many file formats, both vector >> and raster. It can also do vector graphics animations. >> >> libplot is device-independent in the sense that its API (application >> programming interface) doe...
2000 Feb 07
1
small bug in plot code
I get a segfault from: R> plot( x, y, log="does this work?" ) [telford@faraday ring-core]$ R --version Version 0.64.2 (July 3, 1999) Copyright (C) 1999 R Development Core Team R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under the terms of the GNU General Public License. For more information about these matters, see
2000 Jan 31
1
Interest in R plotting capabilities
...ing like that? Also, gnuplot supports both hidden-line mode (very slow but gets there) and non-hidden line mode. Another thing gnuplot can do is generate 2D contours from regular grid samples of a 3D function. Is there any contour generation system for R? One final question, I looked over the GNU libplot library and it seems to have excellent device handling capabilities and some decent font selections but the actual plotting side of things is not nearly as good as R. It seems kind of logical to add a module to R that provides all the libplot devices as R devices since this would give the best of b...