On Wed, May 16, 2012 at 9:30 AM, Michael Droettboom <md...@stsci.edu> wrote:
>
>
> Or, in an existing clone of the main repository, add my fork as a remote
>
>     git remote add mdboom git://github.com/mdboom/matplotlib.git
>     git fetch mdboom
>     git checkout mdboom/clipping-bug
>

Here are my steps following your 2nd suggestion:

1-) Cloned the master:
git clone git://github.com/matplotlib/matplotlib.git

2-) go into matplotlib dir and then execute:
sudo python setupegg.py develop

Tested my existing code and verified that the plotting error I reported in
the first message was still there.

3-) in the matplotlib dir I executed the 3 commands you typed to get your
fork

4-) Removed the build dir in matplotlib folder then re-executed setupegg.py
script

5-) Testing with your change my plot looks fine now, lines are drawn
correctly.

Thanks for easy to follow instructions and quick response.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to