Icon

JKISeasor2-28_​tomljh_​ver1

There has been no title set for this workflow's metadata.

Challenge 28: Funnel Plotting with Plotly

Challenge 28: Funnel Plotting with PlotlyLevel: MediumDescription: In this challenge you will play the role of data analyst trying to create a StackedFunnel Plot from Plotly. While KNIME has many Plotly Plots through its KNIME Plotly extension,you could not find a funnel plot -- use the Python View node to create this type of visualizationand show it off in KNIME! Hint: If you want, copy the code from the Plotly link above (e.g., thecode for the "Stacked Funnel Plot with go.Funnel" plot) into the Python View node. Be sure toadd this line after copy-pasting from the Plotly site: import knime.scripting.io as knio. Be sureto remove the line fig.show() as well. Finally, add this line to the very end of your code:knio.output_view = knio.view(fig).If you would like to take this challenge from Medium to Hard, try creating your own data with theTable Creator node and passing it to at least one of the axis' variables in the Funnel Plot.Author: Victor Palacios 挑战28:漏斗绘图,绘图等级:中等描述:在这个挑战中,你将扮演数据分析师的角色,试图从Plotly创建堆积漏斗图。虽然KNIME通过其KNIME Plotly扩展有许多Plotly Plots,但您找不到漏斗图——请使用Python View节点创建这种类型的可视化,并在KNIME中展示它!提示:如果需要,请将上面Plotly链接中的代码(例如,“Stacked Funnel Plot with go.Fannel”绘图的代码)复制到Python View节点中。https://plotly.com/python/funnel-charts/请确保在从Plotly站点复制粘贴后添加此行:import knime.scripting.io as knio确保也删除行fig.show()最后,将这一行添加到代码的最后:knio.output_view = knio.view(fig)如果您想将此挑战从“中等”变为“困难”,请尝试使用“表格创建者”节点创建自己的数据,并将其传递给漏斗图中的至少一个轴变量。作者:Victor Palacios test data2 string columns2 int columns2 double columns Table Creator Stacked Funnel Plot Challenge 28: Funnel Plotting with PlotlyLevel: MediumDescription: In this challenge you will play the role of data analyst trying to create a StackedFunnel Plot from Plotly. While KNIME has many Plotly Plots through its KNIME Plotly extension,you could not find a funnel plot -- use the Python View node to create this type of visualizationand show it off in KNIME! Hint: If you want, copy the code from the Plotly link above (e.g., thecode for the "Stacked Funnel Plot with go.Funnel" plot) into the Python View node. Be sure toadd this line after copy-pasting from the Plotly site: import knime.scripting.io as knio. Be sureto remove the line fig.show() as well. Finally, add this line to the very end of your code:knio.output_view = knio.view(fig).If you would like to take this challenge from Medium to Hard, try creating your own data with theTable Creator node and passing it to at least one of the axis' variables in the Funnel Plot.Author: Victor Palacios 挑战28:漏斗绘图,绘图等级:中等描述:在这个挑战中,你将扮演数据分析师的角色,试图从Plotly创建堆积漏斗图。虽然KNIME通过其KNIME Plotly扩展有许多Plotly Plots,但您找不到漏斗图——请使用Python View节点创建这种类型的可视化,并在KNIME中展示它!提示:如果需要,请将上面Plotly链接中的代码(例如,“Stacked Funnel Plot with go.Fannel”绘图的代码)复制到Python View节点中。https://plotly.com/python/funnel-charts/请确保在从Plotly站点复制粘贴后添加此行:import knime.scripting.io as knio确保也删除行fig.show()最后,将这一行添加到代码的最后:knio.output_view = knio.view(fig)如果您想将此挑战从“中等”变为“困难”,请尝试使用“表格创建者”节点创建自己的数据,并将其传递给漏斗图中的至少一个轴变量。作者:Victor Palacios test data2 string columns2 int columns2 double columns Table Creator Stacked Funnel Plot

Nodes

Extensions

Links