[Bug]: Missing backcompat for backends not supporting hatchcolors in draw_quad_mesh #29883
Labels
Release critical
For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Milestone
Bug summary
#29044 added a hatchcolors kwarg to backends' draw_path_collection and draw_quad_mesh; this includes an backcompat/escape hatch in draw_path_collection for third-party backends (e.g., mplcairo) that don't support for that kwarg (see discussion around #29044 (comment) for why I think this should be in matplotlib and not in mplcairo); unfortunately the same escape hatch is also needed for draw_quad_mesh and is missing there.
Code for reproduction
Actual outcome
traceback with
Expected outcome
no error
Additional information
No response
Operating system
any
Matplotlib Version
3.11.0.dev612+g77993d5536
Matplotlib Backend
module://mplcairo.qt
Python version
3.13
Jupyter version
no
Installation
git checkout
The text was updated successfully, but these errors were encountered: