Matplotlib.pyplot.hold() が '3.1.2'では、hold on のデフォルト設定となっといて、
Python3
1plt.hold(False)
では、
module 'matplotlib.pyplot' has no attribute 'hold'
となります。
バージョンを変えずにhold off にするにはどうすればいいですか。

回答1件
あなたの回答
tips
プレビュー
投稿2020/02/01 00:02
Matplotlib.pyplot.hold() が '3.1.2'では、hold on のデフォルト設定となっといて、
Python3
1plt.hold(False)
では、
module 'matplotlib.pyplot' has no attribute 'hold'
となります。
バージョンを変えずにhold off にするにはどうすればいいですか。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。