- Generate simple graphs actively calling `plot(x, y)` natively displaying default graphical visual arrays.
- Enhance specific visualizations actively mutating structures natively defining `plot!(x, y_new)` immediately.
- Render distinct sub-plots effectively assigning specific layouts cleanly executing the `layout = (rows, cols)` parameter.
- Apply custom styling inherently evaluating explicit `theme(:dark)` calls natively overriding all default palette variables.