Skip to content

Makie extension #12

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

Merged
merged 5 commits into from
Mar 25, 2025
Merged

Makie extension #12

merged 5 commits into from
Mar 25, 2025

Conversation

rossviljoen
Copy link
Collaborator

Adds support for plotting UnixTime axes in Makie.

As far as I can tell, Makie plots everything as Float64, which will lose precision when plotting large timestamps. So, the conversion implemented here uses an offset from the last plotted UnixTime, meaning that plotting a single day should have full precision. Plotting multiple days will still inevitably lose precision further back in time.

@rossviljoen rossviljoen requested a review from ancapdev March 25, 2025 10:30
Copy link
Owner

@ancapdev ancapdev left a comment

Choose a reason for hiding this comment

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

Could you bump the version as well, so I can merge and trigger the release?

@ancapdev ancapdev merged commit 658acc2 into master Mar 25, 2025
@rossviljoen rossviljoen deleted the rv/makie-ext branch March 25, 2025 12:47
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.

2 participants