feat(datavis): tweak plotting to use commas as decimal point

This commit is contained in:
Xaseiresh 2024-05-07 16:46:04 +02:00
parent 8d80a97f9a
commit da07b320a4
2 changed files with 3 additions and 2 deletions

View file

@ -14,6 +14,7 @@
"latex-workshop.synctex.afterBuild.enabled": true,
"latex-workshop.view.outline.sync.viewer": true,
"conventionalCommits.scopes": [
"tex"
"tex",
"datavis"
]
}