Download List

Descripción del Proyecto

plot2d allows you to plot 2D, X vs Y, and scatter
plots directly to a compressed image file. You can
plot up to 12 series. It uses a simple ASCII
options file and runs from the console/terminal
and also has a simple Win32 GUI. The core code is
ANSI C with C++ encapsulation for ease of use.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-03-07 09:30
Alpha 0.08

Opciones de línea de comandos estándar de GNU se han mejorado con las versiones de versiones corta y larga. La capacidad de trazar una columna * -1 fue añadida. Por ejemplo, "plot2d sinc.txt 1 -2", parcelas de la columna 1 contra la columna 2 * -1. El tar.gz se ha actualizado para que se descarga en una carpeta. De entrada de la entrada estándar es ahora compatible.
Tags: Minor feature enhancements
GNU standard command line options were improved
with short versions and long versions. The ability
to plot a column * -1 was added. For example,
"plot2d sinc.txt 1 -2", plots column 1 versus
column 2 * -1. The tar.gz was updated so that it
unloads to a folder. Input from stdin is now
supported.

2008-01-09 19:49
Alpha 0.07

La capacidad de trazar una sola columna de datos, por ejemplo, single_column_data.txt trama, por ejemplo single_column_data.txt trama xlabel "tiempo (s)"-ylabel "tensión (V)"-slabel 1 "mi serie de datos"-título de "una sola columna de datos Trazado ".
Tags: Minor feature enhancements
The ability to plot a single column of data, e.g. plot single_column_data.txt e.g. plot single_column_data.txt -xlabel "time (s)" -ylabel "voltage (V)" -slabel 1 "my data series" -title "Single Column Data Plotting".

2008-01-03 19:00
Alpha 0.06

Opciones de línea de comandos adicionales.
Tags: Minor feature enhancements
Additional command line options.

2007-12-31 19:34
Alpha 0.05

Mucho mejores capacidades de la línea de comandos. Rápido y muy fácil comenzar en comparación con gnuplot, gráfico de GNU, y otros. Utilice la línea de comandos o un archivo de opciones.
Tags: Major feature enhancements
Much better command line capabilities. Fast and very easy to get started compared with gnuplot, gnu graph, and others. Use the command line or an option file.

2007-12-29 07:57
Alpha 0.04

Una nueva GUI de Win32 fue proporcionada.
Tags: Major feature enhancements
A new Win32 GUI was provided.

Project Resources