Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Jupyter でインライン プロットのサイズを指定できる方法があるかどうか知りたいです。現在、Vega ライブラリを使用していますが、幅と高さが機能しません。回避策はあります。
これは Plots.jl で動作するはずです:
using Plots plot(1:5, size=(1000,1000))