DataScience Workbook
/
08: Data Visualization
/ 2.
Introduction to scientific graphing
/ 2.1.
Gnuplot: creating plots in the UNIX Shell
/ 2.1.1. Gnuplot: variables, loops, conditionals
Introduction
Variables, loops, and conditionals in Gnuplot
[Inner Variable] Define Gnuplot variables
[External Variable] Use Bash variables within Gnuplot
[Multiple Traces] Use loop in the Gnuplot plotting command
[Repeptetive Charts] Generate gnuplot charts in the Bash loop
[Filter Data] Conditional Gnuplotting
[Update Params] Bash Conditionals for changing on-the-fly plotting params
Further Reading
Gnuplot: filled curvesPlotly-Dash: interactive plotting with Python
Introduction to Plotly (python)
Introduction to Dash (python)
Plotly graphing - interactive examples in the JupyterLab
Creating XY scatter plot
Creating 1D volcano plot
Creating heatmap
Creating dendrogram
Creating clustergram
RStudio – data processing & plotting with R
Creating boxplots in R
Creating heatmaps in R
Creating heatmaps in R using ComplexHeatmap
MODULE 09: Project Management