another incorrectly clipped PNG in the gallery

I have not set up with git since Matplotlib made the change from svn.
I just downloaded git to get started but don't know how to use it yet;
for now is there a way to just check out the files I need to test
this, or is there some other (non-git) way to get this update?

Thanks,
Che

···

On Wed, May 11, 2011 at 11:07 AM, C M <cmpython@...287...> wrote:

On Wed, May 11, 2011 at 12:29 AM, Jae-Joon Lee <lee.j.joon@...287...> wrote:

I think I fixed a similar bug at some point but I'm not sure if that
is related with this.
Are you using the *make_axes_area_auto_adjustable* from the current
git master (check
examples/axes_grid/make_room_for_ylabel_using_axesgrid.py)? If not can
you try that? Also please post your code.

You can always get a tarball of the current git master by going here:

clicking on "Download" and choosing one of the "download source" options at the top of the popup box.

Mike

···

On 05/11/2011 11:07 AM, C M wrote:

On Wed, May 11, 2011 at 11:07 AM, C M<cmpython@...287...> wrote:
   

On Wed, May 11, 2011 at 12:29 AM, Jae-Joon Lee<lee.j.joon@...287...> wrote:
     

I think I fixed a similar bug at some point but I'm not sure if that
is related with this.
Are you using the *make_axes_area_auto_adjustable* from the current
git master (check
examples/axes_grid/make_room_for_ylabel_using_axesgrid.py)? If not can
you try that? Also please post your code.
       

I have not set up with git since Matplotlib made the change from svn.
I just downloaded git to get started but don't know how to use it yet;
for now is there a way to just check out the files I need to test
this, or is there some other (non-git) way to get this update?

Thanks,
Che

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options
   
--
Michael Droettboom
Science Software Branch
Space Telescope Science Institute
Baltimore, Maryland, USA

Thanks, but I'm having trouble using that. I downloaded the .zip
file, unzipped the archive, moved the folder to
C:\Python25\Lib\site-packages, renamed my current matplotlib folder to
matplotlib_OLD, ran these commands from the new directory:

python setup.py build
python setup.py install

And finally renamed the new folder to just matplotlib. It is not
finding the modules when I go to run it. If revert the names of the
folders, my old folder still works. What am I doing wrong?

Thanks,
Che

···

On Thu, May 12, 2011 at 1:26 PM, Michael Droettboom <mdroe@...86...> wrote:

You can always get a tarball of the current git master by going here:

GitHub - matplotlib/matplotlib: matplotlib: plotting with Python

clicking on "Download" and choosing one of the "download source" options
at the top of the popup box.

Mike

You should not expand the directory tree under site-packages -- "python setup.py install" is what does that for you. You should expand it anywhere else (most people create a "src" directory somewhere on their machine for source code). Then run those commands.

Cheers,
Mike

···

On 05/12/2011 02:34 PM, C M wrote:

On Thu, May 12, 2011 at 1:26 PM, Michael Droettboom<mdroe@...86...> wrote:
   

You can always get a tarball of the current git master by going here:

GitHub - matplotlib/matplotlib: matplotlib: plotting with Python

clicking on "Download" and choosing one of the "download source" options
at the top of the popup box.

Mike
     

Thanks, but I'm having trouble using that. I downloaded the .zip
file, unzipped the archive, moved the folder to
C:\Python25\Lib\site-packages, renamed my current matplotlib folder to
matplotlib_OLD, ran these commands from the new directory:

python setup.py build
python setup.py install

And finally renamed the new folder to just matplotlib. It is not
finding the modules when I go to run it. If revert the names of the
folders, my old folder still works. What am I doing wrong?
   

--
Michael Droettboom
Science Software Branch
Space Telescope Science Institute
Baltimore, Maryland, USA

I unzipped it in a download directory, changed the directory to that
folder, and ran the commands again...and it did not put a matplotlib
folder under site-packages. Is there a step-by-step method on the
website that shows how to do this?

But all I really want is the changes that Jae Joon made as mentioned
above. Is there a way to just grab them from the new folders? (I
thought not because the folder structure from what I downloaded from
git master doesn't match the folder structure I had from mpl 1.0,
downloaded from the main mpl page).

Thanks,
Che

···

On Thu, May 12, 2011 at 2:50 PM, Michael Droettboom <mdroe@...86...> wrote:

On 05/12/2011 02:34 PM, C M wrote:

On Thu, May 12, 2011 at 1:26 PM, Michael Droettboom<mdroe@...86...> >> wrote:

You can always get a tarball of the current git master by going here:

GitHub - matplotlib/matplotlib: matplotlib: plotting with Python

clicking on "Download" and choosing one of the "download source" options
at the top of the popup box.

Mike

Thanks, but I'm having trouble using that. I downloaded the .zip
file, unzipped the archive, moved the folder to
C:\Python25\Lib\site-packages, renamed my current matplotlib folder to
matplotlib_OLD, ran these commands from the new directory:

python setup.py build
python setup.py install

And finally renamed the new folder to just matplotlib. It is not
finding the modules when I go to run it. If revert the names of the
folders, my old folder still works. What am I doing wrong?

You should not expand the directory tree under site-packages -- "python
setup.py install" is what does that for you. You should expand it anywhere
else (most people create a "src" directory somewhere on their machine for
source code). Then run those commands.