tikzplotlib icon indicating copy to clipboard operation
tikzplotlib copied to clipboard

Gridlines support linestyle

Open daniel-stoneuk opened this issue 3 years ago • 0 comments
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.py to 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.

daniel-stoneuk avatar Apr 12 '22 12:04 daniel-stoneuk