Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'QwtPlot' object has no attribute 'enableAxis' #20

Open
mahdi-ln opened this issue Dec 31, 2021 · 1 comment
Open

AttributeError: 'QwtPlot' object has no attribute 'enableAxis' #20

mahdi-ln opened this issue Dec 31, 2021 · 1 comment

Comments

@mahdi-ln
Copy link

mahdi-ln commented Dec 31, 2021

$ procexp
Call to __main__
app created: '<PyQt5.QtWidgets.QApplication object at 0x7f7928aeb6d0>'
Traceback (most recent call last):
  File "/usr/lib/procexp/procexp.py", line 563, in <module>
    prepareUI(g_mainUi)
  File "/usr/lib/procexp/procexp.py", line 315, in prepareUI
    _ = plotobjects.procExpPlot(mainUi.qwtPlotOverallCpuHist, scale, hasGrid=False)
  File "/usr/lib/procexp/plotobjects/__init__.py", line 56, in __init__
    self.__plot__.enableAxis(0, False )
AttributeError: 'QwtPlot' object has no attribute 'enableAxis'

OS: Arch linux
Build script used: https://aur.archlinux.org/packages/procexp/

@mahdi-ln mahdi-ln reopened this Dec 31, 2021
@mahdi-ln
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@mahdi-ln and others