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