
# 위에 그린 그래프를 지역별로 나눠 봅니다. (ggplot(pre_sale) + aes(x='연도', y='평당분양가격', fill='규모구분') + geom_bar(stat='identity', position='dodge') + facet_wrap('지역명') + theme(text=element_text(family='NanumBarunGothic'), axis_text_x=element_text(rotation=70), figure_size=(12, 12)) )
위의 코드 결과 그래프에 대해서 총 17개의 지역별 그래프마다 각각 X축 라벨이 나타나게 하는 방법이 없을까요?