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
I draw a scatter chart with line elements with python/plt.
I also add a text element to identify the plot.
In python I use fig.savefig("myfile.svg").
Looking through the generated .svg file I can see the commands for plotting the line and the text element.
Processing it with svg2gcode only the plot line is generated, the text element is ignored?
Otherwise great stuff! Never thought it would be so easy to generate gcode from my svg file.
The text was updated successfully, but these errors were encountered:
I draw a scatter chart with line elements with python/plt.
I also add a text element to identify the plot.
In python I use fig.savefig("myfile.svg").
Looking through the generated .svg file I can see the commands for plotting the line and the text element.
Processing it with svg2gcode only the plot line is generated, the text element is ignored?
Otherwise great stuff! Never thought it would be so easy to generate gcode from my svg file.
The text was updated successfully, but these errors were encountered: