Hi, I’m trying out the various backends available for Plots.jl
.
I’m looking for the functions to set the viewing angle and aspect ratios for plot3d()
plots.
- With
gr
and pyplot
, the plots come out sqashed.
- With
glvisualize
and plotlyjs
, the plots are not squashed, but I wish to programmatically set the viewing angle.
Also, things like title!(...)
don’t appear to work with GLVisualize
. Is this expected at this point in its development?
thanks
3 Likes
rveltz
2
Hi,
did you find a way to set the viewing angle?
1 Like
I’m pretty sure you can’t do that :-/
rveltz
4
How do you generate figures for publication in that case? Rotate by hand? Use directly PyPlot?
That seems rather unfortunate for reproducibility. Is that a limitation of the backends?
1 Like
No, it could be implemented - it’s just that noone has come around to it yet:
https://github.com/JuliaPlots/Plots.jl/issues/288
2 Likes
Ideally, someone who would find this feature really useful could try and give it a shot?
1 Like