Becksteinlab / kda

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

"Color by target" feature in plot_diagrams() isn't labeling appropriate cycle nodes #8

Closed nawtrey closed 4 years ago

nawtrey commented 4 years ago

When using cbt=True in kda.plotting.plot_diagrams() most of the nodes will be labeled correctly, but at least 1 will be mislabeled every time.

nawtrey commented 4 years ago

Issue was in kda.plotting.plot_diagrams() where it was iterating over the node range instead of the list of nodes.