[Matplotlib-users] Clabel conflicts with contourf

2014-01-30 Thread Alexis Praga
Hi, I've attached a reproducible example : when clabel is used, there are some empty (i.e white) triangles in the countour. It does not occur without clabel. Tested with matplotlib 1.2.0, python 2.7 on Fedora 14, 64 bits. Cheers, -- Alexis Praga, PhD Student (CERFACS) GPG key : AD4A

Re: [Matplotlib-users] Documentation

2012-05-02 Thread Alexis Praga
Depends: python-cairo Depends: python-dateutil Depends: python-gobject Depends: python-matplotlib-data (>= 0.99.3-1) Depends: python-numpy (>= 1:1.3.0) Depends: python-pyparsing Depends: python-support (>= 0.90.0) Depends: python-tz Depends: tcl8.5 (>= 8.5.0)

Re: [Matplotlib-users] Documentation

2012-05-01 Thread Alexis Praga
Actually, you will still need "python-dev" for compiling. Sorry. On Tue, May 1, 2012 at 5:21 PM, Alexis Praga wrote: > Hi, > > The documention on building matplotlib from source ( > http://matplotlib.sourceforge.net/users/installing.html ) > says the following : > &g

[Matplotlib-users] Documentation

2012-05-01 Thread Alexis Praga
, doing so will force use to install over 800Mo of useless packages. The dependencies mentioned after that (pytvhon,numpy, libpng, freetype) are sufficient for building from source. Could you edit that ? Thanks -- Al

Re: [Matplotlib-users] Display problem on CentOS

2012-03-27 Thread Alexis Praga
r 27, 2012 at 2:46 PM, Magician wrote: > Thank you, Alexis. > > I try to install PyQt4 and set Qt4Agg just now, but nothing displayed. > Ummm...what's wrong...?? > > > Magician > > > On 2012/03/27, at 17:05, Alexis Praga wrote: > >> I had the same probl

Re: [Matplotlib-users] Display problem on CentOS

2012-03-27 Thread Alexis Praga
I had the same problem on Debian. Editing the matplotlibrc (should be installed somewhere in your systeme) and changing the "backend" variable to Qt4Agg did the trick. On Tue, Mar 27, 2012 at 12:14 AM, Magician wrote: > Hi. > > I want to install Matplotlib from source code on CentOS. > I've bee

[Matplotlib-users] Contributing

2012-03-22 Thread Alexis Praga
Hi, After using Matplotlib for some time, I would like to give something back to the community :) How can I contribute ? I am aware that reporting and documentating the project is always appreciated, but are there specific needs ? For exemple, does a "TODO" list exist ? Thanks PS : Last time I

[Matplotlib-users] Plotting irregular data without interpolation

2012-02-01 Thread Alexis Praga
Hi, I have not found any documentation on plotting non regular data with basemap *without* interpolation. Plotting scattered data on the sphere works fine, but the size of each point seems to be limited, so there are "holes". Is there an option in basemap for that ? Alexis -

[Matplotlib-users] Suggestion for zooming (orthographic projection)

2012-01-19 Thread Alexis Praga
Hi, Trying the code at http://matplotlib.sourceforge.net/basemap/doc/html/users/ortho.html , for zooming in a certain region on a globe, I have found some issues with the approach provided. For example, it does not work on the poles. Here is my suggestion for a zoom with a factor = coef.

Re: [Matplotlib-users] Remapping scattered data

2011-12-18 Thread Alexis Praga
Exactly. But I do not understand why some map projectionsautomatically adjust the data and others don't. Alexis On Sun, Dec 18, 2011 at 3:53 PM, Jeff Whitaker wrote: > On 12/18/11 1:33 PM, Alexis Praga wrote: >> >> Hi, >> >> I may have found an issue with some ma

[Matplotlib-users] Remapping scattered data

2011-12-18 Thread Alexis Praga
cases.For example, remapping does work with Robin's projection and does notwith Miller's.I have attached a small example. Thanks ! Alexis Praga import numpy as np import sys import matplotlib.pyplot as p from mpl_toolkits.basemap import Basemap nb_lat = 2 nb_lon = 360 nb_lines = nb_lat*n