-
Notifications
You must be signed in to change notification settings - Fork 5
Tutorial 6. Animations #16
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
Conversation
Sphinx extension used to define the `gmtplot` directive that will execute the given GMT code and insert the generated figure into the document. Need to set `highlight_language: bash` otherwise there will be an `UnboundLocalError: cannot access local variable 'suffix' where it is not associated with a value`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Esteban82, this looks amazing, really like how you go through building an animation step by step from a simple frame to the final full resolution animation.
I've pushed some changes related to the Sphinx configuration to get the GMT code/plots and Youtube links to render (based on GenericMappingTools/gmt-examples#37). Only have one suggestion below to change the title of the extended tutorial, but will merge this directly afterwards. Feel free to make any changes after this PR is merged (e.g. typos, extra notes, etc) if needed before the workshop.
I add the docs. I split the file that I made for gmt-examples in two.
The idea is only explain tutorial 1 and let the participants to see tutorial 2 if they want.
Original PR at GenericMappingTools/gmt-examples#40