My graph, which had been working just fine, randomly decided to stop filling
the width of the x-axis:    http://screencast.com/t/vr3AaXIq

Here's the code I'm using (nothing fancy.. I took out all unnecessary
formatting and it didn't help):

fig = plt.figure(facecolor ='w', frameon=False)
ax = plt.subplot(111)
lines = ax.plot(r_dates, r_inbox, 'w-')

I'm out of ideas.. what could be causing this?

Thanks!
Tyler
------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to