DimensionalData.jl icon indicating copy to clipboard operation
DimensionalData.jl copied to clipboard

Document plot recipes

Open rafaqz opened this issue 5 years ago • 2 comments

Also put demo plots in the readme/module docs.

Adds some bling.

rafaqz avatar Feb 21 '20 23:02 rafaqz

I saw this issue is still open. I'm really interested in this package as a way to visualize my results more easily. Are there any example scripts anywhere?

tomchor avatar Nov 24 '22 00:11 tomchor

You don't really need examples to use it... it's just the functions from Plots.jl and StatsPlots.jl. There's no special syntax.

Like plot(dimarray), heatmap(dimarray), histogram(dimarray) etc. They just work and should put labels in the right places and permute dimensions correctly.

But examples would help showcase it, for sure.

rafaqz avatar Nov 24 '22 09:11 rafaqz