Summary
In this chapter, we learned how to create animations using Plots,
Makie,
and Javis
. We have also learned how to use the Animations
package to make complex movements with a few lines of code. While we have learned how to use the Animations
package with Plots,
you can also take advantage of it with Makie
and Javis
. Now, we can choose the correct format to distribute our animations in. You will find this new knowledge incredibly helpful while creating and sharing compelling animations. This, in turn, will help you visualize data that changes through time, make didactic animated figures, and draw attention to your plots.
In the next chapter, we will learn about the different adaptations of the grammar of graphics available in Julia.