catherinezucker / radfil

Building Radial Density Profiles for Interstellar Filaments
GNU General Public License v3.0
14 stars 8 forks source link

Update the plotter class #28

Closed hopehhchen closed 7 years ago

hopehhchen commented 7 years ago

There is an old version of the plotter class. Update it according to the newly implemented modifications to plotting. Also, allow users to recycle the matplotlib axis instance after plotting.

hopehhchen commented 7 years ago

Updated in 6f936807127321e0bc2fe7d2e3e8790cff6e7d23. The users can handle the axis instance themselves now. Custom plotting styles are left to future commits.