JetBrains / JetBrains/lets-plot
Dotplot bar chart?
- Dominant language
- Kotlin
- Stars
- 1.8k
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Is there any way to create a chart similar to this?

Bar charts are one of the most used chart types and having alternatives for them is great. Currently Let's Plot has `geom_lollipop` but DotPlot bars are another great alternative, especially when the measured value is an integer. Counting number of records is probably the best use case for this.
I tried creating them using `geom_dotplot` and `geom_ydotplot` but was not able to do it.
If it is not currently possible I believe it would be a great addition.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.