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
Maybe I'm missing something but it seems like Params don't play well with math. For eg., I was trying to making the 4 constants in my code below Params, but it complains that TypeError: unsupported operand type(s) for +: 'Param' and 'complex'.
Also, seems like there's no UI to save/export the svg. If there's no plan to add that to the UI, is there a better way to save the svg besides vsk.save('out.svg') in the code?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Maybe I'm missing something but it seems like Params don't play well with math. For eg., I was trying to making the 4 constants in my code below Params, but it complains that
TypeError: unsupported operand type(s) for +: 'Param' and 'complex'
.Also, seems like there's no UI to save/export the svg. If there's no plan to add that to the UI, is there a better way to save the svg besides
vsk.save('out.svg')
in the code?Beta Was this translation helpful? Give feedback.
All reactions