Hi,
We have an error when running python matplotlib. Please assist. Thanks in
advance! :)
[cheung...@changeme:/home/cheungcwe/CB3] python Python 2.6.2 (r262:71600, Sep
15 2009, 01:44:49) [GCC 4.1.2 20080704 (Red Hat 4.1.2-44)] on linux2 Type
"help", "copyright", "credits" or "license" for m
On Wed, Apr 7, 2010 at 4:09 AM, Padma TAN wrote:
>
>
> Hi,
>
> We have an error when running python matplotlib. Please assist. Thanks in
> advance! J
>
>
> [cheung...@changeme:/home/cheungcwe/CB3] python Python 2.6.2 (r262:71600,
> Sep 15 2009, 01:44:49) [GCC 4.1.2 20080704 (Red Hat 4.1.2-44)] on
Hello,
On Wed, Apr 7, 2010 at 10:09, Padma TAN wrote:
>
>
> Hi,
>
> We have an error when running python matplotlib. Please assist. Thanks in
> advance! J
>
>
> [cheung...@changeme:/home/cheungcwe/CB3] python Python 2.6.2 (r262:71600,
> Sep 15 2009, 01:44:49) [GCC 4.1.2 20080704 (Red Hat 4.1.2-44
On 4/7/2010 4:09 AM, Padma TAN wrote:
> Your currently selected backend, 'agg' does not support show().
Use a different backend.
Alan Isaac
--
Download IntelĀ® Parallel Studio Eval
Try the new software tools for yoursel
I tried to take a look but, pstopdf in my linux box works okay (it
converted test_tex_r8216.eps fine also) and I'm afraid that I may not
be able to track this down.
Just in case, can you check if using a different distiller makes any
difference? I believe you're using a ghostscript (or none where
Hi
What is the simplest way to fill in a 1 degree by 1 degree rectangle on a
basemap projection?
Mathew
--
Download IntelĀ® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proacti
Yeates, Mathew C (388D) wrote:
>
>
>
> Hi
>
> What is the simplest way to fill in a 1 degree by 1 degree rectangle
> on a basemap projection?
>
>
>
> Mathew
>
Mathew: Try this (for a 10x10 rectangle, but you get the idea)
from matplotlib.patches import Polygon
import matplotlib.pyplot as p
I think this will only work with some projections but not all. I looked at
the code for tissot. It's pretty hairy but it almost does what I want. (It
draws projected circles
instead of projected rectangles.
On Wed, Apr 7, 2010 at 1:54 PM, Jeff Whitaker wrote:
> Yeates, Mathew C (388D) wrote:
>
Does anyone have a simple FIFOBuffer example they can post to this list?
Thanks!
Conrad
NOTICE: This email may contain confidential information. Please see
http://www.meyersound.com/confidential/ for our complete policy.
--
Mathew Yeates wrote:
> I think this will only work with some projections but not all. I
> looked at the code for tissot. It's pretty hairy but it almost does
> what I want. (It draws projected circles
> instead of projected rectangles.
Mathew:
You said you wanted a NxN degree polygon - that's w
lets say I want to shade the area with lat/lon corners 34.-117 and 35,-116
but my map was created with projection='aeqd'
The shade area will not be a rectangle. In fact the edges will be curved.
See the basemap code for "tissot". I think every point on the boundary of
the lat/lon box has to pro
Mathew Yeates wrote:
> lets say I want to shade the area with lat/lon corners 34.-117 and
> 35,-116
>
> but my map was created with projection='aeqd'
>
> The shade area will not be a rectangle. In fact the edges will be
> curved. See the basemap code for "tissot". I think every point on the
>
12 matches
Mail list logo