cufflinks

Is there a way to normalize the scales of axes in subplots in cufflinks library python?

你。 提交于 2020-04-30 08:47:09
问题 I have used cufflinks to plot a few subplots, their scale ranges are different. I want same scales so I can compare the subplots. Is there a way to customize the axes of each subplot in cufflinks? This link shows the picture of the subplots, the subplots of row 1, column1 and column2 have different ranges on the y axes. Is there a way to change the range of graph DRV.FV to -5 to 10? MCVE: df=cf.datagen.lines(4) df.iplot(subplots=True, subplot_titles=True, legend=False) I have taken this from

Is there a way to normalize the scales of axes in subplots in cufflinks library python?

拜拜、爱过 提交于 2020-04-30 08:46:45
问题 I have used cufflinks to plot a few subplots, their scale ranges are different. I want same scales so I can compare the subplots. Is there a way to customize the axes of each subplot in cufflinks? This link shows the picture of the subplots, the subplots of row 1, column1 and column2 have different ranges on the y axes. Is there a way to change the range of graph DRV.FV to -5 to 10? MCVE: df=cf.datagen.lines(4) df.iplot(subplots=True, subplot_titles=True, legend=False) I have taken this from