Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

plot horizontal line in python

This will plot y=0 horizontal line , 
import matplotlib.pyplot as plt
plt.axhline(0)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #plot #horizontal #line #python
ADD COMMENT
Topic
Name
8+6 =