{
  "rgb": {
    "litegray": "0.95 0.95 0.95",
    "mygreen": "0 0.35 0"
  },
  "font_family": "sffamily",

  "plots": ["plot1"],
  "plot1": {
    "bgcolor": "litegray",
    "key": {"show": false}, 

    "xaxis": {
      "ticks": {"number": "6"}, 
      "title": {"text": "{\\large $t$}"}
    },
    "yaxis": {
      "ticks": {"number": "6"}, 
      "title": {"text": "{\\large $e^{-t/\\xi}$}"},
      "min": "0"
    },

    "curves": ["curve1", "curve2"], 
    "curve1": {
      "line": {"style": "solid", "color": "blue"}, 
      "symbol": {"shape": "none"}, 
      "data": {
        "x": [
          0.0,
          0.2,
          0.4,
          0.6000000000000001,
          0.8,
          1.0,
          1.2,
          1.4,
          1.5999999999999999,
          1.7999999999999998,
          1.9999999999999998,
          2.1999999999999997,
          2.4,
          2.6,
          2.8000000000000003,
          3.0000000000000004,
          3.2000000000000006,
          3.400000000000001,
          3.600000000000001,
          3.800000000000001,
          4.000000000000001,
          4.200000000000001,
          4.400000000000001,
          4.600000000000001,
          4.800000000000002,
          5.000000000000002
        ],
        "y": [
          1.0,
          0.8187307530779818,
          0.6703200460356393,
          0.5488116360940264,
          0.44932896411722156,
          0.36787944117144233,
          0.30119421191220214,
          0.2465969639416065,
          0.20189651799465544,
          0.16529888822158656,
          0.13533528323661273,
          0.11080315836233391,
          0.09071795328941251,
          0.07427357821433388,
          0.06081006262521795,
          0.049787068367863924,
          0.04076220397836619,
          0.03337326996032605,
          0.027323722447292535,
          0.02237077185616557,
          0.018315638888734165,
          0.014995576820477691,
          0.012277339903068426,
          0.010051835744633567,
          0.008229747049020016,
          0.006737946999085455
        ]
      }
    },
    "curve2": {
      "line": {"style": "none"}, 
      "symbol": {
        "shape": "x",
        "scale": "1.1",
        "color": "mygreen"
      },
      "data": {
        "x": [
          0.0,
          0.2,
          0.4,
          0.6000000000000001,
          0.8,
          1.0,
          1.2,
          1.4,
          1.5999999999999999,
          1.7999999999999998,
          1.9999999999999998,
          2.1999999999999997,
          2.4,
          2.6,
          2.8000000000000003,
          3.0000000000000004,
          3.2000000000000006,
          3.400000000000001,
          3.600000000000001,
          3.800000000000001,
          4.000000000000001,
          4.200000000000001,
          4.400000000000001,
          4.600000000000001,
          4.800000000000002,
          5.000000000000002
        ],
        "y": [
          1.0,
          0.9310627797040227,
          0.8668778997501816,
          0.8071177470053893,
          0.7514772930752859,
          0.6996725373751304,
          0.6514390575310556,
          0.6065306597126334,
          0.5647181220077593,
          0.5257880244257798,
          0.4895416595569531,
          0.4557940183280172,
          0.42437284567694994,
          0.39511776132688725,
          0.3678794411714422,
          0.3425188550930455,
          0.3189065573239703,
          0.29692202572789606,
          0.2764530466295642,
          0.2573951420525679,
          0.23965103644177568,
          0.22313016014842973,
          0.20774818714360072,
          0.1934266046003924,
          0.18009231214795227,
          0.16767724875179696
        ]
      }
    },

    "labels": ["label1", "label2", "label3"], 
    "label1": {
      "title": {"text": "$\\xi = 1$", "color": "blue"}, 
      "position": "4.4,0.07"
    },
    "label2": {
      "title": {"text": "$\\xi = 2.8$", "color": "mygreen"}, 
      "position": "4.4,0.3"
    },
    "label3": {
      "title": {"text": "{\\Huge \\boldmath$\\chi$fig}"}, 
      "position": "3.5,0.8"
    },

    "circles": ["circle1", "circle2"], 
    "circle1": {
      "position": "2,0.135",
      "radius": "4",
      "line": {"style": "solid", "color": "blue"}
    },
    "circle2": {
      "position": "2,0.49",
      "radius": "4",
      "line": {"style": "solid", "color": "mygreen"}
    },

    "arrows": ["arrow1", "arrow2"], 
    "arrow1": {
      "from": "2,0.16",
      "to": "2,0.47",
      "line": {"style": "dotted", "color": "black"}
    },
    "arrow2": {
      "from": "2,0.47",
      "to": "2,0.16",
      "line": {"style": "dotted", "color": "black"}
    },

    "boxes": ["box1"], 
    "box1": {
      "ll": "2.7,0.7",
      "ur": "4.3,0.9",
      "bgcolor": "white"
    }
  }
}