On 11/26/2010 2:28 AM, Fred Pollard wrote:
> Hi,
> I'm trying to install matplotlib on a windows machine at work to try and
> demonstrate its usefulness. I have Python 2.6 installed and managed to
> use the numpy binary install without admin priviledges.
> The matplotlib binary installer, howeve
On Friday, November 26, 2010, Fred Pollard wrote:
> Hi,
>
> I'm trying to install matplotlib on a windows machine at work to try and
> demonstrate its usefulness. I have Python 2.6 installed and managed to use
> the numpy binary install without admin priviledges.
>
> The matplotlib binary insta
On Thursday, November 25, 2010, robert fujii wrote:
> Hello - I am using python 2.6, numpy-1.3.0-win32-
>
> superpack-python2.6,
> scipy-0.7.1-win32-superpack-python2.6, sympy-0.6.7.win32,
>
> matplotlib-1.0.0.win32-py2.6,
> and brian-1.2.1.win32.
> I would like to "import pylab" , however I get
On Friday, November 26, 2010, C M wrote:
> This is not important at all and unlikely to be supported, but just
> out of curiosity:
>
> Is it possible to set matplotlib such that, when using the 'o-' marker
> style (marker
> connected by lines) and partially transparent markers, the lines are not s
Hello - I am using python 2.6, numpy-1.3.0-win32-
superpack-python2.6, scipy-0.7.1-win32-superpack-python2.6,
sympy-0.6.7.win32,
matplotlib-1.0.0.win32-py2.6, and brian-1.2.1.win32.
I would like to "import pylab" , however I get the following messages
shown below. Any assistnce would be highly ap
Hi,
I'm trying to install matplotlib on a windows machine at work to try and
demonstrate its usefulness. I have Python 2.6 installed and managed to use
the numpy binary install without admin priviledges.
The matplotlib binary installer, however, requires admin priviledges, and I
don't understand
Dear all,
I am facing a weird problem when I import pylab or pyplot modules.
Right now, I can successfully import matplotlib. But after I issue
the command "ipython -pylab --verbose-helpful", I get the following
error:
==
i get matplotlib from Sourceforge ,it's matplotlib-1.0.0.win32-py2.6.exe
OS:Win7
ActivePython-2.6.6.15-win32-x86.msi
here is the code:
# -*- coding: utf-8 -*-
import matplotlib.pyplot as plt
plt.figure(figsize=(8,4))
a = plt.text(0.05, 0.05, u"Default Font缺省字体조선어にほんごภาษาไทย")#multi language
,some
On Thu, Nov 18, 2010 at 12:59 PM, C M wrote:
> Goals: date plot with two y axes (plotting completely different things)
> point picking and point labeling
> As many lines as user wants, all colored differently.
>
> Having some problems with this. (matplotlib 0.98.5)
>
> 1) T
This is not important at all and unlikely to be supported, but just
out of curiosity:
Is it possible to set matplotlib such that, when using the 'o-' marker
style (marker
connected by lines) and partially transparent markers, the lines are not shown
within the transparent marker? That is, the li
Here is the example that I believe that does what you want.
The way it does is very similar to how legend object is created.
Unfortunately, the offsetbox module, which enables this example, is
not well documented. I hope the example is explanatory enough.
IHTH,
-JJ
import matplotlib.pyplot as p
Thank you for your answer.
I read the text and annotate manual pages.
I don't understand how the "polar" xycoords/textcoords works.
I guess I should use this but its not clear to me.
Le 26 nov. 10 à 14:13, Alan G Isaac a écrit :
> On 11/26/2010 8:12 AM, Benoist Laurent wrote:
>> How can I ma
On 11/26/2010 8:12 AM, Benoist Laurent wrote:
> How can I manage the annotation of points forming a circle if I have
> their coordinates?
http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.annotate
http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.text
Hi,
I'm a new matplotlib user and I'm already impressed by matplotlib's
features!
But I can't find how to do something that looks quite easy.
I have several points making something that looks like a circle.
I would like to anotate these point.
How can I manage the annotation of points forming a
14 matches
Mail list logo