Plotly.py 5.0
community.plotly.com
Plotly.py 5.0
1–10 of 38 posts
Re: Plotly.py 5.0
#2Re: Plotly.py 5.0
#3Sometimes I wish I never saw that one talk
Re: Plotly.py 5.0
#4Re: Plotly.py 5.0
#5Icicle chart uses a divergent colormap when it should probably use a sequential one. Sometimes I wish I never saw that one talk
Re: Plotly.py 5.0
#6Related: Some time ago I remember reading that Plotly sent the data back to plotly’s servers. Is that old news / is there fully-local plotting now?
Re: Plotly.py 5.0
#7Re: Plotly.py 5.0
#8Related: Some time ago I remember reading that Plotly sent the data back to plotly’s servers. Is that old news / is there fully-local plotting now?
This is definitely out of date! As of version 4.0, released two years ago, Plotly is "offline/local by default". Check out our docs: https://plotly.com/python/is-plotly-free/#can-i-use-plotly-f...
Re: Plotly.py 5.0
#9Earlier quoted context omitted.
This is definitely out of date! As of version 4.0, released two years ago, Plotly is "offline/local by default". Check out our docs: https://plotly.com/python/is-plotly-free/#can-i-use-plotly-f...
oh that's fantastic. I saw a plotly demo many years ago when you sponsored my local PUG, and while it looked cool, I never gave it a chance because I assumed it was just a web service.
Re: Plotly.py 5.0
#10Dash is really the go-to library if you want to build some complex, flexible dashboards. I found for highly customized dashboards it's a lot easier just to program your own instead of squeezing Tableau's rules.