On 2014/06/12, 1:01 AM, Rachana Katkam wrote:
> Hi all,
>
> I am stuck with plotting that uses brewer2mpl.
> The following link describes my problem, please have a look at it:
>
> http://stackoverflow.com/questions/24181183/matplotlib-brewr2mpl-plotting-issue

The traceback doesn't match the code I find in mpl 1.3.1; I think you 
have hit a bug that has been fixed.  I recommend upgrading.  There have 
been a lot of improvements since 1.0.1.

As a workaround, you could try changing your call to "plt.grid(...)" to 
start with the positional argument True, so it would be

plt.grid(True, axis='y', color='white', linestyle='-', lw=1)

Eric

>
> Regards,
> Rachana K
>
>
>
> ------------------------------------------------------------------------------
> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> Find What Matters Most in Your Big Data with HPCC Systems
> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> http://p.sf.net/sfu/hpccsystems
>
>
>
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>


------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to