Re: [Matplotlib-users] Matplotlib Windows binaries - problem

2010-11-26 Thread Christoph Gohlke
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

Re: [Matplotlib-users] Matplotlib Windows binaries - problem

2010-11-26 Thread Benjamin Root
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

Re: [Matplotlib-users] pylab

2010-11-26 Thread Benjamin Root
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

Re: [Matplotlib-users] lines not shown within transparent marker?

2010-11-26 Thread Benjamin Root
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

[Matplotlib-users] pylab

2010-11-26 Thread robert fujii
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

[Matplotlib-users] Matplotlib Windows binaries - problem

2010-11-26 Thread Fred Pollard
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

[Matplotlib-users] report a problem on importing pylab OR pyplot error

2010-11-26 Thread Daoliang Tan
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: ==

[Matplotlib-users] display multi languages in a string.

2010-11-26 Thread honglei junan
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

Re: [Matplotlib-users] date plot with two y axes...and some other things

2010-11-26 Thread C M
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

[Matplotlib-users] lines not shown within transparent marker?

2010-11-26 Thread C M
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

Re: [Matplotlib-users] Use a marker symbol in a text string

2010-11-26 Thread Jae-Joon Lee
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

Re: [Matplotlib-users] text annotation

2010-11-26 Thread Benoist Laurent
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

Re: [Matplotlib-users] text annotation

2010-11-26 Thread Alan G Isaac
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

[Matplotlib-users] text annotation

2010-11-26 Thread Benoist Laurent
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