issues
search
kangwonlee
/
momisp
Mechanics of Materials in SciPy
Other
3
stars
4
forks
source link
Good way to initialize `plt.Axes()`
#39
Open
kangwonlee
opened
2 years ago
kangwonlee
commented
2 years ago
811c46b11984d11a33fb5efbacfd516eb05646b6
For example,
ax.arrow()
may use
plt.Axes
Good way to initialize?
plt.axes()
?
plt.gca()
?
ax.arrow()
may useplt.Axes
plt.axes()
?plt.gca()
?