plt.axis('equal')
としても縦横比がずれた画像が出力されてしまいます。
plt.gca().set_aspect('equal', adjustable='box')
とするとうまくいくようです。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
plt.axis('equal')
としても縦横比がずれた画像が出力されてしまいます。
plt.gca().set_aspect('equal', adjustable='box')
とするとうまくいくようです。
Register as a new user and use Qiita more conveniently
Go to list of users who liked