Skip to content
New issue

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

[BUG] keyword arrow doesn't work for 3d plot #4953

Open
dsryu0822 opened this issue Jun 27, 2024 · 0 comments
Open

[BUG] keyword arrow doesn't work for 3d plot #4953

dsryu0822 opened this issue Jun 27, 2024 · 0 comments
Labels

Comments

@dsryu0822
Copy link

Details

using Random; Random.seed!(0)
plot(randn(5), randn(5), randn(5), arrow = true)
png("temp")

temp

Arrow head is not appreared in 3d plot.

Backends

This bug occurs on ( insert x below )

Backend yes no untested
gr (default) x
pythonplot
plotlyjs
pgfplotsx
unicodeplots
inspectdr
gaston

Versions

Plots.jl version: v1.40.4
Backend version (]st -m <backend(s)>): GR v0.73.3
Output of 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
@dsryu0822 dsryu0822 added the bug label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant