:param limit: maximum number of datapoints per line (new points will displace the oldest)
:param update_every: update plot only after pushing new data multiple times to save CPU and bandwidth
- :param close: whether the figure should be closed after exiting the context; set to `False` if you want to update it later, default is `True`
+ :param close: whether the figure should be closed after exiting the context; set to `False` if you want to update it later (default: `True`)
:param kwargs: arguments like `figsize` which should be passed to `pyplot.figure <https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.figure.html>`_
:param position: position on the screen ("top-left", "top-right", "bottom-left","bottom-right, "top", "bottom", "left", "right" or "center", default: "bottom")
- :param close_button: optional label of a button to dismiss the notification (default: None)
+ :param close_button: optional label of a button to dismiss the notification (default: `None`)
Create a context to configure a `Matplotlib <https://matplotlib.org/>`_ plot.
- :param close: whether the figure should be closed after exiting the context; set to `False` if you want to update it later, default is `True`
+ :param close: whether the figure should be closed after exiting the context; set to `False` if you want to update it later (default: `True`)
:param kwargs: arguments like `figsize` which should be passed to `pyplot.figure <https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.figure.html>`_