Every line of 'matplotlib markers' 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.
73 def _plot_marker(self): 74 self.marker = self.ax.axhline(self.get_data_position('y1'), 75 **self.marker_properties)