Here, we'll change the border color of the bins. ggplot(data = txhousing, aes(x = median)) + geom_histogram(color = 'turquoise4'). OUT: An image ...
確定! 回上一頁