Go to the source code of this file.
Namespaces | |
namespace | bwi_tools::graph |
Functions | |
def | bwi_tools::graph.calculate_mean_and_standard_error |
def | bwi_tools::graph.color_to_html_string |
def | bwi_tools::graph.draw_3d_bar_chart |
def | bwi_tools::graph.draw_bar_chart |
def | bwi_tools::graph.draw_from_data_frame |
def | bwi_tools::graph.draw_line_graph |
def | bwi_tools::graph.format_word |
def | bwi_tools::graph.get_formatted_combination_name |
def | bwi_tools::graph.get_formatted_float |
def | bwi_tools::graph.get_formatted_name |
def | bwi_tools::graph.is_greek_alphabet |
def | bwi_tools::graph.is_significant |
def | bwi_tools::graph.mean_confidence_interval |
def | bwi_tools::graph.mix_colors |
Variables | |
list | bwi_tools::graph.LINE_COLORS = ['red', 'blue', 'green'] |
list | bwi_tools::graph.LINE_HATCH = [(20,0),(20,5),(5,5),(15,5,5,5),(15,5,2,5)] |
list | bwi_tools::graph.METHOD_COLORS = ['yellow', 'red', 'aqua', 'green', 'lightgray', 'blue'] |
list | bwi_tools::graph.METHOD_HATCH = ['/', '\\', 'x', '*', 'o', 'O', '.'] |