Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 205449

making space between next values on y axis

$
0
0
  ggplot(dane, aes(x=państwo, y=całkowiteZarobki)) + 
  geom_point(aes(col=rodzajSportu, size=całkowiteZarobki)) +
  geom_smooth(method="loess", se=F) + 
  labs(subtitle="Area Vs Population", 
       y="Population", 
       x="Area", 
       title="Scatterplot", 
       caption = "Source: midwest")+
  theme(text = element_text(size=15),axis.text.x = element_text(angle=90, hjust=1))

As you can see y axis looks terrible please advise me how can I make space between next positions on it to make it look clearer

PS. Any idea why it says 100 milion dollars is the lowest value? It clearly should be on top of y axis yet it stays at the bottom.


Viewing all articles
Browse latest Browse all 205449

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>