Basic Plotting with Python and Matplotlib

• ylabel (str of None) – Y axis label. If Noneand ydatais a pandas Series, use ydata’s “name” attribute as ylabel. • logx (bool) – Whether or not to show the X axis in log scale. • logy (bool) – Whether or not to show the Y axis in log scale. • grid_on (bool) – Whether or not to show grids on the plot. ................
................