basemap icon indicating copy to clipboard operation
basemap copied to clipboard

Add tests for Issue #493: PDF output with linewidth=0

Open Cdiaz1234 opened this issue 7 months ago • 0 comments

This PR adds two tests to verify rendering behavior when using linewidth=0 in Basemap plots:

test_lines_zero_width.py: ensures lines still render without visual corruption. test_pdf_output.py: checks that PDF output remains compatible across viewers like Adobe and Okular.

Fixes #493.

Cdiaz1234 avatar May 07 '25 03:05 Cdiaz1234