Skip to content

How to adjust the size of graph. #1021

Closed Answered by Rydo111
peacerider asked this question in Q&A
Discussion options

You must be logged in to vote

@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 to def plot on line 176 that I then passed to new_bokeh_figure. You can do the same for new_indicator_figure on line 277.

Hope this helps.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@peacerider
Comment options

@Rydo111
Comment options

@peacerider
Comment options

@Rydo111
Comment options

Answer selected by peacerider
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