일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 rnaseq
- Batch effect
- js
- scRNAseq analysis
- 싱글셀 분석
- Bioinformatics
- EdgeR
- python matplotlib
- 비타민 C
- javascript
- drug development
- single cell analysis
- PYTHON
- scRNAseq
- ngs
- CUT&RUN
- DataFrame
- drug muggers
- Git
- pandas
- ChIPseq
- HTML
- MACS2
- matplotlib
- single cell
- github
- julia
- cellranger
- CSS
- CUTandRUN
Archives
- Today
- Total
목록그래프 옵션 (1)
바이오 대표
[ matplotlib #2 ] Python matplotlib.pyplot 기본 코드 한번에 정리_2 (line)
Matplotlib Line 정리 1 에서는 python matplotlib.pyplot 의 전반적인 설명과 plotting plt.plot(x_point, y_point) 그리고 marker 옵션에 대해서 살펴보았습니다. 이번 글에서는 해당 라이브러리로 그릴 수 있는 Line 종류 및 옵션에 대한 설명합니다. Line style ls Line color c Line width lw Linestyle matplot 라이브러리를 이용해서 그래프의 선 옵션(argument)을 linestyle 혹은 짧게 ls 라고 표현합니다. plt.plot(y_points, linestyle = ) 예시) 점으로 이루어진 라인 그래프 그리기 (dotted) import matplotlib.pyplot as plt impo..
Python/matplotlib
2022. 7. 1. 23:28