.. note:: :class: sphx-glr-download-link-note Click :ref:`here ` to download the full example code .. rst-class:: sphx-glr-example-title .. _sphx_glr_auto_examples_chemtrails.py: ============================= Chemtrails ============================= The past trajectory of an animated plot can be visualized with the chemtrails argument. This displays a low opacity version of the trace behind the current points being plotted. This can be used in conjunction with the precog argument to plot a low-opacity trace of the entire timeseries. .. code-block:: default # Code source: Andrew Heusser # License: MIT # import import hypertools as hyp # load example data geo = hyp.load('weights_avg') # plot geo.plot(animate=True, chemtrails=True) .. rst-class:: sphx-glr-timing **Total running time of the script:** ( 0 minutes 0.000 seconds) .. _sphx_glr_download_auto_examples_chemtrails.py: .. only :: html .. container:: sphx-glr-footer :class: sphx-glr-footer-example .. container:: sphx-glr-download :download:`Download Python source code: chemtrails.py ` .. container:: sphx-glr-download :download:`Download Jupyter notebook: chemtrails.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_