Functions | Variables
bwi_tools::graph Namespace Reference

Functions

def calculate_mean_and_standard_error
def color_to_html_string
def draw_3d_bar_chart
def draw_bar_chart
def draw_from_data_frame
def draw_line_graph
def format_word
def get_formatted_combination_name
def get_formatted_float
def get_formatted_name
def is_greek_alphabet
def is_significant
def mean_confidence_interval
def mix_colors

Variables

list LINE_COLORS = ['red', 'blue', 'green']
list LINE_HATCH = [(20,0),(20,5),(5,5),(15,5,5,5),(15,5,2,5)]
list METHOD_COLORS = ['yellow', 'red', 'aqua', 'green', 'lightgray', 'blue']
list METHOD_HATCH = ['/', '\\', 'x', '*', 'o', 'O', '.']

Function Documentation

Definition at line 22 of file graph.py.

Definition at line 40 of file graph.py.

def bwi_tools.graph.draw_3d_bar_chart (   samples,
  top_level_names = None,
  second_level_names = None,
  title = None,
  xlabel = None,
  ylabel = None,
  zlabel = None,
  flip_y = True,
  third_level_names = None 
)

Definition at line 200 of file graph.py.

def bwi_tools.graph.draw_bar_chart (   samples,
  top_level_names,
  second_level_names = None,
  title = None,
  xlabel = None,
  ylabel = None,
  color = None,
  bottom = None,
  yticklabels = None 
)

Definition at line 48 of file graph.py.

def bwi_tools.graph.draw_from_data_frame (   filename,
  output,
  plot_type,
  filter = None,
  secondary_filter = None,
  attempt_auto_mapping = True,
  name_mappings = None 
)

Definition at line 335 of file graph.py.

def bwi_tools.graph.draw_line_graph (   samples,
  top_level_names,
  second_level_names = None,
  title = None,
  xlabel = None,
  ylabel = None,
  yticklabels = None 
)

Definition at line 137 of file graph.py.

Definition at line 305 of file graph.py.

def bwi_tools.graph.get_formatted_combination_name (   name_dict,
  name_mappings = None 
)

Definition at line 320 of file graph.py.

Definition at line 44 of file graph.py.

def bwi_tools.graph.get_formatted_name (   name,
  name_mappings = None 
)

Definition at line 312 of file graph.py.

Definition at line 300 of file graph.py.

def bwi_tools.graph.is_significant (   a,
  b,
  confidence = 0.95 
)

Definition at line 33 of file graph.py.

def bwi_tools.graph.mean_confidence_interval (   data,
  confidence = 0.95 
)

Definition at line 26 of file graph.py.

def bwi_tools.graph.mix_colors (   c1,
  c2,
  amount 
)

Definition at line 37 of file graph.py.


Variable Documentation

list bwi_tools::graph::LINE_COLORS = ['red', 'blue', 'green']

Definition at line 19 of file graph.py.

list bwi_tools::graph::LINE_HATCH = [(20,0),(20,5),(5,5),(15,5,5,5),(15,5,2,5)]

Definition at line 20 of file graph.py.

list bwi_tools::graph::METHOD_COLORS = ['yellow', 'red', 'aqua', 'green', 'lightgray', 'blue']

Definition at line 17 of file graph.py.

list bwi_tools::graph::METHOD_HATCH = ['/', '\\', 'x', '*', 'o', 'O', '.']

Definition at line 18 of file graph.py.



bwi_tools
Author(s): Piyush Khandelwal
autogenerated on Thu Jun 6 2019 17:57:26