Appearance
- Adding a legend to PyPlot in Matplotlib in the simplest manner possible
- Changing the tick frequency on the x or y axis
- How do I change the size of figures drawn with Matplotlib?
- How do I set the figure title and axes labels font size?
- How to change the figure size of a seaborn axes or figure level plot
- How to change the font size on a matplotlib plot
- How to make IPython notebook matplotlib plot inline
- How to put the legend outside the plot
- How to set the y-axis limit
- ImportError: No module named matplotlib.pyplot
- Matplotlib make tick labels font size smaller
- Plot logarithmic axes
- Purpose of "%matplotlib inline"
- Save plot to image file instead of displaying it using Matplotlib
- When to use cla(), clf() or close() for clearing a plot in matplotlib?