schlichtanders.myplot module

DEPRECATED in favour of mymatplotlib.py ... (interactive) plotting. This should probably be merged with mymatplotlib

schlichtanders.myplot.add_point(hl, x, y, update_fig=True)[source]

adds a value to a given line handle in a dynamic way

schlichtanders.myplot.add_val(hl, val, iteration_nr=None, update_fig=True)[source]

adds a value to a given line handle with x=#iteartion in a dynamic way

default iteration nr is extracted from hl

schlichtanders.myplot.plt_sync(plt_object, margin_size=0.1)[source]

updates a plot dynamically given a certain axes object (e.g. a line)