Graphing

F

Frank Ruiz

I am looking to plot some data points related to system metrics.
Benchmarking, etc. Can someone give some recommendations on a good way
to graph these datapoints in python. I started looking into
matplotlib, however was interested in others experiences.
 
G

Grant Edwards

I am looking to plot some data points related to system metrics.
Benchmarking, etc. Can someone give some recommendations on a good
way to graph these datapoints in python. I started looking into
matplotlib, however was interested in others experiences.

I've always liked gnuplot-py, but I was a gnuplot user for 10+ years
before I started using Python. If you don't already know how to use
gnuplot, then perhaps gnuplot-py might not seem as intuitive.

http://gnuplot-py.sourceforge.net/
 
P

Peter Pearson

I am looking to plot some data points related to system metrics.
Benchmarking, etc. Can someone give some recommendations on a good way
to graph these datapoints in python. I started looking into
matplotlib, however was interested in others experiences.

I like biggles. Reasonably straightforward, well defaulted.
Simple plots require only simple code.

biggles.sourceforge.net
 
J

John Ladasky

I'm using matplotlib and I'm happy with it. Quick plotting is easy
using the pyplot interface, which resembles the popular software
package MATLAB. As your ambitions grow, matplotlib has many
sophisticated tools waiting for you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top