From 84b07165c99ea3c30c9a1458045346d0e91383b2 Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Sun, 28 Jul 2024 23:38:26 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2542457..bbd308b 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ This library uses Matplotlib as backend, and you can change all settings of [rcP rcParams = plt.PyDict(plt.matplotlib."rcParams") rcParams["text.usetex"] = true ``` -Just add this at the beginning or your script. You can change fonts, font sizes, colors etc. +Just add this at the beginning of your script. You can change fonts, font sizes, colors etc. #### More beautiful GUI If you add the following line to your `.bashrc` file or to the script you use to start Julia: