Hi,

I need to run a script which generates a large number of plots using the 
PyPlot module but the output of the script is filled with messages from 
PyPlot. How can i suppress this output?
Here is an example:

julia> using PyPlot
INFO: Loading help data...

julia> pygui(false)
false

julia> plot(rand(10),rand(10));
Figure(PyObject <matplotlib.figure.Figure object at 0x7f7979d24dd8>)
Figure(PyObject <matplotlib.figure.Figure object at 0x7f7979d24dd8>)

I really need to suppress output like "Figure(PyObject 
<matplotlib.figure.Figure object at 0x7f7979d24dd8>)"

Thanks in advance,
Guido

Reply via email to