일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Batch effect
- scRNAseq analysis
- Git
- single cell analysis
- HTML
- EdgeR
- Bioinformatics
- ngs
- single cell
- single cell rnaseq
- python matplotlib
- MACS2
- js
- 싱글셀 분석
- pandas
- drug muggers
- PYTHON
- 비타민 C
- cellranger
- CUT&RUN
- matplotlib
- julia
- javascript
- ChIPseq
- CSS
- drug development
- github
- CUTandRUN
- DataFrame
- scRNAseq
Archives
- Today
- Total
목록산점도 (1)
바이오 대표
[ matplotlib #6 ] Python matplotlib.pyplot 기본 코드 한번에 정리_6 (Scatter 산점도)
Matplotlib Scatter 정리 1~ 5 에서 python matplotlib.pyplot 의 전반적인 설명과 plotting plt.plot( ), marker, line, label, grid, subplot에 대해서 살펴보았습니다. 이번 글에서는 해당 라이브러리로 그래프의 Scatter 즉 산점도 그래프에 대한 설명합니다. scatter plt.scatter( ) colormap cmap='viridis' colormap 보이기 plt.colorbar( ) Scatter Plot 산점도 그래프 그리기 scatter plot은 데이터를 관찰 할 때, 전체적인 분포도를 보기 위하여 각 개체를 점으로 표시하여 나타낸 그래프입니다. 보통 두 개의 변수의 동시분포를 볼 수 있습니다. (두 개 이상도 ..
Python/matplotlib
2022. 7. 5. 17:27