views:

213

answers:

3

A python program needs to draw histograms. It's ok to use 3rd party library (free). What is the best way to do that?

+9  A: 

You can use matplotlib.

ebo
Thaks. Exactly what's needed.
grigy
+3  A: 

Gnuplot.py lets you use Gnuplot from python.

seb
+1  A: 

How much power do you need? How much external weight are you willing to take on? ROOT is accessible in python using PyROOT. Heavy and a lot to learn to get the most out of it, but very powerful.

dmckee
Not that much. But thanks for info anyway.
grigy