Added ttles to default plots

This commit is contained in:
2018-11-18 11:24:59 +00:00
parent e91b420a95
commit 45bbcd0c3c
5 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

+1 -1
View File
@@ -4,7 +4,7 @@
<div class="container p-0">
<div class="row">
<div class="col p-0 m-0">
<img id="mat_plot" src="/static/default_plot.png" width="100%"/>
<img id="mat_plot" src="/static/default_adaptive_plot.png" width="100%"/>
</div>
<div class="col p-0 m-0">
<img id="mle_plot" src="/static/default_mle_plot.png" width="100%"/>
+1 -1
View File
@@ -2,7 +2,7 @@
{% block content %}
<div>
<div style="height: 75%;">
<img id="mat_plot" class="center" src="/static/default_plot.png"/>
<img id="mat_plot" class="center" src="/static/default_adaptive_plot.png"/>
</div>
<div class="d-flex justify-content-center mt-2" role="group">
<button type="button" id="mat-repeat" class="btn btn-primary mx-3">Repeat audio</button>