matplotlib hosts its code at https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:matplotlib

See all merge proposals.

matplotlib has 5 active branches owned by 2 people and 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:matplotlib
Series: trunk
1 Development 2011-06-08 15:31:16 UTC
5691. scatter() now supports empty arrays a...

Author: weathergod
Revision Date: 2011-02-18 19:28:29 UTC

scatter() now supports empty arrays as input (i.e., scatter([], []) is now valid).
Enabling this required fixes in both scatter() and in collections.py.
Collections now support empty versions of themselves more correctly due to these fixes.

lp:~takluyver/matplotlib/trunk 1 Development 2020-10-03 23:06:42 UTC
13668. Merge pull request #18370 from anntze...

Author: Tim Hoffmann
Revision Date: 2020-10-03 23:06:42 UTC

Merge pull request #18370 from anntzer/unttps

Move PostScript Type3 subsetting to pure python.

lp:~takluyver/matplotlib/debian-daily 1 Development 2014-11-09 17:33:51 UTC
34. Add build-dep on python-mock, for bui...

Author: Thomas Kluyver
Revision Date: 2014-11-09 17:33:51 UTC

Add build-dep on python-mock, for building docs

Due to https://github.com/matplotlib/matplotlib/pull/3768

lp:~takluyver/matplotlib/sampledata 1 Development 2012-03-22 00:45:18 UTC
18. Add stinkbug.png from Image tutorial.

Author: Fernando Perez
Revision Date: 2011-12-16 18:59:10 UTC

Add stinkbug.png from Image tutorial.

lp:~bojan-bnikolic/matplotlib/bn-colourbar-patches 1 Development 2007-12-01 13:51:48 UTC
2772. Move most of colorbar.make_axes doc s...

Author: Bojan Nikolic
Revision Date: 2007-11-30 22:35:20 UTC

Move most of colorbar.make_axes doc string to function body to make code more readable

15 of 5 results
You can't create new branches for matplotlib.