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?] scatterlines does not register color cycle #1306

Closed
Datseris opened this issue Sep 9, 2021 · 4 comments
Closed

[BUG?] scatterlines does not register color cycle #1306

Datseris opened this issue Sep 9, 2021 · 4 comments

Comments

@Datseris
Copy link
Contributor

Datseris commented Sep 9, 2021

Doing

set_theme!(;
    palette = (color = COLORS,), 
    fontsize = 30
)

and then doing

for data in datas
    scatterlines!(ax, data)
end

doesn't change the color of the plotted lines/markers. In fact they are all black which means that they don't register the default color cycle either.

image

@KronosTheLate
Copy link
Contributor

KronosTheLate commented Oct 13, 2021

Additionally, the defaults are different and do not cycle for scatterlines - they are all black.
EDIT
Not additionally, it was basically what you said. So simple a +1 and bump on this issue.

@KronosTheLate
Copy link
Contributor

Friendly bump :)

@Datseris
Copy link
Contributor Author

Datseris commented Jan 1, 2022

Fixed on master, but master isn't tagged yet.

@Datseris Datseris closed this as completed Jan 1, 2022
@KronosTheLate
Copy link
Contributor

Can confirm that it works like a charm now. Thank you so much, scatterlines is so lovely to visualize datapoints ^_^

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

No branches or pull requests

2 participants