Had to work a little due to Julia being outdated, but here I am. It works, thanks! ![]()
Now I have a problem tho: axis don’t move with GR. What I mean is that if I tilt the camera so to look at the plot from the “left”, the axis don’t move and get covered:
plot(density_matrix, st = :surface, xlabel="Binary weight", ylabel="Power",
zlabel="Density",
zlims=(0,200),
c=cgrad(:heat, scale = :exp),
camera = (-45,50)
) # create surface
gui()

How can I move axis and labels so that they are visible?