
[


{
    "label": "X:linear, Y:linear, Mark Type:circle, Mark Per: Element",
    "notes": "Plotting Boil against Weight",
    "tests": [],
    "settings": {
      "max_width":500,
      "x": {
        "column": "Boil",
        "type": "linear",
        "label": "Boil"
      },
      "y": {
        "column": "Weight",
        "type": "linear",
        "label": "Weight"
      },
      "marks": [
        {
          "type": "circle",
		  
		  "per": ["Element"]
        }
      ]
    },
    "filename": "elements.csv"
  },



{
    "label": "X:linear, Y:linear, Mark Type:circle, Mark Per: Group",
    "notes": "Plotting Boil against Weight",
    "tests": [],
    "settings": {
      "max_width":500,
      "x": {
        "column": "Boil",
        "type": "linear",
        "label": "Boil"
      },
      "y": {
        "column": "Weight",
        "type": "linear",
        "label": "Weight"
      },
      "marks": [
        {
          "type": "circle",
		  
		  "per": ["Group"]
        }
      ]
    },
    "filename": "elements.csv"
  },



{
    "label": "X:linear, Y:linear, Mark Type:text, Mark Per: Element",
    "notes": "Plotting Boil against Weight",
    "tests": [],
    "settings": {
      "max_width":500,
      "x": {
        "column": "Boil",
        "type": "linear",
        "label": "Boil"
      },
      "y": {
        "column": "Weight",
        "type": "linear",
        "label": "Weight"
      },
      "marks": [
        {
          "type": "text",
		  
		  "text": "$x",
		  "per": ["Element"]
        }
      ]
    },
    "filename": "elements.csv"
  },



{
    "label": "X:linear, Y:linear, Mark Type:text, Mark Per: Group",
    "notes": "Plotting Boil against Weight",
    "tests": [],
    "settings": {
      "max_width":500,
      "x": {
        "column": "Boil",
        "type": "linear",
        "label": "Boil"
      },
      "y": {
        "column": "Weight",
        "type": "linear",
        "label": "Weight"
      },
      "marks": [
        {
          "type": "text",
		  
		  "text": "$x",
		  "per": ["Group"]
        }
      ]
    },
    "filename": "elements.csv"
  },



{
		"label": "X:log, Y:log, Mark Type:text, Mark Per: group",
		"notes": "Plotting  against ",
		"tests": [],
		"settings": {
			"max_width": 500,
			"x": {
				"column": "",
				"type": "log",
				"label": ""
			},
			"y": {
				"column": "",
				"type": "log",
				"label": ""
			},
			"marks": [{
				"type": "text",

				"text": "$x",
				"per": ["group"]
			}]
		},
    "filename": "elements.csv"
	}


]