Skip to content

ylim on plots for time series in decomposition and results #268

Answered by rubencalje
raoulcollenteur asked this question in Q&A
Discussion options

You must be logged in to vote

In ml.plots.decomposition there already is the optional argument min_ylim_diff, which makes sure every subplot has a certain height. In your example you could set this to 1 meter:

ml.plots.decomposition(min_ylim_diff=1.0)

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by raoulcollenteur
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #265 on January 20, 2021 09:08.