juicysite.blogg.se

Veusz file types
Veusz file types













veusz file types
  1. VEUSZ FILE TYPES PDF
  2. VEUSZ FILE TYPES MANUAL
  3. VEUSZ FILE TYPES SOFTWARE

VEUSZ FILE TYPES SOFTWARE

This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2, or (at your option) any later version.

VEUSZ FILE TYPES MANUAL

This manual page was written by Jeremy Sanders. versionĭisplays information about the currently installed version and exits. helpĭisplays the options to the program and exits. This option provides a per-session alternative to adding the plugin in the preferences dialog box. Loads the Veusz plugin FILE when starting Veusz.

VEUSZ FILE TYPES PDF

Supported options are dpi= DPI giving the resolution for bitmap output files (default 100), color=True/False to switch to monochrome output (default True), page= gives a list of pages to export (default ), where the page numbers are numbered from 0, antialias=True/False enables or disables antialiasing in bitmap output files (default True), quality= VAL gives the JPEG quality value (default 85), backcolor=' #RRGGBBAA' gives the background color of bitmap files (default '#ffffff00'), pdfdpi= DPI gives the DPI when outputting to PDF files (default 150) and svgtextastext=True/False outputs text in SVG files as text, rather than as curves (default False). export-option= OPTĪdds the option given when exporting. There should be as many export options specified as input Veusz documents on the command line. The extension of the output file is used to determine the output file format. Supported file types include EPS, PDF, SVG, PNG, BMP, JPG and XPM. export= FILEĮxport the next Veusz document file on the command line to the graphics file FILE. If in listening mode, do not open a window before running commands, but execute them quietly. In this mode Veusz does not read any input documents, but will use the first argument to the program as the window title, if given. This option replaces the old veusz_listen. Read Veusz commands from stdin, executing them, then writing the results to stdout. This allows you to create or open complete Python scripts with Veusz commands if they come from a trusted source.

veusz file types

Options -unsafe-modeĭo not check opened scripts for the presence of unsafe Python commands. The program will otherwise open the listed documents. If started without command line arguments, Veusz will open up with a new empty document. Veusz has a GUI user interface (started with the veusz command), a Python module interface and a scripting interface. Graphs are built-up combining plotting widgets. It is designed to create publication-ready output in a variety of different output formats. Veusz is a scientific plotting and graphing package. color.A scientific plotting and graphing application.

veusz file types

#try and do something to some property of an attribute. This works, but def AddPlot(handle,xval,yval):

veusz file types

Xy1 = graph.Add('xy',xData = xval, yData = yval) # many of these can be opened at any time VszPlot looks like this: def VszPlot(xval,yval): I then want to have a second function AddPlot(x,y) which will add the new data to the same embedded plot. VszPlot(x,y) should create an initial plot on an embedded window of the lists x against y. Veusz reads data from a number of different types of data file, it can be manually entered, or constructed from other datasets. It can also be easily scripted (the saved file formats are similar to Python scripts) or used as module inside Python. Hi I'm trying to put together some functions to perform common tasks using Veusz' object oriented command line ( ). The program features a graphical user interface (GUI), which works under Unix/Linux, Windows or Mac OS.















Veusz file types