Skip to content

Commit e943120

Browse files
committed
remove image server warnings
1 parent f44ad45 commit e943120

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

plotly/offline/offline.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,6 @@ def iplot(figure_or_data, show_link=True, link_text='Export to plot.ly',
286286
'following format types: `png`, `jpeg`, '
287287
'`webp`, `svg`')
288288
# if the check passes then download script injection will commence.
289-
warnings.warn('For higher resolution images and more export '
290-
'options, consider making requests to the '
291-
'Plotly image servers. Type help(\'py.image\') '
292-
'for more details.', UserWarning)
293289
# Write script to download image of the plot
294290
script = image_download_script('iplot').format(format=image,
295291
width=image_width,
@@ -410,11 +406,6 @@ def plot(figure_or_data,
410406
'following format types: `png`, `jpeg`, '
411407
'`webp`, `svg`')
412408
# if the check passes then download script is injected.
413-
warnings.warn('For higher resolution images and more export '
414-
'options, consider making requests to the '
415-
'Plotly image servers. Type help(\'py.image\') '
416-
'for more details.', UserWarning)
417-
418409
# write the download script:
419410
script = image_download_script('plot')
420411
script = script.format(format=image,

0 commit comments

Comments
 (0)