forked frommatplotlib/matplotlib
- Notifications
You must be signed in to change notification settings - Fork0
License
NotificationsYou must be signed in to change notification settings
cilybrother/matplotlib
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Building mpl on OSX has proven to be a nightmare because of all thedifferent types of zlib, png and freetype that may be on your system.The recommended and supported way to build is to use a third-partypackage manager to install the required dependencies, and theninstall matplotlib from source using the setup.py script. Two widelyused package managers are homebrew and MacPorts. The followingexample illustrates how to install libpng and freetype usinghomebrew.Example usage:: brew install libpng freetypeIf you are using MacPorts, execute the following instead:Example usage:: port install libpng freetypeTo install matplotlib from source, execute:Example usage:: python setup.py install
About
No description, website, or topics provided.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published