Iris sepal dimensions, by species

API
Dataset
Iris flower measurements 2023-07-07T07:26:40.741Z
Other graphics for same dataset
Iris petal dimensions, by species 2023-07-07T07:26:57.047Z
{
  "$schema": "https://vega.github.io/schema/vega-lite/v5.json",
  "data": {
    "url": "https://datagraphics.dc.scilifelab.se/api/dataset/b89ee63dc1804c848c1463fe67076d92.csv"
  },
  "title": "Iris sepal dimensions, by species",
  "width": 400,
  "height": 400,
  "mark": {
    "type": "point",
    "tooltip": true
  },
  "encoding": {
    "x": {
      "field": "sepal_width",
      "type": "quantitative"
    },
    "y": {
      "field": "sepal_length",
      "type": "quantitative"
    },
    "color": {
      "field": "species",
      "type": "nominal"
    }
  }
}
Owner: demo
Modified 2023-07-07T07:27:08.612Z
Created 2020-06-05T09:34:02.930Z

DataGraphics 1.0.4