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