GPy.plotting.matplot_dep.latent_space_visualizations.controllers package

Submodules

GPy.plotting.matplot_dep.latent_space_visualizations.controllers.axis_event_controller module

Created on 24 Jul 2013

@author: maxz

class GPy.plotting.matplot_dep.latent_space_visualizations.controllers.axis_event_controller.AxisChangedController(ax, update_lim=None)[source]

Bases: GPy.plotting.matplot_dep.latent_space_visualizations.controllers.axis_event_controller.AxisEventController

Buffered control of axis limit changes

extent(lim)[source]
lim_changed(axlim, savedlim)[source]
update(ax)[source]
xlim_changed(ax)[source]
ylim_changed(ax)[source]
class GPy.plotting.matplot_dep.latent_space_visualizations.controllers.axis_event_controller.AxisEventController(ax)[source]

Bases: object

activate()[source]
deactivate()[source]
xlim_changed(ax)[source]
ylim_changed(ax)[source]
class GPy.plotting.matplot_dep.latent_space_visualizations.controllers.axis_event_controller.BufferedAxisChangedController(ax, plot_function, plot_limits, resolution=50, update_lim=None, **kwargs)[source]

Bases: GPy.plotting.matplot_dep.latent_space_visualizations.controllers.axis_event_controller.AxisChangedController

get_grid(buffered=True)[source]
recompute_X(buffered=True)[source]
update(ax)[source]
update_view(view, X, xmin, xmax, ymin, ymax)[source]

GPy.plotting.matplot_dep.latent_space_visualizations.controllers.imshow_controller module

Created on 24 Jul 2013

@author: maxz

class GPy.plotting.matplot_dep.latent_space_visualizations.controllers.imshow_controller.ImAnnotateController(ax, plot_function, plot_limits, resolution=20, update_lim=0.99, **kwargs)[source]

Bases: GPy.plotting.matplot_dep.latent_space_visualizations.controllers.imshow_controller.ImshowController

update_view(view, X, xmin, xmax, ymin, ymax)[source]
class GPy.plotting.matplot_dep.latent_space_visualizations.controllers.imshow_controller.ImshowController(ax, plot_function, plot_limits, resolution=50, update_lim=0.8, **kwargs)[source]

Bases: GPy.plotting.matplot_dep.latent_space_visualizations.controllers.axis_event_controller.BufferedAxisChangedController

update_view(view, X, xmin, xmax, ymin, ymax)[source]

Module contents