mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
change plotly to matplotlib (#368)
Out of the box plotly does not work with gradio.
This commit is contained in:
parent
397911d0d5
commit
e47cbd6988
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user