PainterQubits / UnitfulPlots.jl

Plots with unit labels, automatically
Other
9 stars 4 forks source link

Syntax update and type generalisation #9

Closed rafaqz closed 6 years ago

rafaqz commented 6 years ago

This pull request updates syntax to use where, and generalises array types to work with DifferentialEquations.jl and other uses where args are multidimensional arrays.

cstjean commented 6 years ago

Bump. Would be nice to get this merged.

rafaqz commented 6 years ago

Yep. Although its still not entirely satisfactory.

There are remaining issues with DifferentialEquations.jl. You have to manually plot the solution data instead of just calling plot on the solution.