Traceback (most recent call last): File "C:\Users\_____\AppData\Local\Programs\Python\Python311\Lib\site-packages\matplotlib\axis.py", line 1732, in convert_units ret = self.converter.convert(x, self.units, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_:\basic_units.py", line 341, in convert if units.ConversionInterface.is_numlike(val): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'ConversionInterface' has no attribute 'is_numlike' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "_:\artist_tests.py", line 40, in ax.add_line(line) File "C:\Users\_____\AppData\Local\Programs\Python\Python311\Lib\site-packages\matplotlib\axes\_base.py", line 2304, in add_line self._update_line_limits(line) File "C:\Users\_____\AppData\Local\Programs\Python\Python311\Lib\site-packages\matplotlib\axes\_base.py", line 2327, in _update_line_limits path = line.get_path() ^^^^^^^^^^^^^^^ File "C:\Users\_____\AppData\Local\Programs\Python\Python311\Lib\site-packages\matplotlib\lines.py", line 1029, in get_path self.recache() File "C:\Users\_____\AppData\Local\Programs\Python\Python311\Lib\site-packages\matplotlib\lines.py", line 656, in recache xconv = self.convert_xunits(self._xorig) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\_____\AppData\Local\Programs\Python\Python311\Lib\site-packages\matplotlib\artist.py", line 281, in convert_xunits return ax.xaxis.convert_units(x) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\_____\AppData\Local\Programs\Python\Python311\Lib\site-packages\matplotlib\axis.py", line 1734, in convert_units raise munits.ConversionError('Failed to convert value(s) to axis ' matplotlib.units.ConversionError: Failed to convert value(s) to axis units: [TaggedValue(0, BasicUnit(cm)), TaggedValue(1.5, BasicUnit(cm))]