Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plot_topoplotseries mapping=(; y=:my_estimate) not working #300

Open
behinger opened this issue Jan 23, 2025 · 0 comments
Open

plot_topoplotseries mapping=(; y=:my_estimate) not working #300

behinger opened this issue Jan 23, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@behinger
Copy link
Member

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
@behinger behinger added the bug Something isn't working label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant