강의

멘토링

로드맵

Inflearn Community Q&A

freedom07's profile image
freedom07

asked

Getting started with Python data analysis using public data

[13/15] Easily draw subplots of categorical data - catplot

catplot 그릴때 x축 글씨 겹쳐보이지 않게..

Written on

·

362

1

선생님 catplot 으로 서브플롯 그릴때 

sharex=False를 통해서 x축에 상권업종소분류명이 나오는데..

글씨가 겹쳐보이면 그래프를 좀 넓게 그리는 방법은 어떻게 하나요? 간격조정 어떻게 하는지 궁금합니다. 

 

pandaspythonnumpy

Answer 1

1

todaycode님의 프로필 이미지
todaycode
Instructor

이렇게 글씨가 겹쳐 보일 때는 x축과 y축을 바꿔그리는걸 추천합니다.

아니면 한 줄에 하나의 그래프만 그리고 aspect 값을 넓게 그려보세요.

output 파일에 예시가 있으니 참고해 보세요.

freedom07's profile image
freedom07

asked

Ask a question