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

Enhance title of animation in Animation Tutorial #454

Closed
navidcy opened this issue Sep 1, 2024 · 2 comments
Closed

Enhance title of animation in Animation Tutorial #454

navidcy opened this issue Sep 1, 2024 · 2 comments
Labels
🐣 good first issue Good for newcomers

Comments

@navidcy
Copy link
Collaborator

navidcy commented Sep 1, 2024

The animation tutorial produces a title using:

ax.set_title(f"time: {str(da['time'][timestamp].values)}")

and this results into a bunch of trailing zeros reporting the time down to the nanosecond!

It would be nice if we can format the title better.

Paraphrased from a comment originally posted by @adele-morrison in #452 (comment)

@julia-neme
Copy link
Collaborator

I think this was fixed in #455 - unless you wanted a title other than dates.

@navidcy navidcy closed this as completed Sep 2, 2024
@navidcy
Copy link
Collaborator Author

navidcy commented Sep 2, 2024

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐣 good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants