It is now possible to embed Plotly Interactive visualizations on this forum:
How Voters Feel About United States of America Presidential Candidates Truthfulness
See the source for this graph.
GDP Per Capita vs Life Expectancy Across Continents
Some Math
Check this post for embedding procedure. See also labelling options.
Embedding Plotly Interactive and Editable Visualizations
- Eli
- Senior Expert Member
- Reactions: 189
- Posts: 5943
- Joined: 10 years ago
- Location: Tanzania
- Contact:
3D Scatter plot with Plotly
Output:
- import plotly.express as px
- import chart_studio.plotly as py
- df = px.data.iris()
- fig = px.scatter_3d(df, x='sepal_length', y='sepal_width', z='petal_width',
- color='petal_length', size='petal_length', size_max=18,
- symbol='species', opacity=0.7)
- #tight layout
- fig.update_layout(margin=dict(l=0, r=0, b=0, t=0))
- plot_url = py.plot(fig)
Output:
0
TSSFL -- A Creative Journey Towards Infinite Possibilities!
-
- Similar Topics
- Replies
- Views
- Last post
-
- 0 Replies
- 932 Views
-
Last post by Eli
-
- Information
-
Who is online
Users browsing this forum: No registered users and 0 guests