Pyqtgraph horizontal bar chart

前端 未结 0 1142
难免孤独
难免孤独 2021-01-25 04:14

I am able to create a vertical bar chart using following code:

import pyqtgraph as pg
from pyqtgraph.Qt import QtCore, QtGui

window = pg.plot()

y1 = [5, 5, 7, 1         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题