[Matplotlib-users] corrupt pdf of histogram

2012-03-28 Thread sanders
Dear all, I'm making histograms: If keywords fill=False and log=True, then after saving, the png looks fine but the histogram in the pdf is mixed up. Anyone knows about this? Bram ### Script ### import matplotlib.pyplot as plt import numpy as np data = np.random.normal(size=1000) ###

Re: [Matplotlib-users] Too Many Requests error - matplotlib gallery

2012-03-28 Thread guido
Thanks a lot John!! It's working perfectly. From: John Hunter [mailto:jdh2...@gmail.com] Sent: Wednesday, March 28, 2012 11:52 AM To: Espinosa, Guido R Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] Too Many Requests error - matplotlib gallery On Mon, Mar 19, 2012

Re: [Matplotlib-users] corrupt pdf of histogram

2012-03-28 Thread Jouni K . Seppänen
sanders sand...@knmi.nl writes: If keywords fill=False and log=True, then after saving, the png looks fine but the histogram in the pdf is mixed up. Confirmed, thanks for the report. I filed this at https://github.com/matplotlib/matplotlib/issues/804 -- Jouni K. Seppänen