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