Skip to content
Snippets Groups Projects
Commit d534113f authored by Sylvia Biscoveanu's avatar Sylvia Biscoveanu Committed by Gregory Ashton
Browse files

Add description for latex_label format

parent 3e706657
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,10 @@ simple example that sets a uniform prior for :code:`a`, and a fixed value for
priors['b'] = 5
Notice, that the :code:`latex_label` is optional, but if given will be used
when generating plots.
when generating plots. Latex label strings containing escape characters like :code:`\t`
should either be preceded by :code:`r'` or include an extra backslash. As an example,
either :code:`r'$\theta$'` or :code:`'$\\theta$'` is permissable. For a list of
recognized escape sequences, see the `python docs <https://docs.python.org/2.0/ref/strings.html>`_.
--------------
Default priors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment