def plot( self): sns.tsplot(data=self.pdo, time="alpha", unit="unit", condition="Method", value="r2") plt.xscale('log') plt.ylabel( r'$r^2$')