change plotly to matplotlib (#368)

Out of the box plotly does not work with gradio.
This commit is contained in:
Jeff Hale 2021-11-16 17:35:38 -05:00 committed by GitHub
parent 397911d0d5
commit e47cbd6988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ In addition to images, Gradio supports other media input types, such as audio or
### Working with Data
You can use Gradio to support inputs and outputs from your typical data libraries, such as numpy arrays, pandas dataframes, and plotly graphs. Take a look at the demo below (ignore the complicated data manipulation in the function!)
You can use Gradio to support inputs and outputs from your typical data libraries, such as numpy arrays, pandas dataframes, and Matplotlib plots. Take a look at the demo below (ignore the complicated data manipulation in the function!)
```python
import gradio as gr