Script to generate logo

Hi all,

I am putting together a new frontpage for SciPy.org, and I would like
to add a link to the Matplotlib project. I have been trying to
generate a windrose, which is part of your logo, but the script posted
to the list a while ago simply produces a blank plot. Do you have a
version available that runs under the SVN version of Matplotlib?

Thanks!
Stéfan

A precursor to our script to generate the logo is in
examples/api/logo2.py and it is currently working under svn, so you
may want to start with that.
I recall and earlier post where the windrose functionality (which
isn't included in mpl yet) was broken on the trunk because it hadn't
been ported to the new transforms api. Our logo simply makes a bar
plot with polar axes.

Let me know if you have any problems.

JDH

···

On Sat, Aug 23, 2008 at 5:58 PM, Stéfan van der Walt <stefan@...337...> wrote:

Hi all,

I am putting together a new frontpage for SciPy.org, and I would like
to add a link to the Matplotlib project. I have been trying to
generate a windrose, which is part of your logo, but the script posted
to the list a while ago simply produces a blank plot. Do you have a
version available that runs under the SVN version of Matplotlib?