Skip to content

REPNOT/streamviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome!

streamviz

PyPI version

Custom Plotly visualizations for Streamlit

Installation

Open a terminal and run:

$ pip install streamviz

Demonstration App

Streamlit App

Dependencies

Library Language Link
Streamlit Python https://github.com/streamlit/streamlit
Plotly Python https://github.com/plotly/plotly.py

Function Parameters

Name Data Type Short Desc Options
gVal "integer, float" gauge Value (required)
gTitle string gauge Title (default '')
gMode string gauge Mode (default gauge+number) "gauge+number, gauge, number"
gSize String gauge Size (default FULL) "SML, MED, LRG, FULL, CUST"
grLow "integer, float" Low gauge Range (default 0.30)
grMid "integer, float" Middle gauge Range (default 0.70)
gcLow string Low gauge Color (default #FF1708)
gcMid string Middle gauge Color (default #FF9400)
gcHigh string High gauge Color (default #1B8720)
sFix string gauge Value Suffix (default 0.0) %
gTheme string Gauge theme color (default Black)