From 4c278321d03eb17d2cd3fa35f06c2e6a5fc0c4fb Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Sun, 26 May 2019 21:26:53 +0200 Subject: [PATCH] Add explanation of animation.embed_limit to matplotlibrc.template --- matplotlibrc.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/matplotlibrc.template b/matplotlibrc.template index cf1e810af740..b4bff7220e17 100644 --- a/matplotlibrc.template +++ b/matplotlibrc.template @@ -615,4 +615,5 @@ ## On Windows use the full path since convert ## is also the name of a system tool. #animation.convert_args: ## Additional arguments to pass to convert -#animation.embed_limit : 20.0 +#animation.embed_limit : 20.0 ## Limit, in MB, of size of base64 encoded + ## animation in HTML (i.e. IPython notebook)