How do Ubuntu/openSUSE users install Veusz 1.21.1
Veusz is a suite of scientific plotting applications that allow users to create ready publications for PostScript or PDF output. It also supports SVG, EMF, and bitmap to read CSV or FITS file data. The latest available version Veusz 1.21.1 has been released recently. The following fixes and changes:
- Fixed missing tags
- When a dataset is loaded, save the tag
- Process nan/inf/-inf as a value in the user interface
- Delete dependency pyqtconfig in build system
- Processing error 2D CSV reading
- Fix the crash if no document part is selected
- Accidental modification of fixed line part data
- Increase the rounding of PDF box
- Embedded in fixed function drawing
- Fixed astropy version check
- Fixed in CSV blank. The error bar crashes in the previous column.
Install PPA and run the following command on the terminal:
sudo add-apt-repository ppa:jeremysanders/ppa sudo apt-get update sudo apt-get install veusz
Run the following command to uninstall veusz:
sudo apt-get remove veusz
OpenSUSE 13.1 system user installation command:
sudo zypper addrepo http://download.opensuse.org/repositories/science/openSUSE_13.1/science.repo sudo zypper refresh sudo zypper install python-veusz
Run the following command to uninstall veusz:
sudo zypper remove python-veusz
OpenSUSE 12.3 system user installation command:
sudo zypper addrepo http://download.opensuse.org/repositories/science/openSUSE_12.3/science.repo sudo zypper refresh sudo zypper install python-veusz
Run the following command to uninstall veusz:
sudo zypper remove python-veusz