Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Matplotlib-Object oriented interface

plt.plot(x, np.sin(x), '-g', label='sin(x)')
plt.plot(x, np.cos(x), ':b', label='cos(x)')
plt.axis('equal')

plt.legend();
Source by jakevdp.github.io #
 
PREVIOUS NEXT
Tagged: #oriented #interface
ADD COMMENT
Topic
Name
9+6 =