lr5469 Posted December 1, 2024 Posted December 1, 2024 Bug Report: SVG Not Displaying Properly in Designer-Y Axis Issue Description: The SVG file generated using Python Matplotlib is not displaying correctly in the Designer-Y axis view. Despite appearing as expected in the VSCode SVG preview, the SVG fails to render properly within the Designer-Y axis environment. Steps to Reproduce: Generate the SVG file using the following Python Matplotlib code: plt.savefig(fig_dir / "height_vs_E.svg", bbox_inches="tight", dpi=300) Open the generated SVG file in VSCode and preview it. Observe that the SVG appears correctly. Open the SVG file in the Designer-Y axis tool. Notice that the SVG does not display as expected. Quote
Staff Lee D Posted December 18, 2024 Staff Posted December 18, 2024 @lr5469 Thanks for your feedback. We're aware of issues importing SVG files created using Matplotlib which we have logged with our developers. I've updated the report to include yours. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.