Skip to content

binder-examples/matplotlib-versions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Matplotlib versions example

This repo demonstrates how versions of Python packages can introduce significant changes to the execution of code that don't necessarily fail.

The upgrade of Matplotlib from version 1.x to 2.x changed the colour maps of the library. This repo has two branches, one with Matplotlib v1.5.0 and another with Matplotlib v2.0.0. The Jupyter Notebook matplotlib_versions_demo.ipynb is common to both of these branches and will demonstrate this difference caused by the version upgrade.

Launch the notebook with Matplotlib v1.5.0: Binder

Launch the notebook with Matplotlib v2.0.0: Binder

NOTE: Each version of Matplotlib has its own Numpy dependency which are different in this scenario.

About

Illustrating what can change when a dependency is upgraded

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published