alteryx/henchman

Feature Request: Remove Bokeh Logo

Open

#38 opened on Sep 27, 2018

 (0 comments) (6 reactions) (0 assignees)Python (2 forks)auto 404
easyfixenhancementgood first issue

Repository metrics

Stars
 (15 stars)
PR merge metrics
 (PR metrics pending)

Description

  • Henchman version: 0.0.4
  • Python version: all
  • Operating System: all

Description

Bokeh is great and we mention it a lot in both docstrings and the plaintext documentation. That being said, the logo is a bit overbearing to have in every plot. It's a plot attribute, so it can be directly removed in the _make_x_plot with

plot.toolbar.logo = None

Contributor guide