On Fri, Dec 3, 2010 at 8:10 PM, C M <cmpyt...@gmail.com> wrote:

>
>
> Hello.  I've decided to upgrade to matplotlib 1.0, but I'll need to fix a
>> few problems that have come up.  I was hoping I could get some help on this
>> here.
>>
>
> Second problem:  the grid background is gone despite these lines are not
> throwing any errors (here, self.subplot is an axis):
>
>     self.subplot.grid(True)
>     self.subplot.grid(color='0.75', linestyle='dotted', linewidth=0.1)
>
> I searched the docs for grid and so far haven't found the change.  What is
> the right method now?
>

Ack, sorry for the noise.  That does work (and I don't need the first
line).  It is just that the lines are so fine/faint now that I couldn't see
them lines until I tilted the monitor and looked carefully.

I'm guessing the change was because previous to mpl 1.0 a linewidth of 0.1
was below some minimal value and was treated as though it were 1?  In any
case, using linewidth=1 looks reasonable for me now.

-cm
------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to