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] Arrow sizes not updating with PGFPlotsX #4820

Closed
juddmehr opened this issue Sep 4, 2023 · 3 comments
Closed

[BUG] Arrow sizes not updating with PGFPlotsX #4820

juddmehr opened this issue Sep 4, 2023 · 3 comments

Comments

@juddmehr
Copy link

juddmehr commented Sep 4, 2023

Details

Arrow sizes are not updating when using PGFPlotsX. The issue seems to simply be a tiny typo at

arrow_head = "{stealth[length = $(arr.headlength)pt, width = $(arr.headwidth)pt"

where stealth should be capitalized.

Backends

This bug occurs on ( insert x below )

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

Versions

Plots.jl version: 1.39.0
Backend version (]st -m <backend(s)>): 1.6.0
Output of versioninfo():

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: macOS (x86_64-apple-darwin22.4.0)
  CPU: 8 × Intel(R) Core(TM) i7-1068NG7 CPU @ 2.30GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, icelake-client)
  Threads: 1 on 8 virtual cores
@Jay-sanjay
Copy link
Contributor

@juddmehr sir just wanted to confirm before starting the PR , the issue is solved just by replacing the above line with
arrow_head = "{Stealth[length = $(arr.headlength)pt, width = $(arr.headwidth)pt"
this line , am I right sir ....?

Jay-sanjay added a commit to Jay-sanjay/Plots.jl that referenced this issue Sep 6, 2023
@Jay-sanjay
Copy link
Contributor

sir below is the link for the PR
#4821

@juddmehr
Copy link
Author

@Jay-sanjay I apologize for not responding. Looks like my notification settings need updating. Yes, it was just the capitalization of stealth on that one line. Thank you!

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

No branches or pull requests

3 participants