my dataframe of pivot is looking like this.
df=
DATA
Type P_A P_B
Time
11:38:56 500706.0 981098.0
11:39:46 501704.0 984751.0
11:40:26 501704.0 984737.0
11:43:18 502758.0 987173.0
I want to plot this dataframe. df.plot()
is works but since values are very much different on scale so ploting needs to be on different axis . How to do that?