On Tuesday, June 21, 2011, Eric Firing wrote:
> Suggestion: let's try to keep the labels short. I think that will make
> it easier to see what we have as the number of labels increases, and
> will make the labels a bit less visually overwhelming. (It looks like
> existing labels can be edited in
Suggestion: let's try to keep the labels short. I think that will make
it easier to see what we have as the number of labels increases, and
will make the labels a bit less visually overwhelming. (It looks like
existing labels can be edited in the Manage Labels function, but I was
afraid to tr
Hi Mike,
On Tue, Jun 21, 2011 at 6:07 AM, Michael Droettboom wrote:
> It looks like something fishy in your font cache -- "None" has been
> entered in the table as a filename.
>
> Can you move away your ~/.matplotlib/fontList.cache file (to force a
> regeneration) and see if that resolves the pro
Hi Mike,
your changes in the pull request fixed the problem for me, thanks a lot!
Greetings,
Dieter
Am Dienstag, den 21.06.2011, 09:01 -0400 schrieb Michael Droettboom:
> I see what is happening here... The SVG backend was recently
> re-written to write some of the path data in C -- unfortunatel
Sandro, did you ever figure anything out with this behavior? I see the same
thing (example scripts for which the docs contain the Exception error yet
run just fine from the command line).
Sandro Tosi-4 wrote:
>
> Hi,
>
> On Tue, Jan 4, 2011 at 19:11, Jakub Wilk wrote:
>> Package: python-matp
Hi Dan,
Is
http://matplotlib.sourceforge.net/examples/api/radar_chart.html?highlight=radar
this the example you are referring to? If so, this is the one I submitted
to the gallery a couple of years ago and I would be happy to see the
underlying methodology improved.
Josh
texas_ranger wrote:
>
It looks like something fishy in your font cache -- "None" has been
entered in the table as a filename.
Can you move away your ~/.matplotlib/fontList.cache file (to force a
regeneration) and see if that resolves the problem? If so, I'd like to
see the original broken fontList.cache file to see
I see what is happening here... The SVG backend was recently re-written
to write some of the path data in C -- unfortunately the numbers being
written there are locale-aware, and in your locale it appears to be
using ',' as a decimal point.
I put up a fix for this here:
https://github.com/ma
On Mon, Jun 20, 2011 at 6:18 PM, Eric Firing wrote:
> On 06/20/2011 11:29 AM, Darren Dale wrote:
>
>> Ok, I've migrated the issues over to github.
>>
>> Darren
>
> Darren,
>
> Thank you. Now I see another possible problem with the issue tracker:
> it doesn't seem to have a way to select issues th
Hi everybody,
just now I noticed that I was still running the old SVN version of
matplotlib and not the most recent one from git. Apparently the files
installed to (in my
case) /usr/local/lib/python2.6/dist-packages/matplotlib from SVN with
"python setup.py install" took precedence over the install
Howdy,
a simple
plot(rand(100))
savefig('foo.eps')
is giving me the traceback below. Is it something I'm doing wrong on my side?
Running on linux, ubuntu 10.10, python2.6.
Thanks for any tips...
f
---
TypeError
11 matches
Mail list logo