{
    "version": 5,
    "graph":
    {
        "xAxisStep": 1,
        "yAxisStep": 1,
        "xAxisMinorSubdivisions": 1,
        "yAxisMinorSubdivisions": 1,
        "xAxisArrowMode": "BOTH",
        "yAxisArrowMode": "BOTH",
        "xAxisLabel": "x",
        "yAxisLabel": "y",
        "degreeMode": true,
        "viewport":
        {
            "xmin": -5,
            "ymin": -5,
            "xmax": 5,
            "ymax": 5
        }
    },
    "expressions":
    {
        "list": [
        {
            "type": "expression",
            "id": "1",
            "color": "#0092C8",
            "latex": "y=a\\left(x-h\\right)^3+k",
            "style": "SOLID"
        },
        {
            "type": "expression",
            "id": "2",
            "color": "#0092C8",
            "latex": "a=1",
            "hidden": true,
            "sliderHardMin": true,
            "sliderHardMax": true,
            "sliderPlayDirection": -1,
            "sliderMin": "0.01",
            "sliderMax": "2",
            "sliderInterval": "0.01",
            "style": "SOLID"
        },
        {
            "type": "expression",
            "id": "3",
            "color": "#F15A22",
            "latex": "h=0",
            "hidden": true,
            "sliderHardMin": true,
            "sliderHardMax": true,
            "sliderMin": "-5",
            "sliderMax": "5",
            "sliderInterval": "1",
            "style": "SOLID"
        },
        {
            "type": "expression",
            "id": "4",
            "color": "#0AB14B",
            "latex": "k=0",
            "hidden": true,
            "sliderHardMin": true,
            "sliderHardMax": true,
            "sliderMin": "-5",
            "sliderMax": "5",
            "sliderInterval": "1",
            "style": "SOLID"
        }]
    }
}