Plotly logo in mode bar

2 questions please:

  1. Can I remove plotly logo mark through the fig.update_layout() method, instead of doing it separately via fig.show(config={‘displaylogo’: False})?
  2. legally speaking, for my employer’s commercial products, if we use plotly there, can we still remove plotly logo while using plotly for free?

Thanks!

1 Like

hi @linx0824
:wave: Welcome to the community.

  1. I don’t think this is possible through fig.update_layout().
  2. Yes, but we appreciate it when businesses keep the Plotly logo (when possible) to increase visibility of our open source library.
1 Like

Thank you for your answer, Adam!