ascended121

Results 4 issues of ascended121

I have a figure which includes more than one axis and I'm able to add cursors: ``` fig, ax = plt.subplots(nrows=3, ncols=1) ... for axis in ax: mplcursors.cursor(axis, multiple=True) ```...

I'm attempting to configure mplcursors via the following code: ``` import os os.environ["MPLCURSORS"] = '{"hover": 1}' import mplcursors ``` however this doesn't appear to work... no cursors appear when I...

enhancement

### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...

triage

The docs explain that one can use the `extras` fixture to add content to the html report, however only some of the extras are added. In the following code: ```...