See solution here. For instance, using the pyplot()
backend:
using Plots; pyplot()
plot(sind.(1:360), ticks=:native)
This also works for the other interactive backends: plotly()
, plotlyjs()
or inspectdr()
See solution here. For instance, using the pyplot()
backend:
using Plots; pyplot()
plot(sind.(1:360), ticks=:native)
This also works for the other interactive backends: plotly()
, plotlyjs()
or inspectdr()