MCPcopy Create free account
hub / github.com/PyQt5/PyQt / __init__

Method __init__

PyQtGraph/tools.py:58–60  ·  view source on GitHub ↗
(self, xdict, *args, **kwargs)

Source from the content-addressed store, hash-verified

56# 解决自定义坐标轴密集显示
57class MyStringAxis(pg.AxisItem):
58 def __init__(self, xdict, *args, **kwargs):
59 pg.AxisItem.__init__(self, *args, **kwargs)
60 self.xdict = xdict
61
62 def tickStrings(self, values, scale, spacing):
63 strings = []

Callers 2

New__init__Function · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected