-
Notifications
You must be signed in to change notification settings - Fork 12
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
scale_color_teams
behavior has changed (?)
#28
Comments
@math-mcshane can you confirm if this is still a problem? When I run your MWE:
The plot looks as intended. |
@beanumber just wanted to follow up: I was not able to recreate the issue I was having. I'm having difficulty remembering what the issue was (as I had found a workaround). I did notice that these two lines produced slightly different output: SAS has a darker shade in the latter plot.
|
Ah yes, I re-rendered my original code (which had no changes) and got different output. I guess my workaround was to tell students to ignore the problem? Here's a file with the data (older file from bkref.com; only necessary columns) Here's the code for the above plot. Notice that, e.g., the Kings are no longer purple.
|
The line colors stayed the same, but the label colors did not, regardless of which of the last two lines I used |
OK, I'll take a look...in January... |
Hi, this question is either a bug or user error or both, so I wasn't sure whether to post it as an issue. Apologies if it is user error.
As recently as May 2021, I was able to change the labels on my ggplot with
scale_color_teams(labels = my_vector_of_labels)
.Here's a toy example and my work-around:
The text was updated successfully, but these errors were encountered: