Re: [Matplotlib-users] Figures missing from matplotlib documentation?

2008-10-14 Thread John Hunter
On Mon, Oct 13, 2008 at 6:56 PM, Eric Firing [EMAIL PROTECTED] wrote:

 However, unfortunately there appears to be some problem with the
 generation of the figures which are supposed to be embedded within that
 documentation - they're all appearing as nothing but blank white spaces,
 both in Firefox 3.0.3 on OS X 10.5.5, and when I download the files and view
 them with other programs.  Do other people see this problem?

 Yes, something is broken.  I don't know how to fix it, though.

It looks like either the rsync screwed up or sf is throttling us or
both.  I got this message in my cron job

  ssh: connect to host matplotlib.sf.net port 22: Connection refused
  rsync: connection unexpectedly closed (0 bytes received so far) [sender]
  rsync error: unexplained error (code 255) at io.c(453) [sender=2.6.9]
  ssh: connect to host matplotlib.sf.net port 22: Connection refused
  lost connection

when I check the images in the
http://matplotlib.sourceforge.net/doc/html/pyplots/ directory, they
are there but are smaller in filesize than they are in the directory
on the build machine, suggesting they were truncated in the transfer.
When I try and log into the sf shell server

   ssh -l jdh2358 shell.sf.net

it hangs.

Normally they send me an email when I am over file size quota, so I
would be surprised if they simply throttled us w/o a warning, but I
will file a ticket with the sf folks and see if they can help.

JDH

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] Figures missing from matplotlib documentation?

2008-10-14 Thread John Hunter
On Tue, Oct 14, 2008 at 7:35 AM, Michael Droettboom [EMAIL PROTECTED] wrote:
 I saw this blank image problem a couple of weeks ago, and I was seeing it in
 my local doc builds as well.

 It appeared then that this change broke inline plots:

 
 r6089 | jdh2358 | 2008-09-13 10:28:09 -0400 (Sat, 13 Sep 2008) | 1 line

 replaced ipython run magic with code.InteractiveConsole.runsource
 

 because InteractiveConsole injects a number of things in __builtin__ that
 interfere with recent SVN versions of Sphinx.

 
 r6137 | mdboom | 2008-09-30 16:07:54 -0400 (Tue, 30 Sep 2008) | 3 lines

 [ 2138392 ] API doc for add_subplot()
 Also fixing numerous problems with the documentation build.  It seems that
 the change in plot_directive.py to use the code module to run scripts
 interferes with i18n in Sphinx (due to the overloading of '_' as a symbol).
  Changed to use the fewer-moving-parts imp.load_module() instead.
 

 I changed this in SVN to just use imp.load_module instead, and this resolved
 the problem locally.  I had expected the doc buildbot to pick it up and run
 with it, but I never followed up to see if it ever did.  It's possible that
 this SF quota/login etc. problem has been blocking the updates all this
 time.  So it's not necessarily that the files are transferring incorrectly,
 merely that they haven't been transferring at all since Sept 30 or before.

Just checked my cron emails again and indeed, the last successful
update was in mid September.  I'll need to keep a closer eye on these.

Indeed, sourceforge revamped their shell services and I missed the
email.  Details are here

  http://sourceforge.net/community/forum/topic.php?id=3471pagereplies=2

Short answer: there is no longer any ssh shell access but sftp and
rsync over ssh are supported.  The new server is web.sf.net.  I
updated my makefile and synced the docs, so
http://matplotlib.sourceforge.net/doc/html/ is live again

JDH
JDH

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] Figures missing from matplotlib documentation?

2008-10-13 Thread Zane Selvans


On Oct 9, 2008, at 12:55 PM, John Hunter wrote:

On Thu, Oct 9, 2008 at 2:40 PM, Zane Selvans [EMAIL PROTECTED]  
wrote:



I too often feel like I'm just hacking my way
around in Matplotlib, without understanding how it is actually
supposed to be used (i.e. how it was designed to work).  Is there  
an
architectural overview floating around somewhere that I'm not aware  
of?


Check out http://matplotlib.sourceforge.net/doc/html/users/ 
artists.html


That's just what I was looking for.

However, unfortunately there appears to be some problem with the  
generation of the figures which are supposed to be embedded within  
that documentation - they're all appearing as nothing but blank white  
spaces, both in Firefox 3.0.3 on OS X 10.5.5, and when I download the  
files and view them with other programs.  Do other people see this  
problem?


Thanks again,
Zane

--
Zane Selvans
Amateur Earthling
[EMAIL PROTECTED]
303/815-6866
http://zaneselvans.org
PGP Key: 55E0815F






-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] Figures missing from matplotlib documentation?

2008-10-13 Thread Eric Firing
Zane Selvans wrote:
 
 On Oct 9, 2008, at 12:55 PM, John Hunter wrote:
 
 On Thu, Oct 9, 2008 at 2:40 PM, Zane Selvans [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:

 I too often feel like I'm just hacking my way
 around in Matplotlib, without understanding how it is actually
 supposed to be used (i.e. how it was designed to work).  Is there an
 architectural overview floating around somewhere that I'm not aware of?

 Check out http://matplotlib.sourceforge.net/doc/html/users/artists.html
 
 That's just what I was looking for.
 
 However, unfortunately there appears to be some problem with the 
 generation of the figures which are supposed to be embedded within that 
 documentation - they're all appearing as nothing but blank white spaces, 
 both in Firefox 3.0.3 on OS X 10.5.5, and when I download the files and 
 view them with other programs.  Do other people see this problem?

Yes, something is broken.  I don't know how to fix it, though.

Eric

 
 Thanks again,
 Zane
 
 --
 Zane Selvans
 Amateur Earthling
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 303/815-6866
 http://zaneselvans.org
 PGP Key: 55E0815F
 
 
 
 
 
 
 
 
 
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 
 
 
 
 ___
 Matplotlib-users mailing list
 Matplotlib-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-users


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users