Closed Praisethefab closed 3 months ago
workaround: Don't use tikz and monkey patch it.
import sys
import types
# Create a dummy module
dummy_module = types.ModuleType('tikzplotlib')
# Insert the dummy module into sys.modules
sys.modules['tikzplotlib'] = dummy_module
Hi everyone, which python version is affected of this issue? Would be very helpful to get more details about the environments you used. Thanks
When trying to plot a ReliabilityDiagram I got this traceback:
This seems to me to be caused by this issue in the tikzplotlib library and a quick fix would be to downgrade matplotlib to before 3.8.