Plotly Plot Vorschau by AICU GmbH

Plotly-Plots aus JSON-Daten sofort visualisieren und in der Vorschau anzeigen.

756 Zeichen

Vorschau

Format-Übersicht

Ihr JSON sollte ein Plotly-Plot-Objekt mit 'data' und optional 'layout' Feldern enthalten.

Das 'data'-Feld sollte ein Array von Trace-Objekten sein (z.B. scatter, bar, line).

Das 'layout'-Feld ist optional und kann Titel, Achsen und Erscheinungsbild anpassen.

Beispiel-Formate:

{
  "data": [
    {
      "x": [1, 2, 3, 4, 5],
      "y": [1, 4, 9, 16, 25],
      "type": "scatter",
      "mode": "lines+markers",
      "name": "Series 1"
    }
  ],
  "layout": {
    "title": "My Plot",
    "xaxis": { "title": "X Axis" },
    "yaxis": { "title": "Y Axis" }
  }
}

Command Palette

Search for a command to run...

Schnellzugriffe
STRG + KSuche
STRG + DNachtmodus / Tagmodus
STRG + LSprache ändern

Software-Details
Kompiliert vor 1 Tag
Release: v4.0.0-production
Buildnummer: master@c831c94
Historie: 64 Items