From ed18c8cbb0acdd90148fcc85042d924387cb3a97 Mon Sep 17 00:00:00 2001
From: Flavio Tarsetti <Flavio.Tarsetti@idiap.ch>
Date: Sat, 23 Jul 2016 01:39:25 +0200
Subject: [PATCH] [plotters] updated urls with plot_sample_with_params -
 dynamic update of parameters on plot

---
 beat/web/plotters/urls.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/beat/web/plotters/urls.py b/beat/web/plotters/urls.py
index 21f7dbf23..aa08231ac 100644
--- a/beat/web/plotters/urls.py
+++ b/beat/web/plotters/urls.py
@@ -74,6 +74,12 @@ urlpatterns = [
         name='plot_sample',
     ),
 
+    url(
+        r'^plot_sample_with_params/$',
+        views.plot_sample_with_params,
+        name='plot_sample_with_params',
+    ),
+
     url(
         r'^new_plotterparameter/$',
         views.create_plotterparameter,
-- 
GitLab