[Matplotlib-users] Problem with cachedRenderer

2012-01-24 Thread andi
Hi all, I have some old custom code for generating videos from matplotlib (not using the animation module). It used to work, but is now failing. Here is what I am doing: --- import matplotlib.pyplot as plt import numpy as np fig = plt.figure() ax = fig.add_subplot(111) im = ax.i

[Matplotlib-users] Course "Python for Scientists and Engineers" in Chicago

2012-01-24 Thread Mike Müller
Course "Python for Scientists and Engineers" in Chicago === There will be a comprehensive Python course for scientists and engineers in Chicago end of February / beginning of March 2012. It consists of a 3-day intro and a 2-day advanced section.

Re: [Matplotlib-users] Plotting contour in X-Z plane

2012-01-24 Thread alw46
Hi Eric, First, thanks for the sample - I agree that it's a neat example and I really appreciate the help. Second, I've tried to adapt your code to my specific situation and I'm running into a problem: it's not printing all the levels that I'm specifying. Do you have any insights into why? I

Re: [Matplotlib-users] matplotlib and matlab figures?

2012-01-24 Thread John Hunter
On Jan 24, 2012, at 6:06 AM, Piter_ wrote: > Hi all. > Hi all. Can I open matlab figure in matplotlib without conversion in > any other format? > I am 90% sure the answer for my question if not. But I give a 10% lazy > hope that it is possible. No, and there are no plans to support it. We want

[Matplotlib-users] matplotlib and matlab figures?

2012-01-24 Thread Piter_
Hi all. Hi all. Can I open matlab figure in matplotlib without conversion in any other format? I am 90% sure the answer for my question if not. But I give a 10% lazy hope that it is possible. Thanks -- Keep Your Developer