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

[ENH] added tick_labels, dpi and save_as functions to Plot #34

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

Conversation

eric2302
Copy link

@eric2302 eric2302 commented Jun 6, 2024

Added three features:

  1. tick_labels: Custom text on colorbars when calling Plot().add_layer(tick_labels=['text1', 'text2']), see for example plot below
    image

  2. dpi: Increase resolution of output figure when calling Plot().build(dpi=...)

  3. save_as: Save figure when calling Plot().build(save_as=...)

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