On Sun, Aug 3, 2008 at 20:29, Sandro Tosi <[EMAIL PROTECTED]> wrote:
> On Sun, Aug 3, 2008 at 20:19, Charlie Moad <[EMAIL PROTECTED]> wrote:
>> I was going to wait on John about the docs, but I went ahead and cut the
>> 0.98.3 release. The sdist including the docs was 34MB, so I decided not to
>>
Matplotlib 0.98.3 is now available for download. We are not pushing an
additional 0.91.x release at this time due to lack of updates to that
branch.
http://sourceforge.net/project/showfiles.php?group_id=80706
- Charlie
=
2008-08-03
On Sun, Aug 3, 2008 at 20:19, Charlie Moad <[EMAIL PROTECTED]> wrote:
> On Sun, Aug 3, 2008 at 10:25 AM, Sandro Tosi <[EMAIL PROTECTED]> wrote:
>> John, when you can, please create an official point release: I'm ready
>> to package it, and the Debian Release Team asked me to upload in
>> unstable (
On Sun, Aug 3, 2008 at 10:25 AM, Sandro Tosi <[EMAIL PROTECTED]> wrote:
> On Sun, Aug 3, 2008 at 10:54, Mikhail Gusarov <[EMAIL PROTECTED]>
> wrote:
> > As Lenny is already in freeze, I backported fix to 0.4.1 and now trying
> > to get the confirmation from release team to upload it to
> > testing
On Sun, Aug 3, 2008 at 10:54, Mikhail Gusarov <[EMAIL PROTECTED]> wrote:
> As Lenny is already in freeze, I backported fix to 0.4.1 and now trying
> to get the confirmation from release team to upload it to
> testing-proposed-updates.
>
> Please test the package: http://dottedmag.net/~mag/sphinx/
I'm plotting a 2d array representing energy-energy covariances:
...
# (create and fill the 2d Array, 'mat')
...
pylab.matshow( mat, origin='lower',
extent=(elist[0],elist[-1],elist[0],elist[-1]) )
http://www.nabble.com/file/p18798793/covars.png
The 'extent' keyword puts the correct initial
Patrick Marsh wrote:
> Hi Jeff (and others):
>
> Sorry for the misunderstanding. After your second email the first
> makes more sense.
>
> However, I still cannot figure out how to extract the lat,lon pairs
> from the LineCollection object. Searching on the web and based on
> Scott's suggesti
Twas brillig at 20:40:17 31.07.2008 UTC+02 when [EMAIL PROTECTED] did gyre and
gimble:
ST> The doc compilation is fine, the show-inheritance is fixed, but
ST> just a confirmation: what was the page with the "clickable" image?
ST> I seem to remember 'api/artist_api.html' but now the image in it
the vertex list should just be a list of two element tuples... which are the XY
positions of the verticies..
For example here is a function I used to split up individual closed contours:
--
def split_features(vertex_list):
#This function takes a list of verticies and break