CoolFace
Apppublic

DavMelchi/solara-plotly-graphs

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
App README

Solara + Plotly Graphs

Introduction

This project utilizes the Solara Framework to create interactive and visually appealing graphs using Plotly.

Examples

The project provides several examples that demonstrate the capabilities of Plotly and the Solara Framework. These examples include:

  • —Scatter plots
  • —Line plots
  • —Bar charts
  • —Pie charts
  • —3D surface plots
  • —Heatmaps
  • —Subplots You can find the examples in the pages directory. Each example is a separate Python script that generates a specific type of graph.

Resources

  • —Solara Framework <https://github.com/widgetti/solara>
  • —Plotly Python Graphing Library <https://plotly.com/python>

Credits

The code and examples in this project are based on the Plotly tutorial by Derek Banas. Please refer to his repository for the original tutorial: <https://github.com/derekbanas/plotly-tutorial/blob/master/Plotly%20Tut.ipynb>

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.