Change explorers default kind to scatter
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 124
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
## Request
Change the `explorer`s default `kind` from `line` to `scatter`.
##
A `scatter` point is a good first starting point. A `line` plot is for continuous data. That is what is written in the reference guides.
A line plot also depends on the order/ sort of the data.
So for a lot of data a `line` plot does not work. While a `scatter` plot sort of does. Its friction that the first thing you get is not useful, you have to figure out you need to select something else and then select it.
## Line

## Scatter

Contributor guide
Assessment
This issue has not been assessed yet.