gpt4 book ai didi

python - 在 bqplot 中更改图的大小?

转载 作者:太空宇宙 更新时间:2023-11-04 00:51:03 26 4
gpt4 key购买 nike

我是 bqplot 的新手.试图弄清楚如何调整图形的大小。我尝试了以下两种方法,稍微修改了示例代码:

fig = Figure(marks=[line], axes=[ax_x, ax_y], title='Security 1')
fig.height = 100

fig = Figure(marks=[line], axes=[ax_x, ax_y], title='Security 1', height = 100)

这些都没有显示任何效果。有没有办法改变 bqplot 的大小?

最佳答案

使用布局对象。高度必须表示为带有“px”或“%”的 str。请参见下面的示例。

fig = Figure(marks=[line], axes=[ax_x, ax_y], title='Security 1')
fig.layout.height = '100px'

关于python - 在 bqplot 中更改图的大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37144008/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com