From eefaf16ed36a2d968dd1bb335ffcded4c56377cd Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Wed, 2 Mar 2016 14:34:57 +0100 Subject: [PATCH] Update doc --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 516a15b..be011ca 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,10 @@ design in the API, or required feature!
If any of your plots contains a `label` keyword, a legend will be added automatically on your graph (you can still explicitly tell it not to add a legend by setting the `legend` attribute to `False`).
+ +
Use `LaTeX` rendering in `matplotlib`, if available.
+
If `replot` finds `LaTeX` installed on your machine, it will overload + `matplotlib` settings to use `LaTeX` rendering.