EnzymeML / PyEnzyme

🧬 - Data management and modeling framework based on EnzymeML.
BSD 2-Clause "Simplified" License
21 stars 9 forks source link

visualization function for `EnzymeMLDocument` #71

Open haeussma opened 4 days ago

haeussma commented 4 days ago

Feature Request: Basic Plotting Functions for EnzymeMLDocument Visualization

I propose we implement basic plotting functions to visualize data from an EnzymeMLDocument.

The goal is to create a function that can identify unique initial conditions across multiple Measurement objects (such as replicates) and display them together in a subplot.

This feature will provide users with a quick visual verification tool to ensure the EnzymeMLDocument they are working with is correct.

JR-1991 commented 4 days ago

Shall we do it similar to the previous plotly implementation?