Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

secondary y axis matplotlib

#We create a secondary y-axis for the definded column
df.plot(secondary_y='name_of_column')
plt.show()
 
PREVIOUS NEXT
Tagged: #secondary #axis #matplotlib
ADD COMMENT
Topic
Name
9+7 =