plt.gca().set_title() / plt.gca.title.set_text() to Set Title to Subplots in Matplotlib. How do I add a space between two subplots? Use matplotlib.pyplot.tight_layout() to add spacing between subplots x = [1, 2, 3] establish data. ...
import matplotlib.pyplot as plt class LogCSP(CSP): """This class replaces the CSP's normalized bandpower features with log-bandpower features. Averaged band power is chi-square distributed. Taking the logarithm brings it closer to the normal distribution, which improves LDA classification. """ ...