Note
Click here to download the full example code
Pyplot Three¶
Plot three line plots in a single call to plot
.
References¶
The use of the following functions, methods, classes and modules is shown in this example:
import matplotlib
matplotlib.pyplot.plot
matplotlib.axes.Axes.plot
Out:
<function Axes.plot at 0x7fba54b45550>
Keywords: matplotlib code example, codex, python plot, pyplot Gallery generated by Sphinx-Gallery