alteryx/henchman

Feature Request: Remove Bokeh Logo

开放

#38 创建于 2018年9月27日

 (0 条评论) (6 个反应) (0 位负责人)Python (2 个派生)auto 404
easyfixenhancementgood first issue

仓库指标

星标
 (15 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

  • 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

贡献者指南