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
Rather than concatenating different .svg files like in the example. I would like to insert .svg files into a larger main figure. For that purpose, I have used the addSVGNoLayout() function in the past. However, I cannot get it to work using the current repository version.
When running the code below, I get the output that the width of the two added figures is scales to zero. Might that be the problem?
Output :
Changing width of blue_triangle.svg from 235.29 to 0.00
Changing height of blue_triangle.svg from 141.00 to 1122.52
Changing width of red_ball.svg from 198.14 to 0.00
Changing height of red_ball.svg from 198.14 to 1122.52
Rather than concatenating different .svg files like in the example. I would like to insert .svg files into a larger main figure. For that purpose, I have used the
addSVGNoLayout()
function in the past. However, I cannot get it to work using the current repository version.When running the code below, I get the output that the width of the two added figures is scales to zero. Might that be the problem?
Output :
And here is the example code.
Thanks in advance.
The text was updated successfully, but these errors were encountered: