This is a very small bug: ax.title should be ax.set_title.
I also deleted fig.show(), which seemed inconsistent with the option of passing in the axis (ie, ax != None) and it throws a warning when using Jupyter.
Finally, I added *egg-info to the .gitignore file for development.
This is a very small bug: ax.title should be ax.set_title.
I also deleted fig.show(), which seemed inconsistent with the option of passing in the axis (ie, ax != None) and it throws a warning when using Jupyter.
Finally, I added *egg-info to the .gitignore file for development.
This is great software! Thanks @bd-j!