Skip to content

Commit

Permalink
fix: добавлена легенда графика (#104)
Browse files Browse the repository at this point in the history
Closes #101
  • Loading branch information
Maks1mS authored Feb 3, 2024
1 parent 27c1455 commit 240a517
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
9 changes: 8 additions & 1 deletion statapp/ui/polynom_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,17 @@
<attribute name="title">
<string>График</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_5">
<layout class="QGridLayout" name="gridLayout_5" rowstretch="1,0">
<item row="0" column="0">
<layout class="QGridLayout" name="plotContainer"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Точки - отклик. Линия - прогноз</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
Expand Down
7 changes: 7 additions & 0 deletions statapp/ui/ui_polynom_window.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 240a517

Please sign in to comment.