alteryx/henchman

Feature Request: Remove Bokeh Logo

Ouverte

#38 ouverte le 27 sept. 2018

 (0 commentaire) (6 réactions) (0 personne assignée)Python (2 forks)auto 404
easyfixenhancementgood first issue

Métriques du dépôt

Stars
 (15 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur