Install Veusz 1.21.1 On Ubuntu And OpenSUSE


Install Veusz 1.21.1 On Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 And Derivative Systems

Veusz is a scientific plotting package.  It is designed to produce
publication-ready Postscript, PDF or SVG output. Graphs are built-up
by combining plotting widgets. The user interface aims to be simple,
consistent and powerful.

Veusz provides GUI, Python module, command line, scripting, DBUS and
SAMP interfaces to its plotting facilities. It also allows for
manipulation and editing of datasets. Data can be captured from
external sources such as Internet sockets or other programs.

Changes in 1.21.1
  * Add swap option on keys, swapping symbol and text

Bug fixes
  * Fix missing labels if colorbar out of plot
  * Preserve tags when reloading datasets
  * Handle nan/inf/-inf when as value in UI
  * Remove dependence on pyqtconfig in build system
  * Handle errors properly in 2D CSV read
  * Do not crash if selecting siblings of document widget
  * Fix accidental modification of data by line widget
  * Improve PDF bounding box rounding to prevent chopping near edge
  * Fix function plotter in embedding
  * Fix astropy version checking
  * Fix crash for error bar in CSV with blank previous column

Features of package:
  Plotting features:
   * X-Y plots (with errorbars)
   * Line and function plots
   * Contour plots
   * Images (with colour mappings and colorbars)
   * Stepped plots (for histograms)
   * Bar graphs
   * Vector field plots
   * Box plots
   * Polar plots
   * Ternary plots
   * Plotting dates
   * Fitting functions to data
   * Stacked plots and arrays of plots
   * Nested plots
   * Plot keys
   * Plot labels
   * Shapes and arrows on plots
   * LaTeX-like formatting for text
   * Multiple axes
   * Axes with steps in axis scale (broken axes)
   * Axis scales using functional forms
   * Plotting functions of datasets
  Input and output:
   * EPS/PDF/PNG/SVG/EMF export
   * Dataset creation/manipulation
   * Embed Veusz within other programs
   * Text, HDF5, CSV, FITS, NPY/NPZ, QDP, binary and user-plugin importing
   * Data can be captured from external sources
  Extending:
   * Use as a Python module
   * User defined functions, constants and can import external Python 
functions
   * Plugin interface to allow user to write or load code to
      - import data using new formats
      - make new datasets, optionally linked to existing datasets
      - arbitrarily manipulate the document
   * Scripting interface
   * Control with DBUS and SAMP
  Other features:
   * Data picker
   * Interactive tutorial
   * Multithreaded rendering

Install Veusz 1.21.1 On Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 And Derivative Systems


$ sudo add-apt-repository ppa:jeremysanders/ppa
$ sudo apt-get update
$ sudo apt-get install veusz



 to remove veusz

$ sudo apt-get remove veusz

install Veusz 1.21.1 on OpenSUSE 13.1 

$ sudo zypper addrepo http://download.opensuse.org/repositories/science/openSUSE_13.1/science.repo $ sudo zypper refresh $ sudo zypper install python-veusz
to remove veusz
$ sudo zypper remove python-veusz

install Veusz 1.21.1 on OpenSUSE 12.3 

$ sudo zypper addrepo http://download.opensuse.org/repositories/science/openSUSE_12.3/science.repo $ sudo zypper refresh $ sudo zypper install python-veusz
to remove veusz
$ sudo zypper remove python-veusz