Possible Duplicate:
Margin adjustments when using ggplot’s geom_tile()
How can I adjust the width between tick marks and the raster margin, as show in the image

Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to set
expand=c(0, 0)in your axis scales.You can read all about this in
?continuous_scale. Quoting: