question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Config options for offline plots

See original GitHub issue

There is no way to set the 4th parameter in plotly.js when using offline plots as it is hardcoded in _plot_html (https://github.com/plotly/plotly.py/blob/master/plotly/offline/offline.py#L100)

config = {}
config['showLink'] = show_link
config['linkText'] = link_text
jconfig = json.dumps(config)

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:2
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
jonmmeasecommented, Sep 22, 2018

all config options are now supported in plotly.offline.plot and plotly.offline.iplot. They are not yet available in FigureWidget, see https://github.com/plotly/plotly.py/issues/1074.

0reactions
jonmmeasecommented, Oct 24, 2018

Hi @bluprince13, I don’t know offhand, that would be something to bring up with the cufflinks project (https://github.com/santosjorge/cufflinks)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuration in Python - Plotly
How to set the configuration options of figures using the Plotly Python graphing library. New to Plotly?
Read more >
Adding config modes to Plotly.Py offline - modebar
Open the HTML file, search for modeBarButtonsToRemove:[] then replace with the buttons you want removed, for my purpose ...
Read more >
Plotly - Online and Offline Plotting - Tutorialspoint
Setting for Offline Plotting​​ Plotly allows you to generate graphs offline and save them in local machine. The plotly. offline.
Read more >
plotly/offline/offline.py · kwangjong/homecooked-nn at ...
Plotly Offline. A module to use Plotly's graphing library with Python. without connecting to a public or private plotly enterprise. server.
Read more >
Offline Data Viewer — ScanImage latest documentation
The vertical (PMT signal) scale limits of the plot view correspond to the contrast settings of the image view. Using the scroll wheel...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found