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

Large expressions cause visualizations half of screen to be really small #173

Closed
jaelafield opened this issue Nov 7, 2024 · 3 comments
Closed

Comments

@jaelafield
Copy link
Contributor

Previously, large expressions expanded so much that error plot (and others) would be too small to see.

Options to fix: make center divide draggable so plot/expression table portions can be expanded/shrunk (may be a valuable feature regardless), or put limit on size of expressions table

@jaelafield jaelafield assigned jaelafield and unassigned jaelafield Nov 7, 2024
@jaelafield
Copy link
Contributor Author

This problem may already be fixed, though see new issue

@jaelafield
Copy link
Contributor Author

jaelafield commented Nov 7, 2024

Edit to above comment ^^ problem not fixed :)

Example problematic expression:
sqrt(x+1) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - ((sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x)) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) sqrt(x+1) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x) - sqrt(x))

() are problematic, the many sqrt(x+1) - sqrt(x) - sqrt(x)... expression on it's own doesn't have a LaTeX issue.

Breaks TeX in expression table:
Image

This additionally breaks TeX on landing page:
Image

(Separate issue with expression in spec header.)

@elmisback
Copy link
Collaborator

I hacked a quick fix for this

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

No branches or pull requests

2 participants