Private
Public Access
1
0

boxplot sort of working

This commit is contained in:
Sander Roosendaal
2017-05-14 14:19:23 +02:00
parent 218fecdb73
commit 6208110a0a
6 changed files with 345 additions and 4 deletions

View File

@@ -297,6 +297,9 @@ formaxlabels = axlabels.copy()
formaxlabels.pop('None')
parchoices = list(sorted(formaxlabels.items(), key = lambda x:x[1]))
class BoxPlotChoiceForm(forms.Form):
yparam = forms.ChoiceField(choices=parchoices,initial='spm',
label='Metric')
class ChartParamChoiceForm(forms.Form):
plotchoices = (