You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a path is specified in the "output" option under MacOS HighSierra, the legend and description are generated in a folder above the diagram's SVG. The name of both files also contains the name of the folder in which the diagram's SVG was created.
For example:
I have executed the following command in the terminal on MacOs HighSierra: java -jar svg-plott.jar --diagramtype ScatterPlot --csvpath examples/charts/example_3_scatter/example_3_scatter.csv --csvtype x_aligned --autoscale --output /Users/emma/Desktop/test.svg
Then the file test.svg is on the desktop. However, the generated description and legend are located in the parent folder (/Users/emma/) and are called Desktop/test_legend.svg and Desktop/test_desc.html.
If I run the same command on Windows 10, all files are generated on the desktop, as would be expected.
The text was updated successfully, but these errors were encountered:
If a path is specified in the "output" option under MacOS HighSierra, the legend and description are generated in a folder above the diagram's SVG. The name of both files also contains the name of the folder in which the diagram's SVG was created.
For example:
I have executed the following command in the terminal on MacOs HighSierra:
java -jar svg-plott.jar --diagramtype ScatterPlot --csvpath examples/charts/example_3_scatter/example_3_scatter.csv --csvtype x_aligned --autoscale --output /Users/emma/Desktop/test.svg
Then the file test.svg is on the desktop. However, the generated description and legend are located in the parent folder (/Users/emma/) and are called Desktop/test_legend.svg and Desktop/test_desc.html.
If I run the same command on Windows 10, all files are generated on the desktop, as would be expected.
The text was updated successfully, but these errors were encountered: