Skip to content

Commit 5c66bb3

Browse files
committed
Forest plot updates - major code changes, tutorial updates, image tests,
1 parent 87b8df2 commit 5c66bb3

38 files changed

+1272
-666
lines changed

dabest/_modidx.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,11 @@
7171
'dabest/_stats_tools/effsize.py')},
7272
'dabest._stats_tools.precompile': { 'dabest._stats_tools.precompile.precompile_all': ( 'API/precompile.html#precompile_all',
7373
'dabest/_stats_tools/precompile.py')},
74-
'dabest.forest_plot': { 'dabest.forest_plot.extract_plot_data': ( 'API/forest_plot.html#extract_plot_data',
75-
'dabest/forest_plot.py'),
74+
'dabest.forest_plot': { 'dabest.forest_plot.check_for_errors': ( 'API/forest_plot.html#check_for_errors',
75+
'dabest/forest_plot.py'),
76+
'dabest.forest_plot.color_palette': ('API/forest_plot.html#color_palette', 'dabest/forest_plot.py'),
7677
'dabest.forest_plot.forest_plot': ('API/forest_plot.html#forest_plot', 'dabest/forest_plot.py'),
78+
'dabest.forest_plot.get_kwargs': ('API/forest_plot.html#get_kwargs', 'dabest/forest_plot.py'),
7779
'dabest.forest_plot.load_plot_data': ('API/forest_plot.html#load_plot_data', 'dabest/forest_plot.py'),
7880
'dabest.forest_plot.map_effect_attribute': ( 'API/forest_plot.html#map_effect_attribute',
7981
'dabest/forest_plot.py')},

0 commit comments

Comments
 (0)