Python Forum

Full Version: How to compare different UV spectrum profiles
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Due to large data, I could not upload here. I have standard curve and different process variation curves of UV spectrum profiles, and I want to correlate and analyze difference between standard curve and other curves. Is there any technique in python(or sklearn) to analyze such kind of data.
I think you're lookinf for multiple subplots in matplotlib
see: https://matplotlib.org/gallery/subplots_...subplot-py
this shows two similar (sine wave) plots, but I think you can mix different types
I want to compare two spectrum profiles, not subplots.