Hi! I would like to draw 3D plots in Julia with Atom+Juno. Ideally, the features that I would like from the plots are interactivity (zooming and rotation), transparency of the surface, and that it works with Atom+Juno (not necessarily in the Plot pane). I have tried different “solutions” found on the internet (mainly using Plots and/or PyPlot) but no one gave me the desired result. The problems that I encountered were generally that no interactive window pops up, and/or that the surfaces were not transparent.
If someone could provide me a minimal working example, e.g., for drawing a tetrahedron with transparent faces (a cube would be fine too, but I am also interested in drawing surfaces that cannot be obtained as the image of rectangular meshes, as it is possible to do in Matlab with the function “patch”), I would be very grateful.
Thanks a lot