Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

veusz(1) [debian man page]

VEUSZ(1)							       Veusz								  VEUSZ(1)

NAME
Veusz - a scientific plotting and graphing application. SYNOPSIS
veusz [options] [document.vsz]... DESCRIPTION
Veusz is a scientific plotting and graphing package. It is designed to create publication-ready output in a variety of different output formats. Graphs are built-up combining plotting widgets. Veusz has a GUI user interface (started with the "veusz" command), a Python module interface and a scripting interface. If started without command line arguments, Veusz will open up with a new empty document. The program will otherwise open the listed documents. OPTIONS
--unsafe-mode Do not check opened scripts for the presence of unsafe Python commands. This allows you to create or open complete Python scripts with Veusz commands if they come from a trusted source. --listen Read Veusz commands from stdin, executing them, then writing the results to stdout. This option is intended to replace the veusz_listen standalone program. 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. --quiet If in listening mode, do not open a window before running commands, but execute them quietly. --export=FILE Export the next Veusz document file on the command line to the graphics file FILE. Supported file types include EPS, PDF, SVG, PNG, BMP, JPG and XPM. The extension of the output file is used to determine the output file format. There should be as many export options specified as input Veusz documents on the command line. --plugin=FILE Loads the Veusz plugin FILE when starting Veusz. This option provides a per-session alternative to adding the plugin in the preferences dialog box. --help Displays the options to the program and exits. --version Displays information about the currently installed version and exits. BUGS
Please report bugs at https://gna.org/bugs/?group=veusz AUTHORS
Veusz was written by Jeremy Sanders <jeremy@jeremysanders.net>. This manual page was written by Jeremy Sanders <jeremy@jeremysanders.net>. COPYRIGHT
Copyright (C) 2003-2012 Jeremy Sanders <jeremy@jeremysanders.net>. 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. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. 1.15 2012-03-28 VEUSZ(1)

Check Out this Related Man Page

ASKPASS-FIFO(8mandos)						   Mandos Manual					     ASKPASS-FIFO(8mandos)

NAME
askpass-fifo - Mandos plugin to get a password from a FIFO. SYNOPSIS
askpass-fifo DESCRIPTION
This program reads a password from a FIFO and outputs it to standard output. This program is not very useful on its own. This program is really meant to run as a plugin in the Mandos client-side system, where it is used as a fallback and alternative to retrieving passwords from a Mandos server. This program is meant to be imitate a feature of the askpass program, so that programs written to interface with it can keep working under the Mandos system. OPTIONS
This program takes no options. EXIT STATUS
If exit status is 0, the output from the program is the password as it was read. Otherwise, if exit status is other than 0, the program was interrupted or encountered an error, and any output so far could be corrupt and/or truncated, and should therefore be ignored. FILES
/lib/cryptsetup/passfifo This is the FIFO where this program will read the password. If it does not exist, it will be created. EXAMPLE
Note that normally, this program will not be invoked directly, but instead started by the Mandos plugin-runner(8mandos). This program takes no options. askpass-fifo SECURITY
The only thing that could be considered worthy of note is this: This program is meant to be run by plugin-runner(8mandos), and will, when run standalone, outside, in a normal environment, immediately output on its standard output any presumably secret password it just received. Therefore, when running this program standalone (which should never normally be done), take care not to type in any real secret password by force of habit, since it would then immediately be shown as output. SEE ALSO
intro(8mandos), fifo(7), plugin-runner(8mandos) COPYRIGHT
Copyright (C) 2008-2009, 2011-2012 Teddy Hogeborn, Bjorn Pahlsson This manual page 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 3 of the License, or (at your option) any later version. This manual page is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. Mandos 1.5.5 2012-01-01 ASKPASS-FIFO(8mandos)
Man Page