SVG support library for Plotly/Dash
Project description
dash-svg
Scalable Vector Graphics (SVG) library for Plotly/Dash
Dash clone of the ubiquitous create-react-app default project,
import dash
from dash import html
from dash_svg import Svg, G, Path, Circle
app = dash.Dash(__name__)
app.layout = html.Div([
html.Header([
Svg([
G([
Path(d='...'),
Circle(cx="420.9", cy="296.5", r='45.7'),
Path(d='M520.5 78.1z')
], fill='#61DAFB')
], viewBox='0 0 841.9 595.3', className="App-logo", alt="logo"),
html.P(["Edit ", html.Code("usage.py"), " and save to reload."]),
html.A("Learn Dash", className="App-link", href="https://dash.plotly.com/", target="_blank", rel="noopener noreferrer")
], className="App-header")
], className="App")
if __name__ == '__main__':
app.run_server(debug=True)
Installation
You can install dash-svg with pip
:
pip install dash-svg
Documentation
Head over to the README for more details.
Contributing
The source code for dash-svg is available on GitHub. If you find a bug or something is unclear, we encourage you to raise an issue. We also welcome contributions, to contribute, fork the repository and open a pull request.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dash_svg-0.0.11.tar.gz
(663.9 kB
view hashes)
Built Distribution
dash_svg-0.0.11-py3-none-any.whl
(802.4 kB
view hashes)
Close
Hashes for dash_svg-0.0.11-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24e0c9820de3dff183893ab3f9707b692c26a0b1e4b5e1b439c70ed037342d22 |
|
MD5 | 517b636a75ac472295d9fab0a007fbe3 |
|
BLAKE2b-256 | 130d4f4a1087738e05d9eb9fd2fee3483c0cd9af04f530a770034350df8daeb6 |