-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Duplicating the legend example with other data does not seem to work #276
Comments
Here is a simpler testing script. imports and setup:
actual plotting script:
sample output demonstrating the problem: |
It looks to me like this is mostly a documentation problem; the docstring for |
I am trying to adapt the code from the legend example notebook to another data set. I replaced the data with the 5 Gaussian distributions, updating the appropriate inputs but the legend is entirely black.
Here is the code I ran (in a jupyter notebook):
Here is the result:
I noticed the range for my aggregation is much larger than the taxi example, [0, 728852] compared to [0, 1968].
The increased range should not be responsible for the error but I will look into that.
I am not certain this is a bug or simply an misunderstanding of the example on my part.
The text was updated successfully, but these errors were encountered: