You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
it seems only y=:estimate works, but custom columns should be supported too.
Code To Reproduce
using UnfoldMakie
using CairoMakie
using DataFrames
df =DataFrame(:my_estimate=>[1,2,3,4],:channel=>[1,2,1,2],:time=>[1,1,2,2])
plot_topoplotseries(df;bin_width=1,mapping=(;y=:my_estimate),positions=rand(Point2f,2))
Versions:
Julia: 1.11
UnfoldMakie: 0.5.12
The text was updated successfully, but these errors were encountered:
Describe the bug
it seems only y=:estimate works, but custom columns should be supported too.
Code To Reproduce
Versions:
The text was updated successfully, but these errors were encountered: