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 doesn't colour certain markers in a scatter plot. #4918

Open
Zentrik opened this issue Apr 11, 2024 · 0 comments
Open

[BUG] PGFPlotsX doesn't colour certain markers in a scatter plot. #4918

Zentrik opened this issue Apr 11, 2024 · 0 comments
Labels

Comments

@Zentrik
Copy link

Zentrik commented Apr 11, 2024

Versions

Plots.jl version: 1.40.4
PGFPlotsX version (]st -m <backend(s)>): 1.6.1
Output of versioninfo():

julia> versioninfo()
Julia Version 1.10.2
Commit bd47eca2c8 (2024-03-01 10:14 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: 16 × AMD Ryzen 7 5700U with Radeon Graphics
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, znver2)
Threads: 1 default, 0 interactive, 1 GC (on 16 virtual cores)
Environment:
  JULIA_EDITOR = code
  JULIA_NUM_THREADS =

Using the default backend scatter((0, 0), markercolor=:green, markershape=:+) will have a green + but using PGFPlotsX as so the marker is always black

using Plots
pgfplotsx()
scatter((0, 0), markercolor=:green,  markershape=:+)
@Zentrik Zentrik added the bug label Apr 11, 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