We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
points = geom_point(aes( [0.5], [2] )) bars = geom_bar(aes( ['A', 'B'], [1, 1.5] ), stat='identity') ggplot() + bars + points
Expected: point between two bars along the x-axis.
Related: #1279
The text was updated successfully, but these errors were encountered:
fabe8e8
alshan
No branches or pull requests
Expected: point between two bars along the x-axis.
Related: #1279
The text was updated successfully, but these errors were encountered: