doru50422
@doru50422

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

Plotlyを用いて作成したインタラクティブなグラフの解像度を上げたい

解決したいこと

plotlyを用いて作成したインタラクティブな図(動的な図)の解像度を上げる方法を知りたい。

jupyter labでplotlyを用いて以下のコードで作図をしていますが、図の解像度が低く困っています。
解像度を上げる方法を知っている方がいれば教えて下さい。

該当するソースコード

fig = make_subplots(rows=4, cols=2, shared_xaxes='all' )
fig.update_layout(title='○○○' , showlegend=True).update_layout(width=1200,height=750 ,xaxis_rangeslider=dict(visible=True , bgcolor='white' , bordercolor ='violet' ,borderwidth=3, thickness=0.03,)

●●●(散布図を記載するためのコードを記述している。質問を解決する上で必要ない情報と思われるため省略)

fig.show()

0

No Answers yet.

Your answer might help someone💌