Conversation
I'd like to create plots similarly to scatter plots, but instead of points I'd like to show intervals (sections, corresponding to values of one axis). Is there a specific plot type for this or can I parameterize a scatter plot generator to work like this?

#datavisualization
1
0
0

@buherator Plotly express scatter plots (python) can take optional data columns to use for x and/or y error bar sizes.

1
1
0
@SensorLock Ahh "error bar" is a great keyword! Plotly looks nice too, I'll give it a shot, thanks!
1
0
1

@buherator their scatter matrix is really cool too, it’s a 2d grid of scatter plots so you can see how the plot changes given two other variables

1
1
1
@SensorLock Plotly works great, thank you! Scatter Matrix looks _exactly_ like what I had in mind, but realized that since I have a time dimension a plain scatter plot actually captures the temporal aspect much better.
0
0
0