PlotPyStack / PythonQwt

Qt plotting widgets for Python (pure Python reimplementation of Qwt C++ library)
https://pypi.org/project/PythonQwt/
Other
87 stars 25 forks source link

is this result of CPUplot.py the desired one ? #27

Closed stonebig closed 9 years ago

stonebig commented 9 years ago

the graphic looks odd to me, but maybe it's the intended one:

pythonqwt_cpu_usage

PierreRaybaut commented 9 years ago

The result should be the following: cpu1

But there was a bug with curve shading (see Issue #28), and now it should look like this: cpu2

PierreRaybaut commented 9 years ago

Did you crop your screenshot? Because there should be labels on axes and ticks in both X-axis and Y-axis.

stonebig commented 9 years ago

Yes, I just picked the part that was bothering me. the rest was looking normal