Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

matplotlib label axis

import matplotlib.pyplot as plt

plt.ylabel('Y AXIS')
plt.xlabel('X AXIS')
 
PREVIOUS NEXT
Tagged: #matplotlib #label #axis
ADD COMMENT
Topic
Name
3+3 =