8000 Add tests for Issue #493: PDF output with linewidth=0 by Cdiaz1234 · Pull Request #626 · matplotlib/basemap · GitHub
[go: up one dir, main page]

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed plotting issue with hammer map data
Fixed in issue that the input data clipping causes when warping an existing map to a hammer map. The clipping of the data confuses the bluemarble method when it tries to draw the background. Removing the call the bluemarble in logic to warp to a hammer map fixes the plotting
  • Loading branch information
sterlingmacleod authored May 7, 2025
commit 5f7378e7e8b484e9bd024c9e1237a4e1c4f8a4a4
2 changes: 1 addition & 1 deletion examples/warpimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# illustrate use of warpimage method to display an image background
# on the map projection region. Default background is the 'blue
# marble' image from NASA (http://visibleearth.nasa.gov).

# create new figure
fig=plt.figure()
# define orthographic projection centered on North America.
Expand Down
0