Skip to content

Conversation

@daschw
Copy link
Member

@daschw daschw commented Oct 16, 2020

Changes
ax3dold
to
ax3dnew

@daschw
Copy link
Member Author

daschw commented Oct 16, 2020

also fixed z axis guide rotation now
ax3dnewrot

@daschw daschw merged commit c795542 into JuliaPlots:master Oct 17, 2020
@daschw daschw deleted the gr-guides branch October 27, 2020 10:44
@ptoche
Copy link

ptoche commented Apr 26, 2021

Isn't the z label supposed to be rotated in the following? Thanks.

using Plots
gr()  # just in case
t = range(0, 8π, length = 100)
x = t .* map(cos, t)
y = (0.1t) .* map(sin, t)
z = 1:100
plot(x, y, z, xlabel = "x", ylabel = "y", zlabel = "z")

a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants