Cory Simon

Results 53 comments of Cory Simon

(for now, using `Calculus.derivative` instead of `derivative` in this package)

```Julia for a in [ax, ax_t] a.xscale = Makie.pseudolog10 a.xticks = ( [0, 0.1, 1, 10], ["0", "0.1", "1", "10"], ) a.xticklabelrotation = π/2 xlims!(a, -0.05, 10.5) end ```

+1 from a chemical engineer who uses CairoMakie---ternary plots would be awesome!