<table><tr><td style="">devanshuagarwal updated this revision to Diff 59593.<br />devanshuagarwal added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D21684">View Revision</a></tr></table><br /><div><div><p>Change from the previous diff to this diff is :</p>

<ol class="remarkup-list">
<li class="remarkup-list-item">changed backend from result table from model/view programming to html tables.</li>
</ol>

<p>getHtmlTable in HypothesisTest.cpp returns the QString which is html table for given number of rows, number of columns and array containing table data in row major form</p>

<p>i.e. for table <br />
A B C D<br />
E F G H<br />
G H I J</p>

<p>The array need to be passed is [A B C D E F G H I J]</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R262 LabPlot</div></div></div><br /><div><strong>CHANGES SINCE LAST UPDATE</strong><div><a href="https://phabricator.kde.org/D21684?vs=59522&id=59593">https://phabricator.kde.org/D21684?vs=59522&id=59593</a></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D21684">https://phabricator.kde.org/D21684</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/backend/hypothesis_test/HypothesisTest.cpp<br />
src/backend/hypothesis_test/HypothesisTest.h<br />
src/backend/hypothesis_test/HypothesisTestPrivate.h<br />
src/kdefrontend/dockwidgets/HypothesisTestDock.cpp<br />
src/kdefrontend/dockwidgets/HypothesisTestDock.h<br />
src/kdefrontend/hypothesis_test/HypothesisTestView.cpp<br />
src/kdefrontend/hypothesis_test/HypothesisTestView.h<br />
src/kdefrontend/ui/dockwidgets/hypothesistestdock.ui</div></div></div><br /><div><strong>To: </strong>devanshuagarwal, sgerlach, asemke<br /><strong>Cc: </strong>kde-edu, LabPlot, narvaez, apol<br /></div>