new-plot

new_plot

skimage.viewer.utils.new_plot(parent=None, subplot_kw=None, **fig_kw) [source]

Return new figure and axes.

Parameters:

parent : QtWidget

Qt widget that displays the plot objects. If None, you must manually call canvas.setParent and pass the parent widget.

subplot_kw : dict

Keyword arguments passed matplotlib.figure.Figure.add_subplot.

fig_kw : dict

Keyword arguments passed matplotlib.figure.Figure.

doc_scikit_image
2017-01-12 17:22:33
Comments
Leave a Comment

Please login to continue.