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
Basically, I have a few test results of me heating water in different temperature ranges and I want to create an graph out of it. I had to add a few spaces to the temp ranges otherwise it'd just accept them all as a single value, not multiple values. When I add color="Temp_Range" to there, the lines just disappear for some reason.
here's the output without color=:
here's the output with color=
What would you like to happen instead?
I want the same temperature ranges to have same color, but be colored differently than other temperature ranges(eg: 40-45 is orange, 45-50 is green etc.)
Which version of Altair are you using?
5.5.0
The text was updated successfully, but these errors were encountered:
Whatever you're using to produce this data, is likely using this column as an index - but is compensating for non-unique values.
You might be able to prevent this at the source with an explicit index?
What happened?
my data.csv:
Basically, I have a few test results of me heating water in different temperature ranges and I want to create an graph out of it. I had to add a few spaces to the temp ranges otherwise it'd just accept them all as a single value, not multiple values. When I add color="Temp_Range" to there, the lines just disappear for some reason.
here's the output without
color=
:here's the output with
color=
What would you like to happen instead?
I want the same temperature ranges to have same color, but be colored differently than other temperature ranges(eg: 40-45 is orange, 45-50 is green etc.)
Which version of Altair are you using?
5.5.0
The text was updated successfully, but these errors were encountered: