https://pyqtgraph.readthedocs.io/en/latest/graphicsItems/plotcurveitem.html#pyqtgraph.PlotCurveItem
PlotCurveItem — pyqtgraph 0.12.4.dev0 documentation
stepMode (str or None) If ‘center’, a step is drawn using the x values as boundaries and the given y values are associated to the mid-points between the boundaries of each step. This is commonly used when drawing histograms. Note that in this case, len
pyqtgraph.readthedocs.io
02) 직선 그리기 (drawLine)
이번 예제에서는 drawLine()을 이용해서 위젯에 다양한 스타일의 직선을 그려 보겠습니다. ## 예제 ``` ## Ex 8-2. 직선 그리기 (drawL ...
wikidocs.net
'프로그래밍' 카테고리의 다른 글
[LaTex] 블로그에 수식 삽입 하기 (0) | 2022.12.02 |
---|---|
[윈도우] 배치 파일 기본 명령어 (0) | 2022.09.15 |
[한글] 줄 바꿀때 글자 간격 이상해지는 경우 (0) | 2022.09.05 |
[Linux] shell script 명령어 정리 (0) | 2022.07.21 |
[Linux] bash vs dash (0) | 2022.07.21 |