News

Text Annotation Annotating text in matplotlib figures can be done using the text function. It supports LaTeX formatting just like axis label texts and titles.
Subplot To plot multiple plots on the same canvas use the subplot method. This takes arguments: nrows, ncols, plot_number, where the plots are placed in a 2-D array on the screen.