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