Skip to content

roadmap #611

Answered by alshan
egayer asked this question in Q&A
Oct 7, 2022 · 12 comments · 47 replies
Discussion options

You must be logged in to vote

The gap you see between the data and axis is likely the effect of positional scales "expand".
Try to set the multiplicative and additive "expand" to zero:

... + scale_x_continuous(expand=[0,0]) + scale_y_continuous(expand=[0,0])

Replies: 12 comments 47 replies

Comment options

You must be logged in to vote
1 reply
@egayer
Comment options

Comment options

You must be logged in to vote
1 reply
@egayer
Comment options

Comment options

You must be logged in to vote
3 replies
@egayer
Comment options

@alshan
Comment options

@egayer
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@egayer
Comment options

@egayer
Comment options

Comment options

You must be logged in to vote
9 replies
@egayer
Comment options

@alshan
Comment options

@egayer
Comment options

@alshan
Comment options

@egayer
Comment options

Comment options

You must be logged in to vote
2 replies
@egayer
Comment options

@alshan
Comment options

Comment options

You must be logged in to vote
1 reply
@egayer
Comment options

Comment options

You must be logged in to vote
22 replies
@egayer
Comment options

@alshan
Comment options

@egayer
Comment options

@alshan
Comment options

Answer selected by egayer
@egayer
Comment options

Comment options

You must be logged in to vote
1 reply
@egayer
Comment options

Comment options

You must be logged in to vote
5 replies
@alshan
Comment options

@egayer
Comment options

@alshan
Comment options

@egayer
Comment options

@alshan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants