[Matplotlib-users] beginner help: color map plot from raw data

2009-06-16 Thread Nathaniel Echols
I'm attempting to plot the distribution of bond angles in protein structures (the best-known example: http://en.wikipedia.org/wiki/Ramachandran_plot). I have the raw data as a collection of x,y,z data, where x and y are integers between -180 and 180, and z is a floating-point value. (Right now, t

Re: [Matplotlib-users] numpy and lapack on linux

2009-05-04 Thread Nathaniel Echols
On Mon, May 4, 2009 at 10:50 AM, Matthieu Brucher < matthieu.bruc...@gmail.com> wrote: > Just compile numpy on a system that doesn't have lapack3 installed. > Unfortunately, this is going to be difficult - our build process is very automated (done every night) and we use these systems for other t

[Matplotlib-users] numpy and lapack on linux

2009-05-04 Thread Nathaniel Echols
I need to distribute matplotlib as part of a large and somewhat heterogeneous package of Python-based software. On Macs, lapack is installed by default, and I can rely on the linking working regardless of which OS version it was compiled on (we use 10.4.11, but it runs fine on 10.5). On Linux, it