Download OpenAPI specification:Download
{- "id": "figure-id",
- "library": "matplotlib",
- "coordinate": "cartesian",
- "layout": {
- "rows": 2,
- "columns": 3
}, - "title": "figure-title",
- "subtitle": "R-figure-subtitle",
- "caption": "R-figure-caption",
- "panels": [
- {
- "id": "panel-id",
- "title": "panel-title",
- "axes": {
- "x": "x-axis",
- "y": "y-axis",
- "z": "z-axis"
}, - "legend": {
- "gentoo": "red",
- "adelie": "green"
}, - "layers": [
- {
- "type": "layer-type",
- "selector": [
- "selectors"
], - "data": [
- {
- "x": 39.5,
- "y": 17.4
}
]
}
]
}
]
}