Every line of 'seaborn xlabel' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
52 def set_x_label(self, xlabel): 53 self.plot.xaxis[0].axis_label = xlabel
41 def setXLabel(self, label): 42 plt.xlabel(label)
372 def set_axis_labels ( self , x ) : 373 pass