gpt4 book ai didi

graphics - 适合笔记本宽度 Mathematica 中的 ImageSize

转载 作者:行者123 更新时间:2023-12-02 22:11:44 25 4
gpt4 key购买 nike

ImageSize 是否有参数,以便 Graphics 或 Manipulate 自动适合笔记本宽度。

最佳答案

怎么样

Plot[Sin[x], {x, -5, 5}, ImageSize -> Full]

编辑:或

Manipulate[
Show[
{
Plot[Sin[alpha*x], {x, -5, 5}],
Plot[Cos[alpha*x], {x, -5, 5}]
},
ImageSize -> Full
],
{alpha, 1, 2}
]

关于graphics - 适合笔记本宽度 Mathematica 中的 ImageSize,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8175918/

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