matplotlib-label-lines icon indicating copy to clipboard operation
matplotlib-label-lines copied to clipboard

Label line using matplotlib.

Results 19 matplotlib-label-lines issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.1...v1.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.5.4)

updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.3...v0.6.5)

updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.9...v0.11.0)

## Bug Report: ValueError with `labellines` when plotting rolling mean with NaNs ### Description When using the `labellines` package to label lines in a plot that includes a rolling mean...

Closes https://github.com/cphyc/matplotlib-label-lines/issues/208 @cphyc do you have setup instructions for the image comparison tests? I cannot get them to fail if I change them.

Closes https://github.com/cphyc/matplotlib-label-lines/issues/176 by adding `xoffsets` as a kwarg, similar to `yoffsets`. Properly handles both numeric and timedelta offsets.

No ticket for this one, just figured it was a useful shorthand! Regenerated the readme example plot to show the behavior, I think it looks a little cleaner now. Subplots...

Closes https://github.com/cphyc/matplotlib-label-lines/issues/166 I think this concludes my Friday morning bug hunt :) Thank you for the library, I find it incredibly useful!

If I try to use the `xvals` argument by supplying time information on a time axis, I get errors. This happens with both a pandas Timestamps and datetime64 objects. Adding...

bug