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

Add ability to mute legend entries by default #2831

Merged
merged 2 commits into from
Jun 26, 2018
Merged

Conversation

philippjfr
Copy link
Member

Adds a legend_muted plot option which mutes the legend entries by default.

@philippjfr philippjfr added tag: backend: bokeh type: enhancement Minor feature or improvement to an existing feature labels Jun 26, 2018
@@ -724,7 +724,7 @@ def initialize_plot(self, ranges=None, plot=None, plots=None, source=None):
else:
self.handles['xaxis'] = plot.xaxis[0]
self.handles['x_range'] = plot.x_range
self.handles['y_axis'] = plot.yaxis[0]
self.handles['yaxis'] = plot.yaxis[0]
Copy link
Member Author

Choose a reason for hiding this comment

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

Minor unrelated fix that snuck in.

@jlstevens
Copy link
Contributor

Looks good. Merging.

@jlstevens jlstevens merged commit 63cfac9 into master Jun 26, 2018
@philippjfr philippjfr deleted the legend_muted branch July 4, 2018 11:12
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
tag: backend: bokeh type: enhancement Minor feature or improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants