You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plots.py module requires refactoring to harmonize common function arguments and enhance clarity in the arguments usage. The following tasks are proposed:
Clean up code and unused functions
Harmonize the args and kwargs from all functions.
Create a configuration dict/object/named tuple that contains default plot arguments, and can also be used as input for advanced usage.
Remove figure save utility. This should be done by the user outside the pycsep code.
Add .tiff reader for plot_basemap()
Add type hints
Improve auto magnitude-sizing function for catalog map & time-series plotting.
The
plots.py
module requires refactoring to harmonize common function arguments and enhance clarity in the arguments usage. The following tasks are proposed:args
andkwargs
from all functions.scipy.cumtrapz
, also imported in theplots.py
moduleThe text was updated successfully, but these errors were encountered: