From f1efdcb0c482df8e6090858a4f44cc374838db79 Mon Sep 17 00:00:00 2001 From: Bocher Erwan Date: Wed, 25 Sep 2024 19:06:29 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index bcd7f96..317bd65 100755 --- a/readme.md +++ b/readme.md @@ -14,6 +14,7 @@ Demat uses the excellent [JAVET](https://github.com/caoccao/Javet) library to ex Let's run this script with Groovy to draw a simple bar chart and save it in a svg file. ```groovy +@GrabConfig(systemClassLoader=true) @Grab(group = 'org.orbisgis', module = 'demat', version = '1.0.0') import static org.orbisgis.demat.Plot.* @@ -36,6 +37,7 @@ shows https://vega.github.io/vega-lite/examples/bar.html Use online data. ```groovy +@GrabConfig(systemClassLoader=true) @Grab(group = 'org.orbisgis', module = 'demat', version = '1.0.0') import static org.orbisgis.demat.Plot.*