.. _userguide_extensions_examples_latex:

Creating Latex Labels
---------------------

This example shows how to create a custom ``LaTexLabel`` class that uses a
third party Javascript library, `KaTex`_, in order to render LaTex onto the plot.

.. bokeh-plot:: docs/user_guide/examples/extensions_example_latex.py
    :source-position: below

.. _KaTex: https://khan.github.io/KaTeX/
