*: standardize filepaths (#18569)

This commit is contained in:
Managor
2025-10-09 06:57:08 +03:00
committed by GitHub
parent a8811cbb75
commit f734fa1c82
25 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
- Set the output format by executing a command before loading the definition file:
`gnuplot -e "{{set output "path/to/filename.png" size 1024,768}}" {{path/to/definition.plt}}`
`gnuplot -e "{{set output "path/to/file.png" size 1024,768}}" {{path/to/definition.plt}}`
- Persist the graph plot preview window after gnuplot exits: