Icon

20231006 Pikairos JustKNIMEIt Season 2 Challenge 28 Funnel Plotting with Plotly

In this challenge you will play the role of data analyst trying to create a Stacked Funnel 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 visualization and show it off in KNIME! Hint: If you want, copy the code from the Plotly link above (e.g., the code for the "Stacked Funnel Plot with go.Funnel" plot) into the Python View node. Be sure to add this line after copy-pasting from the Plotly site: import knime.scripting.io as knio. Be sure to 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 the Table Creator node and passing it to at least one of the axis' variables in the Funnel Plot.

Challenge 28: Funnel Plotting with PlotlyIn this challenge you will play the role of data analyst trying to create a Stacked Funnel Plot from Plotly. While KNIMEhas many Plotly Plots through its KNIME Plotly extension, you could not find a funnel plot -- use the Python Viewnode to create this type of visualization and show it off in KNIME! Hint: If you want, copy the code from the Plotly linkabove (e.g., the code for the "Stacked Funnel Plot with go.Funnel" plot) into the Python View node. Be sure to addthis line after copy-pasting from the Plotly site: import knime.scripting.io as knio. Be sure to remove the linefig.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 the Table Creator nodeand passing it to at least one of the axis' variables in the Funnel Plot. The same funnel plot but forwo different orientations ofthe same data Data TableNumber of Moleculesat Each Stage ofthe Curation ProcessData TableNumber of Moleculesat Each Stage ofthe Curation ProcessView FunnelPlotView FunnelPlot Table Creator Table Creator Python View Python View Challenge 28: Funnel Plotting with PlotlyIn this challenge you will play the role of data analyst trying to create a Stacked Funnel Plot from Plotly. While KNIMEhas many Plotly Plots through its KNIME Plotly extension, you could not find a funnel plot -- use the Python Viewnode to create this type of visualization and show it off in KNIME! Hint: If you want, copy the code from the Plotly linkabove (e.g., the code for the "Stacked Funnel Plot with go.Funnel" plot) into the Python View node. Be sure to addthis line after copy-pasting from the Plotly site: import knime.scripting.io as knio. Be sure to remove the linefig.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 the Table Creator nodeand passing it to at least one of the axis' variables in the Funnel Plot. The same funnel plot but forwo different orientations ofthe same data Data TableNumber of Moleculesat Each Stage ofthe Curation ProcessData TableNumber of Moleculesat Each Stage ofthe Curation ProcessView FunnelPlotView FunnelPlot Table Creator Table Creator Python View Python View

Nodes

Extensions

Links