plot fit and residual together with bigger fit

This commit is contained in:
Dominik Demuth
2023-05-18 20:43:45 +02:00
parent 49101565a3
commit 67d60949b5
3 changed files with 16 additions and 31 deletions

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>864</width>
<height>712</height>
<width>969</width>
<height>974</height>
</rect>
</property>
<property name="windowTitle">
@ -307,17 +307,7 @@
</widget>
</item>
<item row="0" column="0" colspan="2">
<widget class="PlotWidget" name="fit_plot"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>Residuals</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="PlotWidget" name="resid_plot"/>
<widget class="GraphicsLayoutWidget" name="graphicsView"/>
</item>
</layout>
</widget>
@ -435,7 +425,7 @@
<header>..lib.forms</header>
</customwidget>
<customwidget>
<class>PlotWidget</class>
<class>GraphicsLayoutWidget</class>
<extends>QGraphicsView</extends>
<header>pyqtgraph</header>
</customwidget>