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] PGFPlotsX made breaking change in minor version -> Backend broken #4748

Closed
xwjqv opened this issue May 14, 2023 · 1 comment
Closed

Comments

@xwjqv
Copy link
Contributor

xwjqv commented May 14, 2023

Details

PGFPlotsX.jl v1.6.0 does not work with Plots.jl.
I think this is because of KristofferC/PGFPlotsX.jl#311.
They say its a braking change released it as a minor change.

Example

This will throws an error:

using Plots
using PGFPlotsX
pgfplotsx()
plot([1,2],[3,4])

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:v1.38.11
Backend version : PGFPlotsX v1.6.0
Output of versioninfo():

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 4 × AMD EPYC Processor
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, znver2)
  Threads: 2 on 4 virtual cores
Environment:
  JULIA_REVISE_WORKER_ONLY = 1
@xwjqv xwjqv added the bug label May 14, 2023
@BeastyBlacksmith
Copy link
Member

Its KristofferC/PGFPlotsX.jl#317. Thats fixed on master and will be released once documentation is fixed

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