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
.
Please login to continue.