일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- cellranger
- pandas
- EdgeR
- js
- scRNAseq
- drug muggers
- 비타민 C
- Bioinformatics
- single cell rnaseq
- CUTandRUN
- PYTHON
- 싱글셀 분석
- python matplotlib
- scRNAseq analysis
- ngs
- MACS2
- matplotlib
- CSS
- CUT&RUN
- julia
- HTML
- drug development
- single cell
- javascript
- single cell analysis
- ChIPseq
- Git
- DataFrame
- github
- Batch effect
Archives
- Today
- Total
목록python histogram (1)
바이오 대표
[ matplotlib #8 ] Python matplotlib.pyplot 기본 코드 한번에 정리_8 (Histogram 히스토그램)
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