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

Plotting large BigInts #1744

Closed
bsvh opened this issue Sep 14, 2018 · 3 comments
Closed

Plotting large BigInts #1744

bsvh opened this issue Sep 14, 2018 · 3 comments

Comments

@bsvh
Copy link

bsvh commented Sep 14, 2018

When trying to plot very large numbers, plots error out with an InexactError as it tries to convert to an Int64. This happened in every backend that I tried. Plotting using GR itself without Plots.jl works as expected.

@mkborregaard
Copy link
Member

Yes Plots is unfortunately not compatible with Bigs, not sure why in fact.

@daschw
Copy link
Member

daschw commented Sep 14, 2018

Could we workaround this with a type recipe for BigInts?

@mkborregaard
Copy link
Member

What would it do? Divide by some number and adjust the plot axes?

@t-bltg t-bltg closed this as not planned Won't fix, can't repro, duplicate, stale Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants