How to 'hold' values instead of linearly interpolating with a mark_line #2754
kevinlinxc
started this conversation in
General
Replies: 1 comment
-
Okay I think https://altair-viz.github.io/gallery/step_chart.html is what I want, my bad |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is my minimal reproducible example:
This creates the following, where the line is drawn from point to point:
I'm wondering if it's possible to instead make something like this, in red, where the value is held until the next value appears:
I want everything else to remain the same if possible.
Beta Was this translation helpful? Give feedback.
All reactions