rafaqz / DimensionalData.jl

Named dimensions and indexing for julia arrays and other data
https://rafaqz.github.io/DimensionalData.jl/stable/
MIT License
262 stars 38 forks source link

Add dispatch for Observable{AbstractDimArray} for plot! #743

Closed felixcremer closed 1 week ago

felixcremer commented 1 week ago

This adds a dispatch to plot! function for Observable{AbstractDimArray} to be able to also plot these. This is not done yet, it would need the same dispatch also for the plot function and it needs some tests