Why is savefig() verbose ?

Hi all,

on my box, using the savefig() function produces a bunch of annoying lines on
the standard output, such as:

  0 4.9375 8.0
  200 18.96875 8.0
  400 19.421875 8.0
  600 18.9375 8.0
  800 18.9375 8.0
  1000 24.96875 8.0

Is there any way of getting rid of these ?

Thanks in advance,
cheers,
nicolas

Are you using a slightly dated CVS version, and are you making a ps or eps
file? I think there is a print statement we were using for debugging
somewhere in backend_ps that needs to be commented. I think the most recent
CVS is fixed.

Darren

···

On Thursday 02 June 2005 8:38 am, Nicolas Girard wrote:

Hi all,

on my box, using the savefig() function produces a bunch of annoying lines
on the standard output, such as:

  0 4.9375 8.0
  200 18.96875 8.0
  400 19.421875 8.0
  600 18.9375 8.0
  800 18.9375 8.0
  1000 24.96875 8.0

Is there any way of getting rid of these ?