Plotting Software for Linux (FC3) - Publish Quality Graphs

AI Thread Summary
For users seeking open-source graphing and plotting software on Linux, particularly Fedora Core 3, several options are discussed. GNUplot is highlighted as a robust tool for plotting equations, and it works well with Maxima, a computer algebra system (CAS) that can utilize GNUplot for graphing. While XMGrace was initially considered, it lacks equation plotting capabilities. Gri is noted for producing aesthetically pleasing plots but requires data preparation in Octave. LabPlot is mentioned as a user-friendly option that allows for plotting data and functions over specified intervals. DataScene is also referenced for its GUI and high-quality graphs, although it is proprietary software. The conversation emphasizes the importance of open-source solutions, directing users to the Free Software Directory for additional resources.
Norman
Messages
895
Reaction score
4
I searched and I didn't find anything for this so here goes:

I am looking for a graphing/plotting package that will allow me to graph data and plot equations on the same graph- publishing quality. Does anyone know of any open source software for Linux (FC3 to be exact) that does this? I downloaded XMGrace but it doesn't seem to allow me to plot equations.
Thanks,
Ryan
 
Physics news on Phys.org
GNUplot plots equations. Maxima is a CAS that uses GNUplot to graph if asked to.
They work well together.
 
GNUplot is the best of the bunch?
Thanks for the Maxima info- i have been looking for a good CAS on linux and it is free to boot!
 
I think gri makes better looking plots. It's not a CAS though so in some cases you would have to produce the stuff you're going to plot in octave, save the data and then plot it. I suppose one can make good looking plots with gnuplot too but I've never got around to learning it so well that the plots wouldn't look like crap.
 
in addition- I found a decent plotter called LabPlot. It is allowing me to do data and functions defineded over limited intervals on the same graph fairly easily. For mass ploting, and script ploting gnuplot does seem to be the best.
 
Among the programs I tried, I like DataScene better. It features a cool GUI and produces high-quality graphs. It also has a data animation feature.

http://www.cyber-wit.com
 
First, don't be a necromancer. It's not nice.

Second, the software you linked to is proprietary.
Norman said:
I am looking for [...] open source software [...]
 
Sorry, my mistake. Did not pay much attention to "open source".
 
  • #10
xftan said:
Sorry, my mistake. Did not pay much attention to "open source".
It's cool. :)
 
Back
Top