Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

categorical x labels not displayed for grouped variables #79

Open
HAMdetector opened this issue Jun 10, 2019 · 2 comments
Open

categorical x labels not displayed for grouped variables #79

HAMdetector opened this issue Jun 10, 2019 · 2 comments
Labels

Comments

@HAMdetector
Copy link

HAMdetector commented Jun 10, 2019

Not sure if a bug or intended behaviour.

using Makie, StatsMakie

group = ["a", "b", "a", "b", "a"]
x = ["x1", "x1", "x1", "x2", "x2"]
y = [1, 1.1, 1.2, 2, 2.1]

scatter(x, y) # shows correct x labels "x1" and "x2"
scatter(Group(group), x, y) # shows numeric x labels
@SimonDanisch
Copy link
Member

I think StatsMakie doesn't "know" yet, that this is possible now ;)

@sethaxen
Copy link
Member

sethaxen commented Mar 6, 2020

This looks like the same MultiplePlot issue that showed up in #106 .

@piever piever added the vizcon label Mar 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants