How to change default size of fplt.show() window? #182
-
I want to change the default size of the graph that pops up with the fplt.show() call. At the moment, the graph takes up my entire monitor when it pops up (I want it to be wider and less tall than this, instead). The reason I want to do this is so that the screenshot callback (not included in the example code below) will take a screenshot of a graph that's correctly sized and not too tall. I've tried setting fplt.winw and fplt.winh (below), but it didn't work as I was hoping
|
Beta Was this translation helpful? Give feedback.
Answered by
highfestiva
May 11, 2021
Replies: 1 comment
-
You missed this: ax = fplt.create_plot('S&P 500 MACD', rows=1, maximize=False) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
somguyth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You missed this: