alteryx/henchman

Feature Request: Remove Bokeh Logo

Offen

#38 geöffnet am 27.09.2018

 (0 Kommentare) (6 Reaktionen) (0 zugewiesene Personen)Python (2 Forks)auto 404
easyfixenhancementgood first issue

Repository-Metriken

Stars
 (15 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

  • 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