class documentation

class MapPlotHelp(object):

Constructor: MapPlotHelp(filename)

View In Hierarchy

Undocumented

Method __get_colors__ Undocumented
Method __get_levels__ Undocumented
Method __init__ Undocumented
Method add_plot_slice_2d Undocumented
Method add_plot_slice_3d Undocumented
Method add_points Undocumented
Method make_plot_slice_2d Undocumented
Method make_plot_slice_3d Undocumented
Instance Variable filename Undocumented
Instance Variable plots_2d Undocumented
Instance Variable plots_3d Undocumented
def __get_colors__(self, hue, d0, d1, d2, min_r, max_r, transparency):

Undocumented

def __get_levels__(self, min_rr, max_rr, min_vv, max_vv, absolute):

Undocumented

def __init__(self, filename):

Undocumented

def add_plot_slice_2d(self, vals, tag):

Undocumented

def add_plot_slice_3d(self, vals, tag):

Undocumented

def add_points(self, points, samples, width, log_level=0):

Undocumented

def make_plot_slice_2d(self, vals2d, plot_type='contour', points=[], naybs=[], min_percent=1, max_percent=1, hue='GBR', levels=20, title='Leucippus Plot 2d', samples=-1, width=-1, transparency='no'):

Undocumented

def make_plot_slice_3d(self, vals, min_percent=1, max_percent=1, hue='GBR', title='Leucippus Plot 3d', levels=20, transparency='medium'):

Undocumented

filename =

Undocumented

plots_2d: list =

Undocumented

plots_3d: list =

Undocumented