We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arrow
using Random; Random.seed!(0) plot(randn(5), randn(5), randn(5), arrow = true) png("temp")
Arrow head is not appreared in 3d plot.
This bug occurs on ( insert x below )
x
Plots.jl version: v1.40.4 Backend version (]st -m <backend(s)>): GR v0.73.3 Output of versioninfo():
]st -m <backend(s)>
versioninfo()
Julia Version 1.10.0 Commit 3120989f39 (2023-12-25 18:01 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Windows (x86_64-w64-mingw32) CPU: 20 × 12th Gen Intel(R) Core(TM) i7-12700F WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-15.0.7 (ORCJIT, alderlake) Threads: 14 on 20 virtual cores Environment: JULIA_NUM_THREADS = 10 JULIA_EDITOR = code
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Details
Arrow head is not appreared in 3d plot.
Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version: v1.40.4
Backend version (
]st -m <backend(s)>
): GR v0.73.3Output of
versioninfo()
:The text was updated successfully, but these errors were encountered: