|
64 | 64 | 'dabest.forest_plot': { 'dabest.forest_plot.extract_plot_data': ( 'API/forest_plot.html#extract_plot_data', |
65 | 65 | 'dabest/forest_plot.py'), |
66 | 66 | 'dabest.forest_plot.forest_plot': ('API/forest_plot.html#forest_plot', 'dabest/forest_plot.py'), |
67 | | - 'dabest.forest_plot.load_plot_data': ('API/forest_plot.html#load_plot_data', 'dabest/forest_plot.py')}, |
68 | | - 'dabest.misc_tools': { 'dabest.misc_tools.get_unique_categories': ( 'API/misc_tools.html#get_unique_categories', |
| 67 | + 'dabest.forest_plot.load_plot_data': ('API/forest_plot.html#load_plot_data', 'dabest/forest_plot.py'), |
| 68 | + 'dabest.forest_plot.map_effect_attribute': ( 'API/forest_plot.html#map_effect_attribute', |
| 69 | + 'dabest/forest_plot.py')}, |
| 70 | + 'dabest.misc_tools': { 'dabest.misc_tools.Cumming_Plot_Aesthetic_Adjustments': ( 'API/misc_tools.html#cumming_plot_aesthetic_adjustments', |
| 71 | + 'dabest/misc_tools.py'), |
| 72 | + 'dabest.misc_tools.Gardner_Altman_Plot_Aesthetic_Adjustments': ( 'API/misc_tools.html#gardner_altman_plot_aesthetic_adjustments', |
| 73 | + 'dabest/misc_tools.py'), |
| 74 | + 'dabest.misc_tools.General_Plot_Aesthetic_Adjustments': ( 'API/misc_tools.html#general_plot_aesthetic_adjustments', |
| 75 | + 'dabest/misc_tools.py'), |
| 76 | + 'dabest.misc_tools.add_counts_to_ticks': ( 'API/misc_tools.html#add_counts_to_ticks', |
| 77 | + 'dabest/misc_tools.py'), |
| 78 | + 'dabest.misc_tools.extract_contrast_plotting_ticks': ( 'API/misc_tools.html#extract_contrast_plotting_ticks', |
| 79 | + 'dabest/misc_tools.py'), |
| 80 | + 'dabest.misc_tools.get_color_palette': ('API/misc_tools.html#get_color_palette', 'dabest/misc_tools.py'), |
| 81 | + 'dabest.misc_tools.get_kwargs': ('API/misc_tools.html#get_kwargs', 'dabest/misc_tools.py'), |
| 82 | + 'dabest.misc_tools.get_params': ('API/misc_tools.html#get_params', 'dabest/misc_tools.py'), |
| 83 | + 'dabest.misc_tools.get_plot_groups': ('API/misc_tools.html#get_plot_groups', 'dabest/misc_tools.py'), |
| 84 | + 'dabest.misc_tools.get_unique_categories': ( 'API/misc_tools.html#get_unique_categories', |
69 | 85 | 'dabest/misc_tools.py'), |
70 | 86 | 'dabest.misc_tools.get_varname': ('API/misc_tools.html#get_varname', 'dabest/misc_tools.py'), |
| 87 | + 'dabest.misc_tools.initialize_fig': ('API/misc_tools.html#initialize_fig', 'dabest/misc_tools.py'), |
71 | 88 | 'dabest.misc_tools.merge_two_dicts': ('API/misc_tools.html#merge_two_dicts', 'dabest/misc_tools.py'), |
72 | 89 | 'dabest.misc_tools.print_greeting': ('API/misc_tools.html#print_greeting', 'dabest/misc_tools.py'), |
| 90 | + 'dabest.misc_tools.set_xaxis_ticks_and_lims': ( 'API/misc_tools.html#set_xaxis_ticks_and_lims', |
| 91 | + 'dabest/misc_tools.py'), |
| 92 | + 'dabest.misc_tools.show_legend': ('API/misc_tools.html#show_legend', 'dabest/misc_tools.py'), |
73 | 93 | 'dabest.misc_tools.unpack_and_add': ('API/misc_tools.html#unpack_and_add', 'dabest/misc_tools.py')}, |
74 | | - 'dabest.plot_tools': { 'dabest.plot_tools.SwarmPlot': ('API/plot_tools.html#swarmplot', 'dabest/plot_tools.py'), |
| 94 | + 'dabest.plot_tools': { 'dabest.plot_tools.DeltaDotsPlotter': ('API/plot_tools.html#deltadotsplotter', 'dabest/plot_tools.py'), |
| 95 | + 'dabest.plot_tools.SwarmPlot': ('API/plot_tools.html#swarmplot', 'dabest/plot_tools.py'), |
75 | 96 | 'dabest.plot_tools.SwarmPlot.__init__': ( 'API/plot_tools.html#swarmplot.__init__', |
76 | 97 | 'dabest/plot_tools.py'), |
77 | 98 | 'dabest.plot_tools.SwarmPlot._adjust_gutter_points': ( 'API/plot_tools.html#swarmplot._adjust_gutter_points', |
|
84 | 105 | 'dabest/plot_tools.py'), |
85 | 106 | 'dabest.plot_tools.SwarmPlot._swarm': ('API/plot_tools.html#swarmplot._swarm', 'dabest/plot_tools.py'), |
86 | 107 | 'dabest.plot_tools.SwarmPlot.plot': ('API/plot_tools.html#swarmplot.plot', 'dabest/plot_tools.py'), |
| 108 | + 'dabest.plot_tools.barplotter': ('API/plot_tools.html#barplotter', 'dabest/plot_tools.py'), |
87 | 109 | 'dabest.plot_tools.check_data_matches_labels': ( 'API/plot_tools.html#check_data_matches_labels', |
88 | 110 | 'dabest/plot_tools.py'), |
| 111 | + 'dabest.plot_tools.contrast_bars_plotter': ( 'API/plot_tools.html#contrast_bars_plotter', |
| 112 | + 'dabest/plot_tools.py'), |
| 113 | + 'dabest.plot_tools.delta_text_plotter': ( 'API/plot_tools.html#delta_text_plotter', |
| 114 | + 'dabest/plot_tools.py'), |
| 115 | + 'dabest.plot_tools.effect_size_curve_plotter': ( 'API/plot_tools.html#effect_size_curve_plotter', |
| 116 | + 'dabest/plot_tools.py'), |
89 | 117 | 'dabest.plot_tools.error_bar': ('API/plot_tools.html#error_bar', 'dabest/plot_tools.py'), |
90 | 118 | 'dabest.plot_tools.get_swarm_spans': ('API/plot_tools.html#get_swarm_spans', 'dabest/plot_tools.py'), |
| 119 | + 'dabest.plot_tools.grid_key_WIP': ('API/plot_tools.html#grid_key_wip', 'dabest/plot_tools.py'), |
91 | 120 | 'dabest.plot_tools.halfviolin': ('API/plot_tools.html#halfviolin', 'dabest/plot_tools.py'), |
92 | 121 | 'dabest.plot_tools.normalize_dict': ('API/plot_tools.html#normalize_dict', 'dabest/plot_tools.py'), |
| 122 | + 'dabest.plot_tools.plot_minimeta_or_deltadelta_violins': ( 'API/plot_tools.html#plot_minimeta_or_deltadelta_violins', |
| 123 | + 'dabest/plot_tools.py'), |
93 | 124 | 'dabest.plot_tools.sankeydiag': ('API/plot_tools.html#sankeydiag', 'dabest/plot_tools.py'), |
94 | 125 | 'dabest.plot_tools.single_sankey': ('API/plot_tools.html#single_sankey', 'dabest/plot_tools.py'), |
| 126 | + 'dabest.plot_tools.slopegraph_plotter': ( 'API/plot_tools.html#slopegraph_plotter', |
| 127 | + 'dabest/plot_tools.py'), |
| 128 | + 'dabest.plot_tools.summary_bars_plotter': ( 'API/plot_tools.html#summary_bars_plotter', |
| 129 | + 'dabest/plot_tools.py'), |
| 130 | + 'dabest.plot_tools.swarm_bars_plotter': ( 'API/plot_tools.html#swarm_bars_plotter', |
| 131 | + 'dabest/plot_tools.py'), |
95 | 132 | 'dabest.plot_tools.swarmplot': ('API/plot_tools.html#swarmplot', 'dabest/plot_tools.py'), |
96 | 133 | 'dabest.plot_tools.width_determine': ('API/plot_tools.html#width_determine', 'dabest/plot_tools.py')}, |
97 | 134 | 'dabest.plotter': {'dabest.plotter.effectsize_df_plotter': ('API/plotter.html#effectsize_df_plotter', 'dabest/plotter.py')}}} |
0 commit comments