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

Increasing height of plot spills over to next plot #4

Open
vshekar opened this issue Aug 20, 2021 · 1 comment
Open

Increasing height of plot spills over to next plot #4

vshekar opened this issue Aug 20, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@vshekar
Copy link

vshekar commented Aug 20, 2021

The default height of plot was not providing enough clarity for the first plot shown here:
Screen Shot 2021-08-20 at 9 22 56 AM

To do that I increased the height of the plot like so:
Screen Shot 2021-08-20 at 9 13 09 AM

Which resulted in the 1st plot overlapping with the second:
Screen Shot 2021-08-20 at 9 11 34 AM

@vshekar vshekar added the bug Something isn't working label Aug 20, 2021
@AZaitzeff
Copy link
Collaborator

@nleiby In our current version we have Visualization option in which you can set the height which works. Now someone may want to set the Frame for the image different from the image size, which they can currently do using graph layout height (as above) and the visualization option. on the other hand having two places to change the height may be confusing.
we can.

  1. Leave it as is, allowing customizability
  2. code in behavior for graph layout height
    a. Cannot be larger than visualization option height
    b. Sets the visualization option height (and has precedence)
    c. Does not do anything and we get rid of it from our schema

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants