[matplotlib-devel] rendering problem in mplot3d

2010-07-17 Thread H Mike Duan
Hi, There seems to be a problem in how 3D surfaces and lines are rendered in mplot3d. The following is a simple script that plots a yellow sphere, a blue wireframe on the surface of the sphere, and a red wireframe outside the sphere. The semi-transparent yellow sphere is rendered beautifully. The

Re: [matplotlib-devel] Setting dpi in savefig has unexpected results for PDFs

2010-07-17 Thread Tony S Yu
On Jul 16, 2010, at 4:08 PM, Eric Firing wrote: > On 07/16/2010 09:45 AM, Tony S Yu wrote: >> I recently noticed that setting the dpi for savefig doesn't work as >> expected when saving to pdf. Take the following code, for example: >> > import matplotlib.pyplot as plt > > plt.figure