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