Hey guys! Does anybody know how to save the scatter3d plot as svg? pio.write_image(fig, format=‘svg’,engine=‘kaleido’) This only made the whole image a single element, I want all the points as vector format and to retain the high fidelity. Plz help me!!!