Re: [Matplotlib-users] ft2font error while building with python3 support

2011-11-24 Thread Ignas Anikevicius
Hi all, On 24/11/11 23:02, Friedrich Romstedt wrote: > How does the ebuild work? Does it invoke setup.py? If yes, maybe > matplotlib installs the CXX dir s.t. it does not work for py3k? Sorry for making the noise, I found the problem, actually it was my ebuild which removed the CXX folder after t

Re: [Matplotlib-users] ft2font error while building with python3 support

2011-11-24 Thread Friedrich Romstedt
2011/11/24 Ignas Anikevicius : > I have probably found out the cause in the difference. The relevant > part of the log for the Python 2.7 build: > --- > running build_ext > building 'matplotlib.ft2font' extension > creating build-2.7/temp.linux-x86_64-2.7 > creating build-2.

Re: [Matplotlib-users] ft2font error while building with python3 support

2011-11-24 Thread Ignas Anikevicius
Hi, Thanks for your reply. On 24/11/11 18:54, Friedrich Romstedt wrote: >... > building on a Mac. Did you modify CFLAGS or CC? > There was in the ebuild some additional flags like fno-strict-aliasing, but nothing change by removing the aditional flags. The strange thing is that it still builds fo

Re: [Matplotlib-users] markeredgecolor (mec) in the plot function not working?

2011-11-24 Thread Eric Firing
On 11/24/2011 07:04 AM, Chao YUE wrote: > Dear all, > > I use matplotlib 1.1.0. > > import matplotlib.pyplot as plt > plt.plot(np.arange(10),'ro',mec='none') > > when I use plt.show(), > > there is only blank frame with axis not no points. > > but plt.plot(np.arange(10),'ro') will give good plot wi

Re: [Matplotlib-users] data free margin

2011-11-24 Thread C M
> > I don't know if this will work for you, but in your situation I would > probably just make another axis for the data with no y value. Like, a short > squat axis directly below the main axis. > > -Jeff > Thanks. That crossed my mind, but I never tried it yet. I thought it would take up too m

Re: [Matplotlib-users] markeredgecolor (mec) in the plot function not working?

2011-11-24 Thread Eric Firing
On 11/24/2011 08:13 AM, Benjamin Root wrote: > > > On Thursday, November 24, 2011, Eric Firing > wrote: > > On 11/24/2011 07:04 AM, Chao YUE wrote: > >> Dear all, > >> > >> I use matplotlib 1.1.0. > >> > >> import matplotlib.pyplot as plt > >> plt.plot(np.arange(1

Re: [Matplotlib-users] Removing ticks and frame (imshow)

2011-11-24 Thread Friedrich Romstedt
2011/11/24 Marianne C. : > On Thu, Nov 24, 2011 at 3:48 PM, Marianne C. wrote: >> Hi all, >> >> My name is Marianne, I am a beginner user of matplotlib. >> I am using imshow in pyplot.  I am desperate to get rid of >> the ticks on both x and y axes (see attached picture).  I >> do not need the bla

Re: [Matplotlib-users] ft2font error while building with python3 support

2011-11-24 Thread Friedrich Romstedt
2011/11/24 Ignas Anikevicius : > Dear list, > > I have been trying to build matplotlib with python2 *and* python3 > support. I am using Gentoo and a custom ebuild which can be found on > gnlay overlay[1]. However, I had a build error while trying to compile > 'src/ft2font.cpp' (see the log attached

Re: [Matplotlib-users] markeredgecolor (mec) in the plot function not working?

2011-11-24 Thread Benjamin Root
On Thursday, November 24, 2011, Eric Firing wrote: > On 11/24/2011 07:04 AM, Chao YUE wrote: >> Dear all, >> >> I use matplotlib 1.1.0. >> >> import matplotlib.pyplot as plt >> plt.plot(np.arange(10),'ro',mec='none') >> >> when I use plt.show(), >> >> there is only blank frame with axis not no poi

Re: [Matplotlib-users] markeredgecolor (mec) in the plot function not working?

2011-11-24 Thread Eric Firing
On 11/24/2011 07:04 AM, Chao YUE wrote: > Dear all, > > I use matplotlib 1.1.0. > > import matplotlib.pyplot as plt > plt.plot(np.arange(10),'ro',mec='none') > > when I use plt.show(), > > there is only blank frame with axis not no points. > > but plt.plot(np.arange(10),'ro') will give good plot wi

[Matplotlib-users] markeredgecolor (mec) in the plot function not working?

2011-11-24 Thread Chao YUE
Dear all, I use matplotlib 1.1.0. import matplotlib.pyplot as plt plt.plot(np.arange(10),'ro',mec='none') when I use plt.show(), there is only blank frame with axis not no points. but plt.plot(np.arange(10),'ro') will give good plot with read filled circles and black edges. plt.scatter(np.ara

Re: [Matplotlib-users] Page not available on server

2011-11-24 Thread Dale Chayes
On Nov 23, 2011, at 7:58 , Sven Ahrens wrote: > Dear mailinglist readers, > > I have a problem by accessing the content > > http://matplotlib.sourceforge.net/examples/pylab_examples/demo_tight_layout_00.html This one works: http://matplotlib.sourceforge.net/examples/pylab_examples/demo_tight_

Re: [Matplotlib-users] Removing ticks and frame (imshow)

2011-11-24 Thread Marianne C.
Hello, I am sending my email again, with no attachment this time. Thanks for reading! Marianne On Thu, Nov 24, 2011 at 3:48 PM, Marianne C. wrote: > Hi all, > > My name is Marianne, I am a beginner user of matplotlib. > I am using imshow in pyplot. I am desperate to get rid of > the ticks on

[Matplotlib-users] Bug or feature: bbox of maps

2011-11-24 Thread Arlindo da Silva
The original message with attachments are still being held because of file size, so I am reposting here without the attachments... -- Forwarded message -- From: Arlindo da Silva Date: Mon, Nov 21, 2011 at 10:45 PM Subject: Bug or feature: bbox of maps To: Matplotlib-users@lists.so

[Matplotlib-users] Basemap drawparallels failed issue

2011-11-24 Thread Dave Xia
Hi, I am a new user of matplotlib Basemap. I tried to draw the latitude with interval 0.1 degree using drawparallels, but failed. I wonder if the drawparallels can draw latitude lines with small interval instead of integer values. (drawmeridian can work with small interval 0.1). Does anyone hav

[Matplotlib-users] Page not available on server

2011-11-24 Thread Sven Ahrens
Dear mailinglist readers, I have a problem by accessing the content http://matplotlib.sourceforge.net/examples/pylab_examples/demo_tight_layout_00.html whereas other contents, like for example http://matplotlib.sourceforge.net/examples/pylab_examples/demo_ribbon_box.html are well accessible.

Re: [Matplotlib-users] Clearing the axis in a figure embedded in Tkinter

2011-11-24 Thread Michka
johnmcpot wrote: > > Hi JD, > > I'm having exactly the same problem. Did you find a solution? > Hello I have exactly the same problem while embedding matplotlib in PyQT4 on OS X with backend_qt4agg. I think I have found a solution : do you use frameon=False in this line : fig = Figure(figs

[Matplotlib-users] Performance after benchmarking seems low

2011-11-24 Thread Zynth _
Dear MatPlotLib users, I am having trouble with the performance of matplotlib. For data analysis, I want to be able to place multiple graphs on screen, with multiple lines, each consisting of 16000 data points. I have benchmarked my solution, but it did not perform too well. For example: 6 gra

[Matplotlib-users] Fwd: Bug or feature: bbox of maps

2011-11-24 Thread Arlindo da Silva
The original message with attachment didn't go thru... Begin forwarded message: *From:* Arlindo da Silva *To:* matplotlib-users *Subject:* *Bug or feature: bbox of maps* Hi, (A similar issue was reported back in 7/4/11 without a definite solution, so I am reposting with some additional diagn

[Matplotlib-users] ft2font error while building with python3 support

2011-11-24 Thread Ignas Anikevicius
Dear list, I have been trying to build matplotlib with python2 *and* python3 support. I am using Gentoo and a custom ebuild which can be found on gnlay overlay[1]. However, I had a build error while trying to compile 'src/ft2font.cpp' (see the log attached[2]). I was wondering weather there are an

Re: [Matplotlib-users] cannot import animation module

2011-11-24 Thread Chao YUE
now I updated to 1.1.0, it works. thanks to all. chao 2011/11/23 Chao YUE > Dear all, > > I am using matplotlib 0.99.3 (I think it's the default version when I use > sudo apt-get install under ubuntu 11.04), but I don't have > matplotlib.animation module. I think I need to reinstall it? > > tha