plotly_static 0.1.0

Export Plotly graphs to static images using WebDriver
Documentation
{
  "data": [
    {
      "name": "Surface",
      "type": "surface",
      "x": [
        1.0,
        2.0,
        3.0
      ],
      "y": [
        4.0,
        5.0,
        6.0
      ],
      "z": [
        [
          1.0,
          2.0,
          3.0
        ],
        [
          4.0,
          5.0,
          6.0
        ],
        [
          7.0,
          8.0,
          9.0
        ]
      ]
    }
  ],
  "layout": {},
  "config": {}
}