From: Pål G. E. <pa...@gm...> - 2012-07-11 14:41:33
|
Hi I'm trying to save a animation, which I've generated using animation.FuncAnimation. The animation has it's background set by plt.rcParams['figure.facecolor'] = 'black' Which works with plt.show(), though not with animation save. I know that plt.save needs the argument facecolor to save a figure with a given background, but the animations save does not like such an argument. What am I doing wrong? Kind regards Pål |