.. _chap-advanced-plotting: ======================= Advanced plotting ======================= Motivation, prerequisites, plan =============================== .. rubric:: Motivation Sometimes we want to do more advanced plotting [...] .. rubric:: Prerequisites * The 10-hour "serious programming" course. * The "Data files and first plots" mini-course in :numref:`chap-data-files-and-first-plots`. * The "Intermediate plotting" mini-course in :numref:`chap-intermediate-plotting`. .. rubric:: Plan We will: [...] .. _sec-logarithmic-scales: Logarithmic scales ================== log y log x and log y .. _sec-animation-in-matplotlib: Animation in matplotlib ======================= simple-animated-plot.py .. literalinclude:: simple-animated-plot.py :language: python :caption: simple-animated-plot.py -- ...