Main > Free Download Search >

Free plots software for linux

plots

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 149
GPlot 1.2

GPlot 1.2


GPlot provides a convenient front-end for gnuplot. more>>
GPlot provides a convenient front-end for gnuplot. GPlot GUI accepts a large set of options to generate a single plot of one or more sets of data (overlaid as necessary). This adds no new functionality to gnuplot, but rather makes it easier to generate gnuplot input.
Sometimes the simplest things can be remarkably difficult to get done. That was my reaction when I first tried to make a few simple plots. I knew about gnuplot, but it took way too long to make my first useful plot.
Perhaps the most frustrating task was trying to do something as simple (to me) as "plot this data with a blue line" or maybe the dauntingly (:-) complex "plot this data with a blue line using triangles for the data points". Eventually, I figured out one answer was this fragment:
set linestyle 10 lt 3 lw 1 pt 8 ps 0.55 plot my.data with linespoints linestyle 10
Alright, Im fed up! No more trying to figure out lt 3 versus lt 5 and pt 3 versus pt 22!
I just want a simple command I can understand that does what I want:
gplot.pl -color red -point triangle my.data
Sure gplot.pl cant handle five or ten million complexities that gnuplot can -- but I dont care. All I want is a way to plot some simple columnar data and get a graphic or
Postscript file of it and I dont want to spend very many seconds figuring it out. If this is what you want too, gplot.pl is for you too.
Examples:
# plot data in 1a.data. Show as X window
gplot.pl 1a.data
# plot 2 sets of data. Show as X window
gplot.pl 1a.data 2a.data
# plot data in 1a.data. Create a Postscript file /tmp/gplot.ps
gplot.pl -type ps 1a.data
# plot data in 1a.data. Create a Postscript file
gplot.pl -type ps -outfile 1a.ps 1a.data
# plot data in 1a.data. Annotate it a little
gplot.pl -title "This is my data" -ylabel "Vertical Axis"
-xlabel "Horizontal Axis" 1a.data
# plot 3 sets of data, specify colors and points
gplot.pl -color green -point uptriangle 1a.data
-color blue -point box 2a.data
-color green -point circle 3a.data
Enhancements:
- This release adds support for gnuplot 4.0.
- It adds support for JPEG output files.
- There is no need to upgrade unless you are on gnuplot 4.0.
- Stay on release 1.1 if you are using gnuplot 3.x.
<<less
Download (0.63MB)
Added: 2005-12-16 License: GPL (GNU General Public License) Price:
1410 downloads
ploticus 2.33

ploticus 2.33


ploticus is a graphics, charting, and plot presentation package. more>>
ploticus is a free, GPL, non-interactive software package for producing plots, charts, and graphics from data. ploticus was developed in a Unix/C environment and runs on various Unix, Linux, and win32 systems.

ploticus is good for automated or just-in-time graph generation, handles date and time data nicely, and has basic statistical capabilities. It allows significant user control over colors, styles, options and details.

From the command line you can run ploticus using the pl command. The pl command can also be invoked via CGI. C developers can use libploticus. Other interfaces exist for packages such as Python.
<<less
Download (0.43MB)
Added: 2006-06-02 License: GPL (GNU General Public License) Price:
1239 downloads
KmPlot 1.2.0

KmPlot 1.2.0


KmPlot is a mathematical function plotter for the KDE desktop. more>>
KmPlot 1.2.0 offers a software which has features of a mathematical function plotter for the KDE desktop. KmPlot is a mathematical function plotter for the KDE desktop. It has built in a powerful parser. You can plot different functions simultaneously and combine their function terms to build new functions.

KmPlot supports functions with parameters and functions in polar coordinates. Several grid modes are possible. Plots may be printed with high precision in correct scale.

Major Features:

  1. Powerful mathematical parser
  2. Precise metric printing
  3. Different plot types (functions, parametric, polar)
  4. Highly configurable visual settings (plot line, axes, grid)
  5. Export to bitmap format (BMP and PNG) and scalable vector graphics (SVG)
  6. Save/load complete session in readable xml format
  7. Trace mode: cross hair following plot, coordinates shown in the status bar
  8. Support zooming
  9. Ability to draw the 1st and 2nd derivative and the integral of a plot function
  10. Support user defined constants and parameter values
  11. Various tools for plot functions: find minimum/maximum point, get y-value and draw the area between the function and the y-axis

Requirements: KDE 4

<<less
Added: 2008-06-11 License: GPL Price: FREE
12 downloads
 
Other version of KmPlot
kmplot 1.0You can plot different functions simultaneously and combine their function terms to build new functions. Kmplot supports functions with parameters and functions in polar coordinates. Several
License:GPL (GNU General Public License)
Download (0.50MB)
1514 downloads
Added: 2005-09-13
PLplot 5.6.1

PLplot 5.6.1


PLplot is a library of functions that are useful for making scientific plots. more>>
PLplot is a library of functions that are useful for making scientific plots.
PLplot can be used from within compiled languages such as C, C++, FORTRAN and Java, and interactively from interpreted languages such as Octave, Python, Perl and Tcl.
The PLplot library can be used to create standard x-y plots, semilog plots, log-log plots, contour plots, 3D surface plots, mesh plots, bar charts and pie charts. Multiple graphs (of the same or different sizes) may be placed on a single page with multiple lines in each graph.This program wants to offer interactive plotting using the Tcl programming language with plotting extensions.
A variety of output file devices such as Postscript, png, jpeg, LaTeX and others, as well as interactive devices such as xwin, tk, xterm and Tektronics devices are upported. New devices can be easily added by writing a small number of device dependent routines.There are almost 2000 characters in the extended character set. This includes four different fonts, the Greek alphabet and a host of mathematical, musical, and other symbols. Some devices supp
Many different output device drivers are available, including postscript, tektronix, HP laserjet, HP pen plotters, XFig, xterm, X-windows, and a portable metafile format, among others. The Tk driver under Unix/X provides a full user interface based on the plframe plotting widget (see below). The metafile renderer (plrender) supports all of the standard operations as well as seeking operations (backward, forward, or to any specified page) when interactively viewing metafile output.
Part of the PLplot package is a Tcl-based interpreter (pltcl).
Also part of PLplot is a Tk-based plotting widget, called a plframe. This widget is based on the Tk frame widget, and supports a variety of user options such as zoom, scrolls, save to a variety of devices, print, resize, page layout, orientation change, and palette manipulation. Direct plotting to the widget may be done by calls to the underlying library using either C or Fortran bindings, and a large number of operations can be interpreted directly (in Tcl) by the widget.
Enhancements:
- * Commit (with a few changes) C++ interface upgrade (at least 13 new PLplot library calls are now available) donated by Andrew Ross under the LGPL. The Plplot initialization has now been separated which allows plplot commands that are supposed to be done before init (such as command-line option processing) to work for the first time. This constitutes a backwards-incompatible change that will be signalled by a new
- libplplotcxx library major version number.
-
- Commit (with a few changes) extended set of C++ examples donated by Andrew Ross under the LGPL. These examples test the interface by attempting to mimic the results of the corresponding C examples.
-
- x01cc.c: Change this one old (but still interesting) C++ example to use the updated interface.
- examples/c++/Makefile.am: extend the install to the new examples, create symlink for lena.pgm (so x20 works), and use install-hook (no more .samename) for post-install changes.
<<less
Download (6.1MB)
Added: 2006-07-15 License: GPL (GNU General Public License) Price:
1201 downloads
jgnuplot 0.2

jgnuplot 0.2


jgnuplot is a Java library for interfacing with the gnuplot plotting package. more>>
jgnuplot project is a Java library for interfacing with the gnuplot plotting package which outputs to X11, PostScript, PNG, GIF and other formats.
This library generates temporary gnuplot files which result in plots in specified output files.
The jar files can be build with the command:
$ ant
This compiles, tests and packages the software, resulting in the these files:
dist/
jgnuplot-[version].jar
jgnuplot-[version].jar.MD5
jgnuplot-[version]-src.tar.gz
jgnuplot-[version]-src.tar.gz.MD5
jgnuplot-[version]-src.zip
jgnuplot-[version]-src.zip.MD5
doc/
api/
index.html
...
These and any intermediate files can be removed by the command:
$ ant clean
Enhancements:
- general: Small bug fix [ 1517826 ] NullPointerException in Plot.setOutput(...).
<<less
Download (0.020MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1116 downloads
PlotDrop 0.51

PlotDrop 0.51


PlotDrop is designed for quick simple visualisation of 2D data series. more>>
PlotDrop is designed for quick simple visualisation of 2D data series. It is not intended to encompass anywhere near the full capabilities of GNUPlot.

PlotDrop software is made to be used in tandem with an external filesystem browser such as GNOMEs Nautilus or KDEs Konqueror.
Files containing data are added by dragging them from the browser to the file list.

Data files should be simple flat data of the kind preferred by GNUPlot, like

1.0 3.6
2.0 5.2
4.0 5.1

The series of a datafile to plot is set as an integer in the plot list. To plot more than one series simply add a file more than once and set a different series number on each entry.

<<less
Download (0.021MB)
Added: 2006-05-09 License: GPL (GNU General Public License) Price:
1263 downloads
pyglplot 0.1.0

pyglplot 0.1.0


pyglplot is an interactive 3D plotting and visualization tool written as a Python module that uses OpenGL and the GIMP Toolkit. more>>
pyglplot is a program to 3D-plot mathematical functions and datafiles. It is written as a module for python and as such features the full power and flexibility of the python programming language.
Main features:
Data Sources
- Plot python functions
- Plot python dictionaries containing the coordinates of the points and their position in the grid
- Plot plain datafiles as understood for example by gnuplot
Graphics
- Can make 3D plots of surfaces in normal or parametric mode
- Support coordinate transforms, i.e. can make e.g. polar plots
- Support for pm3d-style coloring of the surface
- Support for wireframe plotting atop of the surface
- Support for transparency: translucent plots
- Support for different types of fog and arbitrary background colors
- Support for dynamic light and specular reflexes etc.
- Use either perspective projection or parallel projection
- Save the rendered plots as portable network graphics (.png)
- Adjust all graphics parameters via dialog windows
Platforms
- This program is developed and tested on Max OS X 10.4 on powerpc with fink and Debian GNU/Linux on i386. It should compile and run everywhere where its prerequisites and requisites thereof are available. These are gtkglext-1.0 and gthread-2.0. Some minimum versions of the libriaries must be met, unfortunately, the gtk+-2.2 packages provided by fink for Mac OS X 10.3 are not sufficient -- perhaps I will port it there.
<<less
Download (0.23MB)
Added: 2005-08-05 License: GPL (GNU General Public License) Price:
1542 downloads
Chart::Plot 0.11

Chart::Plot 0.11


Chart::Plot is a Perl module to plot two dimensional data in an image. more>>
Chart::Plot is a Perl module to plot two dimensional data in an image.

SYNOPSIS

use Chart::Plot;

my $img = Chart::Plot->new();
my $anotherImg = Chart::Plot->new ($image_width, $image_height);

$img->setData (@dataset) or die( $img->error() );
$img->setData (@xdataset, @ydataset);
$img->setData (@anotherdataset, red_dashedline_points);
$img->setData (@xanotherdataset, @yanotherdataset,
Blue SolidLine NoPoints);

my ($xmin, $ymin, $xmax, $ymax) = $img->getBounds();

$img->setGraphOptions (horGraphOffset => 75,
vertGraphOffset => 100,
title => My Graph Title,
horAxisLabel => my X label,
vertAxisLabel => my Y label );

print $img->draw();

I wrote Chart::Plot to create images of some simple graphs of two dimensional data. The other graphing interface modules to GD.pm I saw on CPAN either could not handle negative data, or could only chart evenly spaced horizontal data. (If you have evenly spaced or nonmetric horizontal data and you want a bar or pie chart, I have successfully used the GIFgraph and Chart::* modules, available on CPAN.)

Chart::Plot will plot multiple data sets in the same graph, each with some negative or positive values in the independent or dependent variables. Each dataset can be a scatter graph (data are represented by graph points only) or with lines connecting successive data points, or both. Colors and dashed lines are supported, as is scientific notation (1.7E10). Axes are scaled and positioned automatically and 5-10 ticks are drawn and labeled on each axis.

You must have already installed the GD.pm library by Lincoln Stein, available on CPAN or at http://stein.cshl.org/WWW/software/GD/ Versions of GD below 1.19 supported only gif image format. Versions between 1.20 and 1.26 support only png format. GD version 1.27 supports either png or jpg image formats. Chart::Plot will draw whichever format your version of GD will draw. (See below for a method to determine which format your version supports.)

<<less
Download (0.015MB)
Added: 2007-04-24 License: Perl Artistic License Price:
915 downloads
FuncPlotter 2.0

FuncPlotter 2.0


FuncPlotter is a combined Java application and applet for displaying two-dimensional plots. more>>
FuncPlotter is a combined Java application and applet for displaying two-dimensional plots of explicit functions in one variable (i.e., functions of the form y = f(x), where f(x) is an arbitrary function composed from a set of common mathematical operators).
Up to 20 functions can be plotted simultaneously, and sets of functions can be loaded and saved.
Enhancements:
Modifications:
- The function-list UI component has been modified so that the position of a function in the list can now be changed by dragging the function up or down the list with the left mouse button.
- Configuration parameters have been added to allow the FuncPlotter applet to display specified functions when it starts up.
<<less
Download (0.23MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
808 downloads
QtiPlot 0.9 RC3

QtiPlot 0.9 RC3


QtiPlot is a data analysis and scientific plotting. more>>
QtiPlot is a data analysis and scientific plotting. Free clone of Origin.
QtiPlot uses Qt and the excellent libraries Qwt, GSL, QwtPlot3D and Ingo Bergs Fast Mathematical Parser.
Main features:
- Neat 2D and 3D data plotting
- ASCII-Import
- Spreadsheet and calculations in column-logic
- Great non-linear y=f(x) curve fitting and estimation of statistical errors of the fit-parameters
Whats New in 0.8.9 Stable Release:
- Improved the manual and changed the help system in order to use the powerful QAssistant (it must be placed in the same folder as the qtiplot executable).
- Upgraded to the unofficially released yet version muParser 1.28 which fixes crashes on 64bit machines when working with 3D surface plots.
- Upgraded to the last release of liborigin.
- Added a toolbar for matrix plots.
- Added several toolbuttons to the 3D plots toolbar.
- Improved the automatical layout of 3D plots and fixed a bug in changing the Z scale limits.
- Added the possibility to set the values of a matrix using the x and y parameters as in Origin.
Whats New in 0.9 RC3 Development Release:
- Improved handling of decimal separators.
- Improved 3D plotting.
- Improved import of Origin 7.5 files.
- Lots of bug fixes and improvements.
<<less
Download (MB)
Added: 2007-07-12 License: GPL (GNU General Public License) Price:
846 downloads
Chart::Plot::Canvas 0.02

Chart::Plot::Canvas 0.02


Chart::Plot::Canvas is a Perl module to plot two dimensional data in an Tk Canvas. more>>
Chart::Plot::Canvas is a Perl module to plot two dimensional data in an Tk Canvas.

SYNOPSIS

use Chart::Plot::Canvas;

my $img = Chart::Plot::Canvas->new();
my $anotherImg = Chart::Plot::Canvas->new ($image_width, $image_height);

$img->setData (@dataset) or die( $img->error() );
$img->setData (@xdataset, @ydataset);
$img->setData (@anotherdataset, red_dashedline_points);
$img->setData (@xanotherdataset, @yanotherdataset,
Blue SolidLine NoPoints);

my ($xmin, $ymin, $xmax, $ymax) = $img->getBounds();

$img->setGraphOptions (horGraphOffset => 75,
vertGraphOffset => 100,
title => My Graph Title,
horAxisLabel => my X label,
vertAxisLabel => my Y label );

print $img->draw();

$img->canvas($toplevel)->pack();

This package overloads Chart::Plot and supplies a new method canvas that returns a Tk Canvas equivalent to GD::Image returned by the method draw of Chart::Plot.

The graphs are descripted by same way as for Chart::Plot.

With Chart::Plot::Canvas, the method draw works like with Chart::Plot.

USAGE

See Chart::Plot for all over methods.

Create the canvas: canvas()

$img->canvas(toplevel);

This method creates the canvas and returns it.

use Chart::Plot::Canvas;

my $img = Chart::Plot->new();
$img->setData (@xdataset, @ydataset);
my $cv = $img->canvas($toplevel);
$cv->pack();

<<less
Download (0.005MB)
Added: 2007-04-24 License: Perl Artistic License Price:
913 downloads
IP-Atlas 1.0

IP-Atlas 1.0


IP-Atlas tries to plot your location or any other host on the internet using the NetGeo data. more>>
IP-Atlas tries to plot your location or any other host on the internet using the NetGeo data. It finds the latitude and longitude coordinates of the host and plots it on an image for you.It finds the latitude and longitude coordinates of the host and plots it on an image for you. You can try the demo and/or download it (91k). IP-Atlas needs PHP and optionally the GD library.

Put these files somewhere on your webserver, and point your browser to plot.php
Note: You can symlink "ln -s plot.php index.php" if you need to. If you have any problems running it, send an email to ivan@xpenguin.com

<<less
Download (0.091MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1231 downloads
Freeplot 0.0.1 Alpha

Freeplot 0.0.1 Alpha


FreePlot is a simple mathematical program that plots 2-D functions written in Python. more>>
FreePlot is a simple mathematical program that plots 2-D functions written in Python. Freeplot provides an easy to use interface and a powerful graphing mechanism that allows the user to understand what he is doing at all times.
Main features:
- Out-of-the-box multiplatform support: GNU/Linux, BSD, Windows32, MacOS
- Save functions to an image file
- Unlimited number of functions on the same cartesian plane
- Multiple colors
- Multiple line styles and marks.
- Legend support
<<less
Download (0.042MB)
Added: 2006-09-22 License: GPL (GNU General Public License) Price:
1127 downloads
RSS-Planet 1.3

RSS-Planet 1.3


RSS-Planet is a script which fetches headlines from various news Web sites. more>>
RSS-Planet is a custom marker file generator for xplanet which uses RSS feeds from news websites to plot the current headlines on a world map.

By default, Yahoo! News and CNN.com are supported, but other feeds that point to articles with easily-discoverable place names (such as the Washington Post) should work as well.

<<less
Download (0.085MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1472 downloads
SPlotter-3D 1.2 Simple Plotter 3D

SPlotter-3D 1.2 Simple Plotter 3D


SPlotter-3D is a 2D and 3D plotter. more>>
Plotting all 2D and 3D functions had never been so easy. Many samples are included.
Its also possible to print or export the plots in postscript format.
Main features:
- Plot any 2D or 3D parametric function
- Save and open parameters of a plot
- Print or export to postscript format
- Separate output and control windows to allow more working space
- Many samples included
- Zoom and axis control
<<less
Download (0.042MB)
Added: 2005-05-04 License: GPL (GNU General Public License) Price:
1648 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5