New: plotlyAll contenthive-129948krhive-196917zzanhive-183959hive-185836hive-180932hive-166405steemhive-150122hive-101145photographyhive-183397hive-144064uncommonlabhive-188619hive-184714krsuccesshive-145157hive-193637bitcoinhive-103599hive-193186hive-180301lifeTrendingNewHotLikerstomoyan (79)in codeonsteem • 4 years agoPublish0x: ETH Tipping Data Visualization (80/20)On publish0x platform, you can change tipping % and this is the last visualization, 80% author and 20% me. Publish0x is a Free ETH tipping blogging platform and I was hoping to find some…tomoyan (79)in codeonsteem • 4 years agoPublish0x: ETH Tipping Data Visualization (50/50)source On publish0x platform, you can change tipping % so I am going to do 3 visualization. Publish0x is a ETH tipping blogging platform. 20% to author / 80% to me (Result…tomoyan (79)in codeonsteem • 4 years agoPublish0x: ETH Tipping Data Visualization (20/80)source On publish0x platform, you can change tipping % so I am going to do 3 visualization. 20% to author / 80% to me 50% to author / 50% to me 80% to author / 20% to me…tomoyan (79)in codeonsteem • 4 years agoPython Plotly: Data Visualization ETH TippingFew weeks ago, Publish0x , blogging platform, added ETH tipping. You can tip 7 times a day and it is free . It doesn't cost you anything to tip, and when you tip you can change the tip…iqbaladan (65)in steemhunt • 6 years agoplotly - Visualize Your Data Modernlyplotly Visualize Your Data Modernly Screenshots View Image View Image Hunter's comment Are you a developer who plays with data and visualizes it as a…leozeno (25)in plotly • 7 years agoPlotly 学习笔记 Block #7 :bubble_scale.py我们可以看到,这些文字是如何被加上去的: 调节气泡的相对尺寸使用sizeref来完成的: 但是这个ref啊,比较反人性,值越小泡越大,随便了,烦。 可以看到,大小可以是面积,还可以是什么? 半径。 我都不用看文档,如果文档里没有半径,我就把文档烧了。leozeno (25)in plotly • 7 years agoPlotly 学习笔记 Block #6 :bubble_style.py这个代码呢其实也很简单,刘老师改了一处: 就是设置了255的颜色值,我们看到,的确生效了。 刘老师刚刚改动了:leozeno (25)in plotly • 7 years agoPlotly 学习笔记 Block #5 :bubble_basic_demo.py大家好,我是以技术写作修身养性的刘老师。 今天我们要看的书上P28页的基础泡泡图demo。 首先,我想问大家一个问题。 刘老师是不是更帅更牛逼了? Whatever,你们的想法不重要 文件就是这个文件,我们一起来看一下: 导入还是这些导入,我们都已经很熟悉了。 结果看到了,大小在变化。 大小的变化就是来自这里:…leozeno (25)in plotly • 7 years agoPlotly 学习笔记 Block #4 :scatter_apply.py吹着小空调,写写Plotly —— 我是天涯明月刀,一世智商高的刘老师。 大家好,我们又见面了,你们别来无恙,而我更帅更牛逼了,这个世界就是这样。 接受or不接受?Whatever,你们的观点不重要。 好,咱们开始吧。 书上P24页开始了一个新的例子,我们一起看一下。 这个例子我这么一运行啊,就出来找不到目录的问题了,刘老师的PyCharm肯定被人动过手脚:…leozeno (25)in plotly • 7 years agoPlotly 学习笔记 Block #3 :scatter_style.py刘老师混到今天这么牛逼是有原因的,简单来说就是谁都没有服过。 书上的下一个代码是:scatter_style.py 这个应该就是专门演示样式的代码,想必会比较简单了。 这几行怎么骚的我已经不想解释了,Block #2里面已经说的很清楚了。 其实看到这里我就有点不太明白了,x不是已经有了吗?为什么要重新指定内容呢?…leozeno (25)in plotly • 7 years agoPlotly 学习笔记 Block #1 :使用Jupyter打开Github代码包这本书使用的是Python3,你需要去python.org下载Python3。 然后使用pip install jupyter安装jupyter浏览器。 之后使用pip install plotly安装plotly。 在你喜欢的CMD上进入代码包目录,然后运行jupyter notebook,就可以看到下面的内容在你默认浏览器中被打开:…leozeno (25)in plotly • 7 years agoPlotly 学习笔记 Block #0datatreemap (53)in python • 7 years agoOverview of Plotly's Python APIHow to get started with Plotly's Python API. Plotly is a web app for making publication-quality, interactive, online graphs for free from Python.datatreemap (53)in python • 7 years agoPython Hacks : Data Visualization using PlotlyPlotly is a package for data visualization. Derived from data visualization JavaScript libraries plotly.js and d3.js, plotly is available for other programming languages as library packages. It is…