-
Notifications
You must be signed in to change notification settings - Fork 936
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
JupyterViz: the default grid space drawer doesn't scale to large size #1741
Comments
I vote for scaling up the figure size (which I'm understanding as allocating more space for the agent space figure on the page). Not sure how you would determine the threshold for this - would it have to be user configurable, or could a certain grid size automatically require 3/4 of the width, full width? |
I think we should do both simultaneously. |
I started looking into this-- some upfront ideas here:
|
There shouldn't be upfront customization from the user unless necessary. This should behave like how LaTeX renders documents, where people focus on the content of the writing, not the layout. Automatically deciding when to use the entire row or not, scaling down marker size, increasing figure size, should be the library's responsibility. |
Sure, I have opened a draft PR #1820. |
Describe the bug
Here is Schelling space for 60x60:
Expected behavior
Should either scale down the circle marker size automatically, or scale up the figure size automatically.
The text was updated successfully, but these errors were encountered: