일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- pandas
- single cell rnaseq
- single cell analysis
- PYTHON
- ChIPseq
- DataFrame
- CUT&RUN
- CSS
- scRNAseq analysis
- EdgeR
- MACS2
- python matplotlib
- drug development
- julia
- drug muggers
- cellranger
- 비타민 C
- Git
- matplotlib
- js
- scRNAseq
- HTML
- ngs
- single cell
- 싱글셀 분석
- Batch effect
- Bioinformatics
- CUTandRUN
- github
- javascript
Archives
- Today
- Total
목록y label (1)
바이오 대표

Matplotlib Labels 정리 1과 2에서 python matplotlib.pyplot 의 전반적인 설명과 plotting plt.plot(x_point, y_point) 그리고 marker, line 옵션에 대해서 살펴보았습니다. 이번 글에서는 해당 라이브러리로 그래프의 Labels 표기에 대한 설명합니다. x label plt.xlabel( ) y label plt.ylabel( ) title plt.title( ) 폰트 설정 fontdict 위치 설정 loc x, y label 및 Title 표기 그래프로 데이터를 표현할 때, label 이 없으면 어떠한 데이터를 설명하는지 모르기에 의미없기 짝이없습니다. 그래프와 같은 visualization 데이터는 보여짐을 목표로 해야 하기때문에 이해하..
Python/matplotlib
2022. 7. 2. 16:37