summaryrefslogtreecommitdiff
path: root/src/python/doc/persistence_graphical_tools_user.rst
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2020-08-03 17:20:25 +0200
committerGitHub <noreply@github.com>2020-08-03 17:20:25 +0200
commit5136094e00e268bdcd2678f7f065226840635d86 (patch)
treec5b4c2c2830145b45ef494578d669f20e525a962 /src/python/doc/persistence_graphical_tools_user.rst
parentc4bec0cb470e98ee8169a53294b07a924fdb1d95 (diff)
parent39aff7e55beb318d1685dac410466414e69190ae (diff)
Merge pull request #368 from VincentRouvreau/matplotlib_latex_desactivation
Add mechanism to deactivate LaTeX matplotlib rendering
Diffstat (limited to 'src/python/doc/persistence_graphical_tools_user.rst')
-rw-r--r--src/python/doc/persistence_graphical_tools_user.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/python/doc/persistence_graphical_tools_user.rst b/src/python/doc/persistence_graphical_tools_user.rst
index b5a38eb1..d95b9d2b 100644
--- a/src/python/doc/persistence_graphical_tools_user.rst
+++ b/src/python/doc/persistence_graphical_tools_user.rst
@@ -90,3 +90,14 @@ If you want more information on a specific dimension, for instance:
gudhi.plot_persistence_density(persistence=pers_diag,
dimension=1, legend=True, axes=axes[1])
plt.show()
+
+LaTeX support
+-------------
+
+If you are facing issues with `LaTeX <installation.html#latex>`_ rendering, you can still deactivate LaTeX rendering by
+saying:
+
+.. code-block:: python
+
+ import gudhi
+ gudhi.persistence_graphical_tools._gudhi_matplotlib_use_tex=False