Pyplot
class allows you to display a Matplotlib pyplot chart in the chatbot UI. This class takes a pyplot figure.
The difference of between this element and the Plotly
element is that the user is shown a static image of the chart when using Pyplot
.
matplotlib.figure.Figure
instance that you want to display.