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

Ensure batched plots in Overlays are recognized as overlaid #967

Merged
merged 2 commits into from
Nov 4, 2016

Conversation

philippjfr
Copy link
Member

Previous batched plots (i.e. NdOverlays of batchable Elements) that were themselves overlaid were not correctly registered as such causing them to override axis ranges, widths, heights etc. This fixes this behavior.

style=style, uniform=self.uniform,
zorder=zorder, **{k: v for k, v in
self.handles.items() if k in
self._passed_handles})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting could be improved starting with **.

Copy link
Member Author

@philippjfr philippjfr Nov 3, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea auto-indenting made a mess here.

@jbednar
Copy link
Member

jbednar commented Nov 3, 2016

Looks good to me.

@jlstevens
Copy link
Contributor

Looks good to me too. Merging.

@jlstevens jlstevens merged commit 42396b2 into master Nov 4, 2016
@philippjfr philippjfr mentioned this pull request Nov 21, 2016
@philippjfr philippjfr deleted the batched_overlaid_bug branch December 10, 2016 23:42
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

Successfully merging this pull request may close these issues.

3 participants