We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 480a1af + 9f4b774 commit 694b036Copy full SHA for 694b036
plotly/io/_json.py
@@ -225,7 +225,9 @@ def to_json(fig, validate=True, pretty=False, remove_uids=True, engine=None):
225
def write_json(fig, file, validate=True, pretty=False, remove_uids=True, engine=None):
226
"""
227
Convert a figure to JSON and write it to a file or writeable
228
- object
+ object.
229
+
230
+ Note: A figure converted to JSON with one version of Plotly.py may not be compatible with another version.
231
232
Parameters
233
----------
@@ -414,7 +416,9 @@ def from_json(value, output_type="Figure", skip_invalid=False, engine=None):
414
416
def read_json(file, output_type="Figure", skip_invalid=False, engine=None):
415
417
418
Construct a figure from the JSON contents of a local file or readable
- Python object
419
+ Python object.
420
421
422
423
424
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments