Re: [Matplotlib-users] installation problem

2014-07-03 Thread Rachana Katkam
Hey, even I had similar issue. Later I learnt python2.7 could support matplotlib version1.0.1 only. So if you want to upgrade your matplotlib, you first need to upgrade your python. On Thu, Jul 3, 2014 at 7:05 AM, jw wrote: > I installed using version 1.3.1 windows binary > "matplotlib-1.3.1.w

[Matplotlib-users] PyNio

2014-07-03 Thread dydy2014
Hello all, I interested in python programming that is why I join in this forum. I want to know how to install new module in my python program?. I use python under windows OS. Actually, I interest with PyNio but I don't know how to install it. Another question is how to make other language, for exa

[Matplotlib-users] plot directive cannot have caption

2014-07-03 Thread Oliver
Adding a caption to a plot inserted with the `plot` directive from mpl's sphinxextensions does not work for me, even though the [documentation][1] says it should be possible. The relevant ReST snippet: ``` .. plot:: /home/oliver/git/lcp2/code/python/plot_scripts/tangent_circles.py :align: cent