OpenFreeEnergy / konnektor

Algorithms for various Network Layouts and Tooling for planning FE Calculations
https://konnektor.readthedocs.io/
MIT License
14 stars 3 forks source link

Clean up the plt calls #5

Closed RiesBen closed 7 months ago

RiesBen commented 1 year ago

remove:

  plt.figure... 
   fig.gca()

maybe replace plt.figure with plt.subplots

additionalExample: https://github.com/dwhswenson/contact_map/blob/7fbb0b037db01831f8fd9ddd8710e9e0d23a25c5/contact_map/contact_count.py#L274

https://github.com/OpenFreeEnergy/konnektor/blob/9a091c03254d605dc917df3408a6e95f7a3aa27f/src/konnektor/visualization/visualization.py#L44C15-L44C41

RiesBen commented 7 months ago

Done :)