How to adjust the size of graph. #1021
-
|
Hello, Example I wached the comment in the source code. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
I changed the parameter of the source code directry. |
Beta Was this translation helpful? Give feedback.
-
|
@peacerider is correct. If you look at Hope this helps. |
Beta Was this translation helpful? Give feedback.

@peacerider is correct. If you look at
_plotting.py, you'll find the height settings of each section. For example, the main chart height is configured on line 221 (height=400). You could manually change this to whatever you want; or, I added a parameter todef ploton line 176 that I then passed tonew_bokeh_figure. You can do the same fornew_indicator_figureon line 277.Hope this helps.