News

I'm trying to use mpldatacursor to label a few points on a plot. Here's an MWE: from matplotlib import pyplot as plt import numpy as np from mpldatacursor import datacursor xarr = np.array([1.,2.,3 ...
If the transform kwarg is also passed, and set to something else [1] than ax.transData (the default), then setting the aspect is clearly not useful (the image is not going to be drawn in data ...