You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibly due to an issue with .mark_bar() in altair, setting the "Color Binning" widget to "Continuous" results in the the y axis of the "colours used" and "density plots" not lining up correctly. This is because the colours used plot seems to be showing data points that exist outside the range of the data.
Debugging
Drop the following code into a cell of the "simple" scatter plot notebook (that loads the movie_data df) which clearly shows the issue
rolyp
changed the title
Colours used chart for scatter plot example goes beyond data range
Colours used: scatterplot example goes beyond data range
Dec 16, 2021
Possibly due to an issue with
.mark_bar()
in altair, setting the "Color Binning" widget to "Continuous" results in the the y axis of the "colours used" and "density plots" not lining up correctly. This is because the colours used plot seems to be showing data points that exist outside the range of the data.Debugging
Drop the following code into a cell of the "simple" scatter plot notebook (that loads the
movie_data
df) which clearly shows the issueAlready tried
The text was updated successfully, but these errors were encountered: