iamlikeme / rainflow

Implementation of the rainflow-counting algorythm in Python
MIT License
105 stars 34 forks source link

Python plot similar to Matlab's stackedplot() #45

Closed addarnr closed 4 years ago

addarnr commented 4 years ago

Hello, Is there a plot function available in Python that is same as Matlab's stackedplot()? stackedplot() in Matlab can line plot several variables with the same X axis and are stacked vertically. Additionally, there is a scope in this plot that shows the value of all variables for a given X value just by moving the cursor (please see the attached plot). I have been able to generate subplots in Python with no issues, however, not able to add a scope like this that shows the value of all variables by moving the cursor. Is this feature available in Python?

Thanks much for your help in advance!

stackedplot scope2

addarnr commented 4 years ago

Sorry! posted at the wrong repository by mistake.