Skip to content
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

Added shade_kwargs to utils.mountain_plot(). #122

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

colleenjg
Copy link
Contributor

This addresses issue #121 enabling users to pass keyword arguments to the fill_between() function used for shading in utils.mountain_plot(). As a result, users can control the shading properties more closely.

For instance, this provides an easy way for users to circumvent the pyplot issue whereby exported plots with a lot of fill_between() shading produce very large and even truncated vector files. Until this issue is fixed, this problem can be circumvented by adding "rasterized": True to shade_kwargs, such that the shading specifically is converted to a pixel image instead of being saved as a very large set of vectors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant