bd-j / sedpy

Utilities for astronomical spectral energy distributions
https://sedpy.readthedocs.io/en/latest/
MIT License
28 stars 16 forks source link

display filter small bug fix #10

Closed johnnygreco closed 6 years ago

johnnygreco commented 6 years ago

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!

bd-j commented 6 years ago

thanks for the fix!