일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- CUTandRUN
- single cell
- ChIPseq
- DataFrame
- js
- Bioinformatics
- ngs
- single cell analysis
- single cell rnaseq
- PYTHON
- julia
- scRNAseq
- MACS2
- pandas
- scRNAseq analysis
- Batch effect
- HTML
- javascript
- cellranger
- matplotlib
- EdgeR
- 싱글셀 분석
- drug muggers
- CSS
- Git
- python matplotlib
- 비타민 C
- github
- CUT&RUN
- drug development
Archives
- Today
- Total
목록bar graph (1)
바이오 대표

Matplotlib Bars Plot 정리 1~ 6 에서 python matplotlib.pyplot 의 전반적인 설명과 plotting plt.plot( ), marker, line, label, grid, subplot, scatter 에 대해서 살펴보았습니다. 이번 글에서는 해당 라이브러리로 Bars plot 즉 막대 그래프에 대한 설명합니다. bar plt.bar( ) horizontal bar plt.barh( ) bar color bar width bar height Bars plot 막대 그래프 그리기 Bars plot은 우리가 흔히 데이터 변수의 양 (quantity) 를 한눈에 보고 싶을때 막대로 개체의 양을 나타낸 그래프입니다. 그래서 카테고리데이터를 관찰할때도 많이 사용됩니다. plt..
Python/matplotlib
2022. 7. 6. 19:12