Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher authored Sep 25, 2024
1 parent 6ca6189 commit f1efdcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
Expand All @@ -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.*
Expand Down

0 comments on commit f1efdcb

Please sign in to comment.