update to 1.17
changes: * Add new broken axis widget with gaps in the numerical sequence * Grid lines are plotted always under (or over) the data * Shift+Scroll wheel scrolls left/right (thanks to Dave Hughes) * Polar plots can have a "minimum" radius and log axes * Many more LaTeX symbols added * Add SAMP/VoTable support (thanks to Graham Bell) * New shifted-points xy line mode, which plots a stepped line with the points shifted to lie between the coordinates given * Points can be picked to console and/or clipboard (thanks to Valerio Mussi) * Allow reversed ternary plot
This commit is contained in:
parent
0fe8343911
commit
520f9dd5b9
3 changed files with 18 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.38 2013/02/16 11:22:33 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.39 2013/04/08 17:22:03 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= veusz-1.16
|
||||
PKGREVISION= 7
|
||||
DISTNAME= veusz-1.17
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://download.gna.org/veusz/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.12 2012/08/16 15:41:27 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.13 2013/04/08 17:22:03 drochner Exp $
|
||||
bin/veusz
|
||||
bin/veusz_listen
|
||||
${PYSITELIB}/veusz/VERSION
|
||||
|
@ -151,6 +151,7 @@ ${PYSITELIB}/veusz/examples/bar_labels.vsz
|
|||
${PYSITELIB}/veusz/examples/bar_options.vsz
|
||||
${PYSITELIB}/veusz/examples/barplots.vsz
|
||||
${PYSITELIB}/veusz/examples/boxplot.vsz
|
||||
${PYSITELIB}/veusz/examples/broken_axis.vsz
|
||||
${PYSITELIB}/veusz/examples/coloredpoints.vsz
|
||||
${PYSITELIB}/veusz/examples/contour.vsz
|
||||
${PYSITELIB}/veusz/examples/dataset_operations.vsz
|
||||
|
@ -209,6 +210,9 @@ ${PYSITELIB}/veusz/plugins/importplugin.pyo
|
|||
${PYSITELIB}/veusz/plugins/toolsplugin.py
|
||||
${PYSITELIB}/veusz/plugins/toolsplugin.pyc
|
||||
${PYSITELIB}/veusz/plugins/toolsplugin.pyo
|
||||
${PYSITELIB}/veusz/plugins/votable.py
|
||||
${PYSITELIB}/veusz/plugins/votable.pyc
|
||||
${PYSITELIB}/veusz/plugins/votable.pyo
|
||||
${PYSITELIB}/veusz/pyqtdistutils.py
|
||||
${PYSITELIB}/veusz/pyqtdistutils.pyc
|
||||
${PYSITELIB}/veusz/pyqtdistutils.pyo
|
||||
|
@ -314,6 +318,9 @@ ${PYSITELIB}/veusz/utils/version.pyo
|
|||
${PYSITELIB}/veusz/utils/vzdbus.py
|
||||
${PYSITELIB}/veusz/utils/vzdbus.pyc
|
||||
${PYSITELIB}/veusz/utils/vzdbus.pyo
|
||||
${PYSITELIB}/veusz/utils/vzsamp.py
|
||||
${PYSITELIB}/veusz/utils/vzsamp.pyc
|
||||
${PYSITELIB}/veusz/utils/vzsamp.pyo
|
||||
${PYSITELIB}/veusz/veusz_listen.py
|
||||
${PYSITELIB}/veusz/veusz_listen.pyc
|
||||
${PYSITELIB}/veusz/veusz_listen.pyo
|
||||
|
@ -326,6 +333,9 @@ ${PYSITELIB}/veusz/widgets/__init__.pyo
|
|||
${PYSITELIB}/veusz/widgets/axis.py
|
||||
${PYSITELIB}/veusz/widgets/axis.pyc
|
||||
${PYSITELIB}/veusz/widgets/axis.pyo
|
||||
${PYSITELIB}/veusz/widgets/axisbroken.py
|
||||
${PYSITELIB}/veusz/widgets/axisbroken.pyc
|
||||
${PYSITELIB}/veusz/widgets/axisbroken.pyo
|
||||
${PYSITELIB}/veusz/widgets/axisticks.py
|
||||
${PYSITELIB}/veusz/widgets/axisticks.pyc
|
||||
${PYSITELIB}/veusz/widgets/axisticks.pyo
|
||||
|
@ -419,6 +429,7 @@ ${PYSITELIB}/veusz/windows/consolewindow.pyo
|
|||
${PYSITELIB}/veusz/windows/datanavigator.py
|
||||
${PYSITELIB}/veusz/windows/datanavigator.pyc
|
||||
${PYSITELIB}/veusz/windows/datanavigator.pyo
|
||||
${PYSITELIB}/veusz/windows/icons/button_axis-broken.svg
|
||||
${PYSITELIB}/veusz/windows/icons/button_axis.svg
|
||||
${PYSITELIB}/veusz/windows/icons/button_bar.svg
|
||||
${PYSITELIB}/veusz/windows/icons/button_boxplot.svg
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.11 2012/08/16 15:41:27 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.12 2013/04/08 17:22:03 drochner Exp $
|
||||
|
||||
SHA1 (veusz-1.16.tar.gz) = 54e3ae7b1bb6d4df1aaed3f47e6dfd34600dd59c
|
||||
RMD160 (veusz-1.16.tar.gz) = a7294e8413746c423a0ded3f581ba78847da5ea7
|
||||
Size (veusz-1.16.tar.gz) = 1698865 bytes
|
||||
SHA1 (veusz-1.17.tar.gz) = cbb4e98f17308f403232ce39b94ff13b36eb44ea
|
||||
RMD160 (veusz-1.17.tar.gz) = 70310be66b9503ab7edc58f9692345a2ff606d70
|
||||
Size (veusz-1.17.tar.gz) = 1719165 bytes
|
||||
|
|
Loading…
Reference in a new issue