Replies: 1 comment
-
Hey Rahul, I guess I'm quite late to the party 😆. There is a way, however, it is not native to statsforecast. You would need to encapsulate your plot and then modify it using plotly. fig = sf.plot(df)
fig.update_layout(your_settings) for more information visit this website: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is there a way to change the default plotly output height for a
StatsForecast
object?Cheers,
Rahul
Beta Was this translation helpful? Give feedback.
All reactions