Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Marker strokes missing #92

Open
dmillard opened this issue Mar 9, 2021 · 1 comment
Open

Marker strokes missing #92

dmillard opened this issue Mar 9, 2021 · 1 comment

Comments

@dmillard
Copy link

dmillard commented Mar 9, 2021

This behavior seems ok in GLMakie, but not in Pluto+WGLMakie.

Expectation: Black circles around markers in a scatterplot.
Reality: Markers without any border.

pkg> st
      Status `~/projects/Test/Project.toml`
  [537997a7] AbstractPlotting v0.15.24
  [e9467ef8] GLMakie v0.1.29
  [824d6782] JSServe v1.2.0
  [6fe1bfb0] OffsetArrays v1.6.2
  [c3e4b0f8] Pluto v0.12.21
  [0c5d862f] Symbolics v0.1.4
  [276b4fcb] WGLMakie v0.3.3

Pluto+WGLMakie (incorrect):
Screenshot from 2021-03-09 14-08-40

GLMakie (correct):
image

@dmillard
Copy link
Author

I dug in a bit and it seems that marker strokes are unfortunately currently unimplemented in WGLMakie. It didn't seem straightforward for me to port the GLMakie (really, GLVisualize) implementation over to WGLMakie, as I'm not too familiar with the plumbing involved.

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

No branches or pull requests

1 participant