Config options for offline plots
See original GitHub issueThere 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:
- Created 8 years ago
- Reactions:2
- Comments:9 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
all config options are now supported in
plotly.offline.plot
andplotly.offline.iplot
. They are not yet available inFigureWidget
, see https://github.com/plotly/plotly.py/issues/1074.Hi @bluprince13, I don’t know offhand, that would be something to bring up with the cufflinks project (https://github.com/santosjorge/cufflinks)