Set Axis Plt Python

[Solved] Set Axis Plt Python | C - Code Explorer | yomemimo.com
Question : set axis limits matplotlib

Answered by : worried-wolf-ennfq0p0itp4

axes.set_xlim([xmin, xmax])
axes.set_ylim([ymin, ymax])

Source : | Last Update : Mon, 16 Mar 20

Question : set axis plt python

Answered by : merwan

from matplotlib import pyplot as plt
plt.axis([0, 10, 0, 20])

Source : https://stackoverflow.com/questions/3777861/setting-y-axis-limit-in-matplotlib | Last Update : Sat, 05 Dec 20

Answers related to set axis plt python

Code Explorer Popular Question For C