mirror of
https://github.com/shizand/statapp.git
synced 2025-11-03 21:31:23 +03:00
feat: добавлены "Распределения" (#116)
Closes #110 Closes #111 Closes #112
This commit is contained in:
@@ -74,10 +74,6 @@ class PolynomWindow(QDialog):
|
||||
realY = predictionResult[:, 0]
|
||||
calculatedY = predictionResult[:, 1]
|
||||
|
||||
print(xAxes)
|
||||
print(realY)
|
||||
print(calculatedY)
|
||||
|
||||
sc.axes.scatter(xAxes, realY)
|
||||
|
||||
# xnew = np.linspace(xAxes.min(), xAxes.max(), 300)
|
||||
|
||||
Reference in New Issue
Block a user