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

Grid OutputContainer works wrong #7745

Closed
EfimovVladimir opened this issue Aug 9, 2018 · 3 comments
Closed

Grid OutputContainer works wrong #7745

EfimovVladimir opened this issue Aug 9, 2018 · 3 comments
Assignees
Labels

Comments

@EfimovVladimir
Copy link
Contributor

See http://localhost:8888/notebooks/doc/groovy/OutputContainers.ipynb (cell with grid output)

plot1 has styles and looks as at the picture.
There it has right styles. But legend located above plot area
image

On grid outputContainer are wrong this:

  • plot1 lost his styles on grid output Container (another plots also lost styles)
  • plot3 is empty
    image
@piorek
Copy link
Contributor

piorek commented Sep 19, 2018

@EfimovVladimir is the legend overlapping plot still present? I can't reproduce it.
image

@EfimovVladimir
Copy link
Contributor Author

@piorek Now I have this view
image

console log:
image

then I run next cell 'grid output containers' and get this view for tabbed output
image

By the way 'grid' output works fine now

piorek added a commit that referenced this issue Oct 8, 2018
piorek added a commit that referenced this issue Oct 8, 2018
piorek added a commit that referenced this issue Oct 8, 2018
@LeeTZ
Copy link
Contributor

LeeTZ commented Oct 9, 2018

When resizing the plot inside the output container, the legend stays there. It should be moving and keep relative distance between the plot when resizing.

piorek added a commit that referenced this issue Oct 11, 2018
LeeTZ pushed a commit that referenced this issue Oct 12, 2018
* #7745 fix method definition

* #7745 fix typos and missing method

* #7745 WIP

* #7745 fix processing already processed items

* #7745 fix case when legend was drawn in another plot instance and then showLegend was is set to false
@LeeTZ LeeTZ closed this as completed Oct 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants