GNUplot a Function Plotting Utility
GNUplot is a command line driven interactive function plotting utility.
GNUplot supports many different types of terminals, plotters, and
printers (including many color devices and pseudodevices like LaTeX)
and can easily be extended to include new devices.
- Developed at Publishing
-
10
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/gnuplot && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Gnuplot6.pdf | 0003951628 3.77 MB | |
README.whynot | 0000000240 240 Bytes | |
_multibuild | 0000000052 52 Bytes | |
gnuplot-4.4.0-x11ovf.dif | 0000001008 1008 Bytes | |
gnuplot-4.6.0-demo.diff | 0000003712 3.63 KB | |
gnuplot-4.6.0-fonts.diff | 0000002669 2.61 KB | |
gnuplot-4.6.0.dif | 0000004880 4.77 KB | |
gnuplot-5.2.0-texi2info.patch | 0000004400 4.3 KB | |
gnuplot-6.0.0.tar.gz | 0007522870 7.17 MB | |
gnuplot-PIE.patch | 0000001490 1.46 KB | |
gnuplot-QtCore-PIC.dif | 0000000501 501 Bytes | |
gnuplot-doc.changes | 0000095547 93.3 KB | |
gnuplot-fr.doc.bz2 | 0000074001 72.3 KB | |
gnuplot-wx3.diff | 0000000559 559 Bytes | |
gnuplot.changes | 0000095547 93.3 KB | |
gnuplot.spec | 0000009463 9.24 KB | |
gnuplot.test | 0000000436 436 Bytes | |
picins.sty | 0000017807 17.4 KB | |
pre_checkin.sh | 0000000134 134 Bytes | |
webp_figures.gnu | 0000002068 2.02 KB |
Revision 94 (latest revision is 95)
Ana Guerrero (anag+factory)
accepted
request 1137694
from
Dr. Werner Fink (WernerFink)
(revision 94)
- Add missing doc/webp_figures.gnu fronm upstream git repo - Update to gnuplot 6.0.0 * Japanese documentation updated (missing file title-ja.tex, build dependencies for mingw) * Support building against Qt6 (./configure falls back to Qt5 if the Qt6 libraries are not found) * New configure option --enable-stable-sort 1) Use mergesort rather than qsort if the system provides it. 2) If neither mergesort nor glibc stable qsort is available, modify internal gnuplot structures to contain a secondary sort key * Render color gradient in colorbox as a pixel array (cairo, qt terminals) * "reset session" restores initial state of all linetype properties * postscript terminal now handles pixmaps (Bug #2644) * New plot style "with contourfill" handles 2D and 3D contour plots with discrete z-ranges indicated by solid fill colors. * FIX do not clobber a datablock if its name is encountered unexpectedly * FIX cairo terminals: ignore zero-size polygons * FIX svg terminal now correctly tracks pattern-fill color * FIX integer overflow/wraparound when polygon is clipped to plot border * FIX do not mangle variable point properties in polar mode Bug #2650 * partial support for replotting and mousing multiplots (finally!) * fixes build error for postscript terminal when libgd and cairo are not present * strip trailing CR from function blocks read from a dos file Bug #2653 * use 64-bit integers for iteration * "unset pointintervalbox" disables the box rather than setting it to default size * keyentry '...' can be used to place a secondary title in the key * fix use of stacked histograms with variable number of data columns - Replotting and mousing multiplots o now working much more comprehensively
Comments 0