Path to this page:
./
graphics/gnuplot,
Portable interactive, function plotting utility
Branch: CURRENT,
Version: 6.0.2,
Package name: gnuplot-6.0.2,
Maintainer: pkgsrc-usersGnuplot is a command-line driven interactive function plotting utility
for UNIX, MSDOS, and VMS platforms. The software is copyrighted but
freely distributed (i.e., you don't have to pay for it). It was originally
intended as graphical program which would allow scientists and students
to visualize mathematical functions and data. Gnuplot supports many
different types of terminals, plotters, and printers (including many
color devices, and pseudo-devices like LaTeX) and is easily extensible
to include new devices.
This package includes X11 support.
Required to run:[
graphics/gd] [
graphics/cairo] [
devel/pango] [
devel/libcerf]
Required to build:[
pkgtools/x11-links] [
x11/xcb-proto] [
pkgtools/cwrappers] [
x11/xorgproto]
Package options: cairo, cerf, gd, x11
Master sites:
Filesize: 7458.309 KB
Version history: (Expand)
- (2025-01-05) Updated to version: gnuplot-6.0.2
- (2024-12-27) Updated to version: gnuplot-6.0.1nb7
- (2024-11-17) Updated to version: gnuplot-6.0.1nb6
- (2024-11-15) Updated to version: gnuplot-6.0.1nb5
- (2024-11-01) Updated to version: gnuplot-6.0.1nb4
- (2024-11-01) Updated to version: gnuplot-6.0.1nb3
CVS history: (Expand)
2025-01-05 10:08:55 by Adam Ciarcinski | Files touched by this commit (5) | |
Log message:
gnuplot: updated to 6.0.2
Changes in 6.0.2
* NEW backport plot style "with hsteps"
* NEW backport plot style "splot with filledcurves" (waterfall plots)
* NEW general binary keyword option "blank=NaN"
- faciliates binary input to plot styles sensitive to blank lines
* NEW polygons in splot can use pm3d coloring
- facilitates use of triangular tessellated 3D pm3d surfaces
* NEW - UTF-8 terminal input now works when linked against BSD editline
./configure --with-readline=bsd
* CHANGE backport reimplementation of local variables
- faster function block evaluation, better-defined scope
* CHANGE apply jitter to the horizontal spread of boxplot outliers
* CHANGE dump $GPVAL_LAST_MULTIPLOT at the end of a "save" file
* FIX backport reworked generation of logscale axis tic marks Bug 2372 2717
* FIX Do not save extraneous commands to $GPVAL_LAST_MULTIPLOT Bug 2714
* FIX svg: modify gnuplot_svg.js to work in local standalone mode Bug 2715
* FIX "set table": honor "nosurface" keyword in splot
* FIX "set table": honor "set format z" when z is printed \
from plot
* FIX better contouring near the edge of a z-clipped surface
* FIX x11: handle mousing of logscale axes in inactive plot window Bug 2723
* FIX qt: handle mousing of logscale axes in inactive plot window Bug 2723
* FIX wxt: handle mousing of logscale axes in inactive plot window Bug 2723
* FIX wxt: release per-thread font data before entering "persist" \
Bug 2693
* FIX "set tics scale" should not change other axis tick properties \
Bug 2724
* FIX fill properties can be given as part of "splot with circles"
* FIX some properties of the key title not shown by "show" or \
"save" Bug 2729
* FIX points with variable color value NaN should not be drawn Bug 2737
* FIX "set term tikz nostandalone" should suppress the latex \
wrapper Bug 2740
* FIX handle unusual case of intersecting pm3d surfaces Bug 2744
* FIX prevent use-after-free if a function block has no "return" \
Bug 2745
|
2024-12-27 09:21:09 by Thomas Klausner | Files touched by this commit (1055) |
Log message:
*: recursive bump for pango requiring fontconfig 2.15
|
2024-11-17 08:17:06 by Thomas Klausner | Files touched by this commit (944) |
Log message:
*: recursive bump for default-on option of at-spi2-core
|
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-07-11 21:53:41 by Thomas Klausner | Files touched by this commit (70) |
Log message:
*: bump for raqm option in gd & ImageMagick
to be on the safe side
|
2024-06-05 15:56:14 by Adam Ciarcinski | Files touched by this commit (11) | |
Log message:
gnuplot: updated to 6.0.1
Changes in 6.0.1
CHANGE Use of data source '-' inside a multiplot is an error; use a local \
datablock instead
CHANGE gd: scale "dot" (pointtype 0) by current linewidth Bug 2690
FIX configure script modified to accommodate Fedora dependencies Bug 2706
FIX mp: configure --with-metapost failed to include mp terminal
FIX empty field in csv file should not generate a tic label Bug 2667 2672
FIX Do not autoscale or extend axis ranges while zooming Bug 2679 2680
FIX svg: set default fill properties for depth-sorted pm3d objects
FIX x11: Empirical correction for bad rotation of enhanced text Bug 2661
FIX wxt: Add exception handler for mouse event processing Bug 2680 2683
FIX wxt: make right-mouse zoom box independent of terminal scaling Bug 2578
FIX regression: border color of objects with fillstyle "empty" Bug 2686
FIX "set colorbox border {<lt>}" parsing error
FIX gd x11: very short arrows were not drawn at all Bug 2690
FIX qt wxt x11: "set term" from a script causes next pause to fail Bug 2703
FIX tikz: fix use of palettes with a fixed number of colors Bug 2706
FIX "stats ... name FOO" Do not delete existing variables FOO_* Bug 2695
FIX order-dependent parsing of 2D plots with "fs solid fc variable"
http://gnuplot.info/docs_6.0/NewFeatures.html
|