The code base related to plotting is getting large. I am considering the possibility of adding a new sub-folder "plot" and organise all the plotting code in the new sub-module.
- Move plot.py into sub-folder "plot" and rename the file properly.
- Move all files in folder "mapping" to the new folder "plot".
- Move utils/plot_utils.py to the new folder "plot" and rename the file properly.
- use re-export to keep backward compatibilty.
@jcannon-gplates
This is an idea popping into my head today. I would like to hear your thoughts. The sole purpose of this effort is just to organise code in a better way.
The code base related to plotting is getting large. I am considering the possibility of adding a new sub-folder "plot" and organise all the plotting code in the new sub-module.
@jcannon-gplates
This is an idea popping into my head today. I would like to hear your thoughts. The sole purpose of this effort is just to organise code in a better way.