tikzplotlib
tikzplotlib copied to clipboard
Gridlines support linestyle
trafficstars
Added support for dashed (and other) types of gridline. Fixes #498.
Changes
- Updated pre-commit config
- Changed unsupported use of minor linestyle in logplot test
- Moved cmap conversion code to
_color.pyto avoid circular import - Support dashed (and other) types of gridline
- Added tests
Notes
I was unsure where to put the gridline_options method so please feel free to move this elsewhere if desired.