seismo-live / seismo_live

Live Jupyter Notebooks for Seismology
http://seismo-live.org
78 stars 73 forks source link

Broken notebooks due to misuse of matplotlib GridSpec #25

Closed megies closed 6 years ago

megies commented 6 years ago

Some notebooks that misuse matplotlib GridSpec started failing to run, due to this commit in matplotlib: matplotlib/matplotlib@308ce5d49f455c9698de75f7e93d12c8a312f2e0

Basically height_ratios and width_ratios now raise a ValueError if their length doesn't match the specified number of rows/columns in the plot.

CC @heinerigel @krischer