Given that this is intended master course material, Plots.jl would be neat, as it used in previous exercises. I am, however, open to alternatives. Many thx.
I have no idea of what you are asking or what you are trying to accomplish. Maybe you can find the functionality you want here Colormaps and Colorscales · Colors. If so, then you can probably skip the step in my code above (which is what I thought you originally asked about) and see seriescolor at Series Attributes · Plots.
I am looking to post-process the results of two-dimensional finite element computations on a triangular grid. Having solved Laplacian(u) = f for u using linear finite elements, Gradient(u) is constant on each element. I am thus looking to plot Gradient(u) on each element.