Skip to content

Conversation

@Tony911029
Copy link
Collaborator

  1. Make normalization as a param
  2. Change default data location
  3. Adjust y-lim for un normalized data

plot_fan_chart(chunks, ylim=(-3, 3), column='bgl_rate')
chunks = to_chunk(df, meal_length=meal_length)

ylim_bgl = (-2.5, 2.5) if to_normalized else (0, 300)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RobotPsychologist 0 to 300 makes sense?

@RobotPsychologist RobotPsychologist merged commit 4f10c47 into main Dec 2, 2024
1 check passed
@Tony911029 Tony911029 deleted the Update-fan-charts branch December 4, 2024 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants