-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a feature for displaying images on every bar from geomBar()? #112
Comments
Currently there is no way to add images to a plot. I'm curious, what precisely chart design do you have in mind? It might be interesting feature. As for b) In Kotlin it doesn't work (has been exposed in the API accidentally :) ) |
Could you post a link to the StackOverflow post you mentioned? |
This is the one, they've done it on ggplot library (I couldn't find anyone requesting it in lets-plot): https://stackoverflow.com/questions/58677247/how-to-insert-pictures-into-each-individual-bar-in-a-ggplot-graph |
Thanks, this is a nice feature to have. Can't add it right away but will keep in mind. |
I'm new to data analysis and I started out with lets-plot for data visualization!
Basically I'm trying to find a way to add images in geomBar(), it could be an image on the bottom bar or even extended through all the bar or something like that. The main purpose is to make it more beautiful and easier to catch the report at first instead of reading a text.
But I can't find that feature available there, I've tried with geomImage() but I'm not sure if that's the feature to use, would appreciate any guidance or know if there are plans in the future for adding it
The text was updated successfully, but these errors were encountered: