{
  "__type": "Section",
  "__tag": 4015,
  "children": [
    {
      "__type": "Code",
      "__tag": 4050,
      "value": "import matplotlib.pyplot as plt\nimport numpy as np\n\nfig, ax = plt.subplots()\n\nx = np.arange(0, 10, 0.1) - 5\ny = np.sin(x)\n\nax.plot(x, y)\nax.plot(y, x)\n",
      "execution_status": "execed"
    },
    {
      "__type": "Figure",
      "__tag": 4024,
      "value": {
        "__type": "RefInfo",
        "__tag": 4000,
        "module": "papyri",
        "version": "0.0.10",
        "kind": "assets",
        "path": "fig-68516631f6da8ddf.png"
      }
    }
  ],
  "title": [],
  "level": 0,
  "target": null
}