- Add `coord_sys` option to the initialization of `SolarMACH` that can be either `'Carrington'`or `'Stonyhurst'`. This sets the used coordinate system for the whole tool. Closes https://github.com/jgieseler/solarmach/issues/1. Replaces the `show_earth_centered_coord` boolean option in `SolarMACH.plot()`
- Add `long_offset` parameter to `SolarMACH.plot()` that defines the longitudinal offset for the polar plot; defines where Earth's longitude is (by default 270, i.e., at "6 o'clock")
- Add `return_plot_object` option to `SolarMACH.plot()`. If set to `True`, the matplotlib figure and axis object are returned, allowing further adjustments to the figure. Closes https://github.com/jgieseler/solarmach/issues/2