Nishant Garg
Nishant Garg
Hi @jcharkow , I'm definitely interested in working on this! The proposed enhancement to include a `tile_by` parameter sounds like a great improvement for simplifying multi-axis plots in pyopenms_viz. You...
Hi @jcharkow I have implemented `tile_by` function in `ChromatogramPlot`
You can review my pr here https://github.com/OpenMS/pyopenms_viz/pull/80
Hi @Leandro1302 Leandro1302 I have solved this issue in this PR https://github.com/OpenMS/pyopenms_viz/pull/81 by switching from `canvas=axs[i]` in ms_matplotlib to standard matplotlib calls and manually iterated over the runs.
Hi @jcharkow I have solved most of the conflicts if you want you can review it.