Mark Baum

Results 5 issues of Mark Baum

I'm loading a table from feather file in a straightforward way ``` df = filename |> Arrow.Table |> DataFrame ``` and attempting to filter it based on the values of...

images/plots in the readme don't seem to be loading

I've been using `matplotx.ylabel_top` and just noticed an issue with the label placement after setting the y tick labels explicitly. A working example is below. ``` import numpy as np...

I'm trying to fill an `AxisArray` with values drawn from two `MvNormal` distributions from `Distributions.jl`. A snippet that should work is ``` using Random: Xoshiro, rand! using Distributions using AxisArrays...

this link to the "stable" version of the docs is broken: https://rafaqz.github.io/DimensionalData.jl/stable/ the "dev" link is working

documentation