Mamai Nataki
Mamai Nataki
Hi, I'd like to take on this issue. I've identified the incorrect docstring in mne/utils/docs.py and will submit a pull request with the corrected string. I'll also ensure to run...
@shresth-keshari I noticed that we both worked on this issue. I've completed the changes, built the documentation, and submitted a pull request. Let me know if any adjustments are needed....
> > I made the changes to the docstrings, but can't figure out how to test the changes by maybe viewing it in a locally hosted html file. > >...
Yes @timosachsenberg , I see what you mean! Applying log scaling only to the colors while keeping raw intensities for the marginal plots should fix this. I’ll try implementing it...


Hi @timosachsenberg , I'm facing a ModuleNotFoundError in app.py while trying to run pyopenms_viz using Streamlit. The error is related to plotMSExperiment, but after checking the repo, this function doesn't...
@singjc thanks for mensioning Yes there can be these two approches i have implemented z_original = z.copy() approach to keep the raw intensity values intact for marginal plots while allowing...
 My log scaling flow
I've made the necessary changes, built the documentation successfully, and verified that the updates are rendering correctly. I've now submitted the pull request for review. Let me know if any...