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

Matplotlib Histogram 정리 1~ 7 에서 python matplotlib.pyplot 의 전반적인 설명과 plotting plt.plot( ), marker, line, label, grid, subplot, scatter, bar plot 에 대해서 살펴보았습니다. 이번 글에서는 해당 라이브러리로 Histogram 즉 히스토그램 그래프에 대한 설명합니다. histogram plt.hist( ) legend label, plt.legend(loc=' ') argument bins label label cumulative Histogram 그래프 그리기 Histogram은 보통 array를 구간을 나누어, 한눈에 보고 싶을때 막대로 개체의 양을 나타낸 그래프입니다. plt.hist(arr..
Python/matplotlib
2022. 7. 8. 23:14