Private
Public Access
1
0

restoring trend flex

This commit is contained in:
2024-03-19 20:49:42 +01:00
parent eeef57bb66
commit fdc9c076bd
3 changed files with 3 additions and 1 deletions

View File

@@ -1322,7 +1322,7 @@ palettechoices = tuple((p, p) for p in palettes.keys())
analysischoices = ( analysischoices = (
('boxplot', 'Box Chart'), ('boxplot', 'Box Chart'),
# ('trendflex', 'Trend Flex'), ('trendflex', 'Trend Flex'),
('histo', 'Histogram'), ('histo', 'Histogram'),
('flexall', 'Cumulative Flex Chart'), ('flexall', 'Cumulative Flex Chart'),
('stats', 'Statistics'), ('stats', 'Statistics'),

View File

@@ -3770,6 +3770,8 @@ def interactive_multiflex(datadf, xparam, yparam, groupby, extratitle='',
datadf.index.names = ['index'] datadf.index.names = ['index']
source = ColumnDataSource( source = ColumnDataSource(
datadf, datadf,
) )

Binary file not shown.