Hello, Im a using the plots library with gr(), I’ve tried to obtain a graphic with full border and ticks but I don’t know how, my last try is:
plot(equation, markershape = :hexagon,xticks = ( [0:5:100;], ["\\theta", "2\\theta", ]) ,framestyle=:box,ms=3, grid=(:none),w=3,thickness_scaling=1)
and the result is:
I would like to get a graphic with a border like this:
[Introducing Julia/Plotting - Wikibooks, open books for an open world]
thanks