投稿

ラベル(真っ白の画像 ロック画面)が付いた投稿を表示しています

【人気ダウンロード!】 真っ白の画像 320818-真っ白の画像

イメージ
 はじめに matplotlib でsavefig()を使ってグラフを保存したところ 写真が真っ白になってしまった。これの解決策についてのメモ 環境 macOS Mojave Python 366 真っ白になった時のコード 真っ白になった時のコードがこれ from matplotlib import pyplot as plt fig = pltfigure() figadd_subplot(111) pltshow() pltsavefig("image1png