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

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