alteryx/henchman

Feature Request: Remove Bokeh Logo

Aperta

#38 aperta il 27 set 2018

 (0 commenti) (6 reazioni) (0 assegnatari)Python (2 fork)auto 404
easyfixenhancementgood first issue

Metriche repository

Star
 (15 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

  • 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

Guida contributor