Secondary axes are used to conveniently display an alternative unit system. Here are examples.
mpldatacursor seems to not recognize secondary axes. If I do something like
ax2 = ax1.secondary_xaxis('top', functions=(fun1, fun2))datacursor(ax2)
then nothing happens.
Secondary axes are used to conveniently display an alternative unit system. Here are examples.
mpldatacursor seems to not recognize secondary axes. If I do something like
ax2 = ax1.secondary_xaxis('top', functions=(fun1, fun2))
datacursor(ax2)
then nothing happens.