ImperialCollegeLondon / SWMManywhere

SWMManywhere is used to derive and simulate a sewer network anywhere in the world
https://imperialcollegelondon.github.io/SWMManywhere/
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Separate and refactor plots #326

Open barneydobson opened 1 month ago

barneydobson commented 1 month ago

I would put all of these plotting tools into its own plot.py module, and possibly break down some of them into smaller chunks, but maybe leave it for a future time - or Hacktoberfest!!

_Originally posted by @dalonsoa in https://github.com/ImperialCollegeLondon/SWMManywhere/pull/318#discussion_r1812066444_

(refers to the plot functions in utilities.py - they could also be tested.. but testing plots is less fun - they are at least called by the extended_demo notebook by precommit so they I guess are included in coverage that way)