Becksteinlab / kda

Python package used for the analysis of biochemical kinetic diagrams.
GNU General Public License v3.0
3 stars 1 forks source link

MAINT: Refactor `plotting.draw_cycles(panel=True)` #47

Open nawtrey opened 2 years ago

nawtrey commented 2 years ago

As mentioned in 2.) of this comment, draw_cycles() can likely be further simplified by appropriate use of _plot_panel(). It would be nice to remove the redundant code there so there is only a single location to edit if further changes are needed.