I am getting an error when trying to create a legend. I modified smithaxes.py as follows:
Before it had:
from matplotlib.legend_handler import HandlerLine2D
I changed this to:
from matplotlib.legend_handler import HandlerLine2DCompound as HandlerLine2D
This seems to have resolved it.
I am getting an error when trying to create a legend. I modified smithaxes.py as follows:
Before it had:
from matplotlib.legend_handler import HandlerLine2D
I changed this to:
from matplotlib.legend_handler import HandlerLine2DCompound as HandlerLine2D
This seems to have resolved it.