autofig.figure.Figure.fill_between (function)
def fill_between(self, *args, **kwargs)
Add a new autofig.call.FillBetween to the autofig.figure.Figure.
See also:
Arguments
*args: all positional arguments are passed on to autofig.call.FillBetween.init to initialize the new autofig.call.FillBetween.tight_layout(bool, optional, default=True): passed to autofig.figure.Figure.draw ifshoworsave. Whether to draw with thetight_layoutoption.draw_title(bool, optional, default=True): passed to autofig.figure.Figure.draw ifshoworsave. Whether to draw the title on the matplotlib axes.subplot_grid(None or tuple, optional, default=None): passed to autofig.figure.Figure.draw ifshoworsave. Override the subplot locations.show(bool, optional, default=False): whether to immediately draw and show the resulting matplotlib figure. If True, autofig.figure.Figure.draw will be called.save(False or string, optional, default=False): the filename to save the resulting matplotlib figure, or False to not save. If not False, autofig.figure.Figure.draw will be called.**kwargs: additional keyword arguments are passed on to autofig.call.FillBetween.init to initialize the new autofig.call.FillBetween.