Skip to content

Instantly share code, notes, and snippets.

@djsegal
Created June 6, 2020 22:54
Show Gist options
  • Save djsegal/2be828084223682b99790db436433d75 to your computer and use it in GitHub Desktop.
Save djsegal/2be828084223682b99790db436433d75 to your computer and use it in GitHub Desktop.
Comparing Pulsed and Steady-State Tokamaks
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## The Future of Fusion Energy\n",
"Pulsed vs Steady-State Tokamaks\n"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
" <script type=\"text/javascript\" class=\"js-plotly-script\">\n",
" globalComms = {};\n",
" demoData = {};\n",
"\n",
" $(\".js-plotly-script\").parent().css('padding', 0);\n",
"\n",
" function customPlotlyReact(curPlot, curData, curLayout, curConfig) {\n",
" for (var i = 0; i < curData.length; i++) {\n",
" curData[i][\"visible\"] = true;\n",
" for (var j = 0; j < curPlot.data.length; j++) {\n",
" if ( curData[i].name !== curPlot.data[j].name ) { continue; }\n",
" if ( curPlot.data[j].visible !== \"legendonly\" ) { continue; }\n",
"\n",
" curData[i][\"visible\"] = \"legendonly\";\n",
" }\n",
" }\n",
"\n",
" Plotly.react(curPlot, curData, curLayout, curConfig);\n",
" }\n",
"\n",
" function customPlotLoader(curCallback) {\n",
" if ( $(\".js-nouislider-css\").length == 0 ) {\n",
" $(\"head\").append(\n",
" '<link class=\"js-nouislider-css\" href=\"https://cdn.jsdelivr.net/gh/djsegal/SimplePlots.jl/dist/nouislider.min.css\" rel=\"stylesheet\">'\n",
" );\n",
" }\n",
"\n",
" if ( $(\".js-custom-css\").length == 0 ) {\n",
" $(\"head\").append(\n",
" '<link class=\"js-custom-css\" href=\"https://cdn.jsdelivr.net/gh/djsegal/SimplePlots.jl/dist/custom.min.css\" rel=\"stylesheet\">'\n",
" );\n",
" }\n",
"\n",
" if ( typeof Plotly !== \"undefined\" ) {\n",
" if ( typeof curCallback !== \"undefined\" ) {\n",
" curCallback();\n",
" }\n",
" return;\n",
" }\n",
"\n",
" var plotlyScripts = document.getElementsByClassName(\"js-plotly-script\");\n",
"\n",
" for (var i = 0; i < plotlyScripts.length; i++) {\n",
" var scriptParent = plotlyScripts[i].parentElement;\n",
" scriptParent.style.margin = \"0\";\n",
" scriptParent.style.padding = \"0\";\n",
" }\n",
"\n",
" require.config({\n",
" paths: {\n",
" Plotly: \"https://cdn.plot.ly/plotly-1.53.0.min\",\n",
" noUiSlider: \"https://cdn.jsdelivr.net/gh/djsegal/SimplePlots.jl/dist/nouislider.min\",\n",
" wNumb: \"https://cdn.jsdelivr.net/gh/djsegal/SimplePlots.jl/dist/wnumb.min\"\n",
" }\n",
" });\n",
"\n",
" require([\"Plotly\", \"noUiSlider\", \"wNumb\"], function(Plotly, noUiSlider, wNumb){\n",
" window.Plotly = Plotly;\n",
" window.noUiSlider = noUiSlider;\n",
" window.wNumb = wNumb;\n",
"\n",
" if ( typeof curCallback !== \"undefined\" ) {\n",
" curCallback();\n",
" }\n",
"\n",
" $(\"head\").append($(\".js-plotly-script\"));\n",
" $(\"head .js-plotly-script:not(:first)\").remove();\n",
" $(\"body .js-plotly-script\").remove();\n",
" });\n",
" }\n",
"\n",
" $(document).ready(customPlotLoader);\n",
" customPlotLoader();\n",
" </script>\n"
],
"text/plain": [
"HTML{String}(\" <script type=\\\"text/javascript\\\" class=\\\"js-plotly-script\\\">\\n globalComms = {};\\n demoData = {};\\n\\n \\$(\\\".js-plotly-script\\\").parent().css('padding', 0);\\n\\n function customPlotlyReact(curPlot, curData, curLayout, curConfig) {\\n for (var i = 0; i < curData.length; i++) {\\n curData[i][\\\"visible\\\"] = true;\\n for (var j = 0; j < curPlot.data.length; j++) {\\n if ( curData[i].name !== curPlot.data[j].name ) { continue; }\\n if ( curPlot.data[j].visible !== \\\"legendonly\\\" ) { continue; }\\n\\n curData[i][\\\"visible\\\"] = \\\"legendonly\\\";\\n }\\n }\\n\\n Plotly.react(curPlot, curData, curLayout, curConfig);\\n }\\n\\n function customPlotLoader(curCallback) {\\n if ( \\$(\\\".js-nouislider-css\\\").length == 0 ) {\\n \\$(\\\"head\\\").append(\\n '<link class=\\\"js-nouislider-css\\\" href=\\\"https://cdn.jsdelivr.net/gh/djsegal/SimplePlots.jl/dist/nouislider.min.css\\\" rel=\\\"stylesheet\\\">'\\n );\\n }\\n\\n if ( \\$(\\\".js-custom-css\\\").length == 0 ) {\\n \\$(\\\"head\\\").append(\\n '<link class=\\\"js-custom-css\\\" href=\\\"https://cdn.jsdelivr.net/gh/djsegal/SimplePlots.jl/dist/custom.min.css\\\" rel=\\\"stylesheet\\\">'\\n );\\n }\\n\\n if ( typeof Plotly !== \\\"undefined\\\" ) {\\n if ( typeof curCallback !== \\\"undefined\\\" ) {\\n curCallback();\\n }\\n return;\\n }\\n\\n var plotlyScripts = document.getElementsByClassName(\\\"js-plotly-script\\\");\\n\\n for (var i = 0; i < plotlyScripts.length; i++) {\\n var scriptParent = plotlyScripts[i].parentElement;\\n scriptParent.style.margin = \\\"0\\\";\\n scriptParent.style.padding = \\\"0\\\";\\n }\\n\\n require.config({\\n paths: {\\n Plotly: \\\"https://cdn.plot.ly/plotly-1.53.0.min\\\",\\n noUiSlider: \\\"https://cdn.jsdelivr.net/gh/djsegal/SimplePlots.jl/dist/nouislider.min\\\",\\n wNumb: \\\"https://cdn.jsdelivr.net/gh/djsegal/SimplePlots.jl/dist/wnumb.min\\\"\\n }\\n });\\n\\n require([\\\"Plotly\\\", \\\"noUiSlider\\\", \\\"wNumb\\\"], function(Plotly, noUiSlider, wNumb){\\n window.Plotly = Plotly;\\n window.noUiSlider = noUiSlider;\\n window.wNumb = wNumb;\\n\\n if ( typeof curCallback !== \\\"undefined\\\" ) {\\n curCallback();\\n }\\n\\n \\$(\\\"head\\\").append(\\$(\\\".js-plotly-script\\\"));\\n \\$(\\\"head .js-plotly-script:not(:first)\\\").remove();\\n \\$(\\\"body .js-plotly-script\\\").remove();\\n });\\n }\\n\\n \\$(document).ready(customPlotLoader);\\n customPlotLoader();\\n </script>\\n\")"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"# author: dan segal (dan@seg.al)\n",
"\n",
"using FusionSystems\n",
"using SimplePlots\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"---\n",
"\n",
"### Steady State Tokamaks"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"scrolled": false
},
"outputs": [
{
"data": {
"text/html": [
" <div class='js-interact' id='js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6'>\n",
" <div class='js-widgets'>\n",
" <div class='cs-widget js-widget'>\n",
" <div class='cs-widget-label'>\n",
" reactor\n",
" </div>\n",
" <div class='js-widget-toggle'>\n",
" <div class=\"cs-button-group\" style=\"display: inline-flex;\">\n",
" <div class=\"cs-button cs-active\">\n",
" ARC\n",
" </div>\n",
" <div class=\"cs-button\">\n",
" Steady\n",
" </div>\n",
" </div>\n",
" </div>\n",
" <div class='cs-widget-value js-widget-value cs-hidden'>\n",
" ARC\n",
" </div>\n",
"\n",
" </div>\n",
" <div class='cs-widget js-widget'>\n",
" <div class='cs-widget-label'>\n",
" P_F\n",
" </div>\n",
"<div class='cs-widget-slider js-widget-slider'></div> <div class='cs-widget-value js-widget-value '>\n",
" 1.0\n",
" </div>\n",
"\n",
" </div>\n",
" <div class='cs-widget js-widget'>\n",
" <div class='cs-widget-label'>\n",
" eta_CD\n",
" </div>\n",
"<div class='cs-widget-slider js-widget-slider'></div> <div class='cs-widget-value js-widget-value '>\n",
" 1.0\n",
" </div>\n",
"\n",
" </div>\n",
" <div class='cs-widget js-widget'>\n",
" <div class='cs-widget-label'>\n",
" epsilon\n",
" </div>\n",
"<div class='cs-widget-slider js-widget-slider'></div> <div class='cs-widget-value js-widget-value '>\n",
" 1.0\n",
" </div>\n",
"\n",
" </div>\n",
" </div>\n",
"\n",
" <div class='js-display'>\n",
" </div>\n",
" </div>\n",
" <script>\n",
" var anonFunc = function () {\n",
" var foundSlider = false;\n",
" $(\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6 .js-widget-slider\").each(function( index ) {\n",
" var tmpText = $(this.parentElement).children(\".cs-widget-label\").text().trim();\n",
" if ( tmpText !== \"P_F\" ) { return; }\n",
"\n",
" if ( foundSlider ) { alert(\"There are repeated sliders!\"); }\n",
"\n",
" foundSlider = true;\n",
" noUiSlider.create(this, {\n",
" start: 2,\n",
" step: 1,\n",
" connect: \"lower\",\n",
" format: wNumb({\n",
" decimals: 0\n",
" }),\n",
" range: {\n",
" min: 0,\n",
" max: 4\n",
" }\n",
" });\n",
"\n",
" var that = this;\n",
" this.noUiSlider.on('update', function (values, handle) {\n",
" var tmpRange = [\"0.5\", \"0.75\", \"1.0\", \"1.25\", \"1.5\"];\n",
" var newValue = tmpRange[values[handle]];\n",
"\n",
" var tmpSpan = $(that.parentElement).children(\".js-widget-value\")[0];\n",
" tmpSpan.innerText = newValue;\n",
"\n",
" $(\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6\").trigger(\"interact\");\n",
" });\n",
" });\n",
" if ( !foundSlider ) { alert(\"Unable to find all sliders!\"); }\n",
" var foundSlider = false;\n",
" $(\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6 .js-widget-slider\").each(function( index ) {\n",
" var tmpText = $(this.parentElement).children(\".cs-widget-label\").text().trim();\n",
" if ( tmpText !== \"eta_CD\" ) { return; }\n",
"\n",
" if ( foundSlider ) { alert(\"There are repeated sliders!\"); }\n",
"\n",
" foundSlider = true;\n",
" noUiSlider.create(this, {\n",
" start: 2,\n",
" step: 1,\n",
" connect: \"lower\",\n",
" format: wNumb({\n",
" decimals: 0\n",
" }),\n",
" range: {\n",
" min: 0,\n",
" max: 4\n",
" }\n",
" });\n",
"\n",
" var that = this;\n",
" this.noUiSlider.on('update', function (values, handle) {\n",
" var tmpRange = [\"0.5\", \"0.75\", \"1.0\", \"1.25\", \"1.5\"];\n",
" var newValue = tmpRange[values[handle]];\n",
"\n",
" var tmpSpan = $(that.parentElement).children(\".js-widget-value\")[0];\n",
" tmpSpan.innerText = newValue;\n",
"\n",
" $(\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6\").trigger(\"interact\");\n",
" });\n",
" });\n",
" if ( !foundSlider ) { alert(\"Unable to find all sliders!\"); }\n",
" var foundSlider = false;\n",
" $(\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6 .js-widget-slider\").each(function( index ) {\n",
" var tmpText = $(this.parentElement).children(\".cs-widget-label\").text().trim();\n",
" if ( tmpText !== \"epsilon\" ) { return; }\n",
"\n",
" if ( foundSlider ) { alert(\"There are repeated sliders!\"); }\n",
"\n",
" foundSlider = true;\n",
" noUiSlider.create(this, {\n",
" start: 2,\n",
" step: 1,\n",
" connect: \"lower\",\n",
" format: wNumb({\n",
" decimals: 0\n",
" }),\n",
" range: {\n",
" min: 0,\n",
" max: 4\n",
" }\n",
" });\n",
"\n",
" var that = this;\n",
" this.noUiSlider.on('update', function (values, handle) {\n",
" var tmpRange = [\"0.5\", \"0.75\", \"1.0\", \"1.25\", \"1.5\"];\n",
" var newValue = tmpRange[values[handle]];\n",
"\n",
" var tmpSpan = $(that.parentElement).children(\".js-widget-value\")[0];\n",
" tmpSpan.innerText = newValue;\n",
"\n",
" $(\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6\").trigger(\"interact\");\n",
" });\n",
" });\n",
" if ( !foundSlider ) { alert(\"Unable to find all sliders!\"); }\n",
" $(\".js-widget-toggle .cs-button\").click(function (curEvent) {\n",
" if ( !$(curEvent.target).hasClass(\"cs-active\") ) {\n",
" var curItems = $(curEvent.target.parentElement).children(\".cs-button\");\n",
" var curIndex = curItems.index(curEvent.target);\n",
"\n",
" $.each(curItems, function(workIndex, workValue) {\n",
" var otherTarget = $(curEvent.target.parentElement.children[workIndex]);\n",
"\n",
" otherTarget.removeClass(\"cs-active\");\n",
" otherTarget.removeClass(\"cs-pre-active\");\n",
"\n",
" if ( workIndex == curIndex ) { otherTarget.addClass(\"cs-active\"); }\n",
" if ( workIndex == curIndex - 1 ) { otherTarget.addClass(\"cs-pre-active\"); }\n",
" });\n",
"\n",
" var curWidgetVal = $(curEvent.target).closest(\".js-widget\").children(\".js-widget-value\")[0];\n",
" curWidgetVal.innerText = curEvent.target.innerText;\n",
"\n",
" $(\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6\").trigger(\"interact\");\n",
" }\n",
" });\n",
" $(\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6\").on(\"interact\", function() {\n",
" var msgLabels = $(\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6 .cs-widget-label\").map(function(){\n",
" return $.trim($(this).text());\n",
" }).get();\n",
"\n",
" var msgValues = $(\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6 .cs-widget-value\").map(function(){\n",
" return $.trim($(this).text());\n",
" }).get();\n",
"\n",
" var msgDict = msgLabels.reduce((obj, k, i) => ({...obj, [k]: msgValues[i] }), {});\n",
"\n",
" var workPlotlyId = $(\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6 .js-plotly-plot\").attr(\"id\");\n",
" msgDict[\"___interact_plot_id___\"] = workPlotlyId;\n",
"\n",
" if ( \"interact-866edbd7-3a6b-4664-91c8-7dcb7809a3f6\" in demoData ) {\n",
" tmpData = demoData[\"interact-866edbd7-3a6b-4664-91c8-7dcb7809a3f6\"];\n",
" tmpData = tmpData[msgDict[\"reactor\"]];\n",
" tmpData = tmpData[msgDict[\"P_F\"]];\n",
" tmpData = tmpData[msgDict[\"eta_CD\"]];\n",
" tmpData = tmpData[msgDict[\"epsilon\"]];\n",
" var workPlot = $(\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6 .js-plotly-plot\")[0];\n",
" var workJson = tmpData;\n",
"\n",
" if ( typeof workPlot === \"undefined\" ) {\n",
" var tmpDisplay = $(\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6 .js-display\");\n",
" var tmpPlotId = \"js-plot-498125a3-471b-496a-8e89-3e597793dc49\";\n",
" tmpDisplay.html('<div id=\"' + tmpPlotId + '\" style=\"width:600px;height:400px;\"></div>');\n",
"\n",
" plotDiv = document.getElementById(tmpPlotId);\n",
" Plotly.newPlot(plotDiv, workJson.data, workJson.layout, workJson.config);\n",
" } else {\n",
" customPlotlyReact(workPlot, workJson.data, workJson.layout, workJson.config);\n",
" }\n",
" } else {\n",
" if ( \"interact-866edbd7-3a6b-4664-91c8-7dcb7809a3f6\" in globalComms ) {\n",
" globalComms[\"interact-866edbd7-3a6b-4664-91c8-7dcb7809a3f6\"].send(msgDict);\n",
" } else {\n",
" console.log(\"Unable to startup GUI – may be waiting for demo data...\")\n",
" }\n",
" }\n",
" });\n",
" }\n",
"\n",
" customPlotLoader(anonFunc);\n",
" </script>\n"
],
"text/plain": [
"HTML{String}(\" <div class='js-interact' id='js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6'>\\n <div class='js-widgets'>\\n <div class='cs-widget js-widget'>\\n <div class='cs-widget-label'>\\n reactor\\n </div>\\n <div class='js-widget-toggle'>\\n <div class=\\\"cs-button-group\\\" style=\\\"display: inline-flex;\\\">\\n <div class=\\\"cs-button cs-active\\\">\\n ARC\\n </div>\\n <div class=\\\"cs-button\\\">\\n Steady\\n </div>\\n </div>\\n </div>\\n <div class='cs-widget-value js-widget-value cs-hidden'>\\n ARC\\n </div>\\n\\n </div>\\n <div class='cs-widget js-widget'>\\n <div class='cs-widget-label'>\\n P_F\\n </div>\\n<div class='cs-widget-slider js-widget-slider'></div> <div class='cs-widget-value js-widget-value '>\\n 1.0\\n </div>\\n\\n </div>\\n <div class='cs-widget js-widget'>\\n <div class='cs-widget-label'>\\n eta_CD\\n </div>\\n<div class='cs-widget-slider js-widget-slider'></div> <div class='cs-widget-value js-widget-value '>\\n 1.0\\n </div>\\n\\n </div>\\n <div class='cs-widget js-widget'>\\n <div class='cs-widget-label'>\\n epsilon\\n </div>\\n<div class='cs-widget-slider js-widget-slider'></div> <div class='cs-widget-value js-widget-value '>\\n 1.0\\n </div>\\n\\n </div>\\n </div>\\n\\n <div class='js-display'>\\n </div>\\n </div>\\n <script>\\n var anonFunc = function () {\\n var foundSlider = false;\\n \\$(\\\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6 .js-widget-slider\\\").each(function( index ) {\\n var tmpText = \\$(this.parentElement).children(\\\".cs-widget-label\\\").text().trim();\\n if ( tmpText !== \\\"P_F\\\" ) { return; }\\n\\n if ( foundSlider ) { alert(\\\"There are repeated sliders!\\\"); }\\n\\n foundSlider = true;\\n noUiSlider.create(this, {\\n start: 2,\\n step: 1,\\n connect: \\\"lower\\\",\\n format: wNumb({\\n decimals: 0\\n }),\\n range: {\\n min: 0,\\n max: 4\\n }\\n });\\n\\n var that = this;\\n this.noUiSlider.on('update', function (values, handle) {\\n var tmpRange = [\\\"0.5\\\", \\\"0.75\\\", \\\"1.0\\\", \\\"1.25\\\", \\\"1.5\\\"];\\n var newValue = tmpRange[values[handle]];\\n\\n var tmpSpan = \\$(that.parentElement).children(\\\".js-widget-value\\\")[0];\\n tmpSpan.innerText = newValue;\\n\\n \\$(\\\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6\\\").trigger(\\\"interact\\\");\\n });\\n });\\n if ( !foundSlider ) { alert(\\\"Unable to find all sliders!\\\"); }\\n var foundSlider = false;\\n \\$(\\\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6 .js-widget-slider\\\").each(function( index ) {\\n var tmpText = \\$(this.parentElement).children(\\\".cs-widget-label\\\").text().trim();\\n if ( tmpText !== \\\"eta_CD\\\" ) { return; }\\n\\n if ( foundSlider ) { alert(\\\"There are repeated sliders!\\\"); }\\n\\n foundSlider = true;\\n noUiSlider.create(this, {\\n start: 2,\\n step: 1,\\n connect: \\\"lower\\\",\\n format: wNumb({\\n decimals: 0\\n }),\\n range: {\\n min: 0,\\n max: 4\\n }\\n });\\n\\n var that = this;\\n this.noUiSlider.on('update', function (values, handle) {\\n var tmpRange = [\\\"0.5\\\", \\\"0.75\\\", \\\"1.0\\\", \\\"1.25\\\", \\\"1.5\\\"];\\n var newValue = tmpRange[values[handle]];\\n\\n var tmpSpan = \\$(that.parentElement).children(\\\".js-widget-value\\\")[0];\\n tmpSpan.innerText = newValue;\\n\\n \\$(\\\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6\\\").trigger(\\\"interact\\\");\\n });\\n });\\n if ( !foundSlider ) { alert(\\\"Unable to find all sliders!\\\"); }\\n var foundSlider = false;\\n \\$(\\\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6 .js-widget-slider\\\").each(function( index ) {\\n var tmpText = \\$(this.parentElement).children(\\\".cs-widget-label\\\").text().trim();\\n if ( tmpText !== \\\"epsilon\\\" ) { return; }\\n\\n if ( foundSlider ) { alert(\\\"There are repeated sliders!\\\"); }\\n\\n foundSlider = true;\\n noUiSlider.create(this, {\\n start: 2,\\n step: 1,\\n connect: \\\"lower\\\",\\n format: wNumb({\\n decimals: 0\\n }),\\n range: {\\n min: 0,\\n max: 4\\n }\\n });\\n\\n var that = this;\\n this.noUiSlider.on('update', function (values, handle) {\\n var tmpRange = [\\\"0.5\\\", \\\"0.75\\\", \\\"1.0\\\", \\\"1.25\\\", \\\"1.5\\\"];\\n var newValue = tmpRange[values[handle]];\\n\\n var tmpSpan = \\$(that.parentElement).children(\\\".js-widget-value\\\")[0];\\n tmpSpan.innerText = newValue;\\n\\n \\$(\\\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6\\\").trigger(\\\"interact\\\");\\n });\\n });\\n if ( !foundSlider ) { alert(\\\"Unable to find all sliders!\\\"); }\\n \\$(\\\".js-widget-toggle .cs-button\\\").click(function (curEvent) {\\n if ( !\\$(curEvent.target).hasClass(\\\"cs-active\\\") ) {\\n var curItems = \\$(curEvent.target.parentElement).children(\\\".cs-button\\\");\\n var curIndex = curItems.index(curEvent.target);\\n\\n \\$.each(curItems, function(workIndex, workValue) {\\n var otherTarget = \\$(curEvent.target.parentElement.children[workIndex]);\\n\\n otherTarget.removeClass(\\\"cs-active\\\");\\n otherTarget.removeClass(\\\"cs-pre-active\\\");\\n\\n if ( workIndex == curIndex ) { otherTarget.addClass(\\\"cs-active\\\"); }\\n if ( workIndex == curIndex - 1 ) { otherTarget.addClass(\\\"cs-pre-active\\\"); }\\n });\\n\\n var curWidgetVal = \\$(curEvent.target).closest(\\\".js-widget\\\").children(\\\".js-widget-value\\\")[0];\\n curWidgetVal.innerText = curEvent.target.innerText;\\n\\n \\$(\\\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6\\\").trigger(\\\"interact\\\");\\n }\\n });\\n \\$(\\\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6\\\").on(\\\"interact\\\", function() {\\n var msgLabels = \\$(\\\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6 .cs-widget-label\\\").map(function(){\\n return \\$.trim(\\$(this).text());\\n }).get();\\n\\n var msgValues = \\$(\\\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6 .cs-widget-value\\\").map(function(){\\n return \\$.trim(\\$(this).text());\\n }).get();\\n\\n var msgDict = msgLabels.reduce((obj, k, i) => ({...obj, [k]: msgValues[i] }), {});\\n\\n var workPlotlyId = \\$(\\\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6 .js-plotly-plot\\\").attr(\\\"id\\\");\\n msgDict[\\\"___interact_plot_id___\\\"] = workPlotlyId;\\n\\n if ( \\\"interact-866edbd7-3a6b-4664-91c8-7dcb7809a3f6\\\" in demoData ) {\\n tmpData = demoData[\\\"interact-866edbd7-3a6b-4664-91c8-7dcb7809a3f6\\\"];\\n tmpData = tmpData[msgDict[\\\"reactor\\\"]];\\n tmpData = tmpData[msgDict[\\\"P_F\\\"]];\\n tmpData = tmpData[msgDict[\\\"eta_CD\\\"]];\\n tmpData = tmpData[msgDict[\\\"epsilon\\\"]];\\n var workPlot = \\$(\\\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6 .js-plotly-plot\\\")[0];\\n var workJson = tmpData;\\n\\n if ( typeof workPlot === \\\"undefined\\\" ) {\\n var tmpDisplay = \\$(\\\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6 .js-display\\\");\\n var tmpPlotId = \\\"js-plot-498125a3-471b-496a-8e89-3e597793dc49\\\";\\n tmpDisplay.html('<div id=\\\"' + tmpPlotId + '\\\" style=\\\"width:600px;height:400px;\\\"></div>');\\n\\n plotDiv = document.getElementById(tmpPlotId);\\n Plotly.newPlot(plotDiv, workJson.data, workJson.layout, workJson.config);\\n } else {\\n customPlotlyReact(workPlot, workJson.data, workJson.layout, workJson.config);\\n }\\n } else {\\n if ( \\\"interact-866edbd7-3a6b-4664-91c8-7dcb7809a3f6\\\" in globalComms ) {\\n globalComms[\\\"interact-866edbd7-3a6b-4664-91c8-7dcb7809a3f6\\\"].send(msgDict);\\n } else {\\n console.log(\\\"Unable to startup GUI – may be waiting for demo data...\\\")\\n }\\n }\\n });\\n }\\n\\n customPlotLoader(anonFunc);\\n </script>\\n\")"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/javascript": [
"\n",
" var _guiBootup = function (curCallback) {\n",
" Jupyter.notebook.kernel.comm_manager.unregister_target(\"interact-866edbd7-3a6b-4664-91c8-7dcb7809a3f6\")\n",
" Jupyter.notebook.kernel.comm_manager.register_target(\"interact-866edbd7-3a6b-4664-91c8-7dcb7809a3f6\", function (comm, msg) {\n",
" globalComms[\"interact-866edbd7-3a6b-4664-91c8-7dcb7809a3f6\"] = comm;\n",
"\n",
" comm.on_msg(function(msg) {\n",
" if ( \"json\" in msg.content.data ) {\n",
" var workPlot = $(\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6 .js-plotly-plot\")[0];\n",
" if ( typeof workPlot === \"undefined\" ) { alert(\"Could not find plotly plot!\"); }\n",
"\n",
" var workJson = msg.content.data.json.plot;\n",
" customPlotlyReact(workPlot, workJson.data, workJson.layout, workJson.config);\n",
"\n",
" $(\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6 .js-new-plot-script\").replaceWith(msg.content.data.json.script);\n",
" } else {\n",
" if ( \"html\" in msg.content.data ) {\n",
" var tmpDisplay = $(\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6 .js-display\");\n",
" tmpDisplay.html(msg.content.data.html);\n",
" } else {\n",
" if ( \"text\" in msg.content.data ) {\n",
" console.log(msg.content.data.text);\n",
" } else {\n",
" alert(\"Unrecognized interact content type!\");\n",
" }\n",
" }\n",
" }\n",
" });\n",
"\n",
" comm.on_close(function(msg) { console.log(\"Julia close message: \" + msg); });\n",
" $(\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6\").trigger(\"interact\");\n",
" })\n",
"\n",
" var curCommand = 'Main.SimplePlots.interact_comms[\"interact-866edbd7-3a6b-4664-91c8-7dcb7809a3f6\"][] += 10';\n",
" Jupyter.notebook.kernel.execute(curCommand, {\"iopub\": {\"output\": function(tmpMessage) {\n",
" console.log(tmpMessage)\n",
" }}});\n",
"\n",
" if ( typeof curCallback !== \"undefined\" ) { curCallback(); }\n",
" }\n",
"\n",
" if ( typeof Jupyter === \"undefined\" ) {\n",
" customPlotLoader(function() {\n",
" $(\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6\").trigger(\"interact\");\n",
" });\n",
" } else {\n",
" if (Jupyter.notebook.kernel) {\n",
" _guiBootup()\n",
" } else {\n",
" Jupyter.notebook.events.one('kernel_ready.Kernel', (e) => {\n",
" _guiBootup(function() {\n",
" customPlotLoader(function() {\n",
" $(\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6\").trigger(\"interact\");\n",
" });\n",
" });\n",
" });\n",
" }\n",
" }\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/javascript": [
"demoData['interact-866edbd7-3a6b-4664-91c8-7dcb7809a3f6'] = {\"ARC\":{\"0.5\":{\"0.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.303747961726692,10.0765621120493,10.868989018152291,11.682123314469152,12.517119925048117,13.37520018536621,14.257658405512124,15.16586896061369,16.10129399864219,17.06549186269316,18.060126334398014,19.086976817317737,20.14794959420526,21.24509031022684,22.38059785606312,23.556839850871356,24.77636995614779,26.041947288545398,27.356558243877913,28.723441097370028,30.14611380856135,31.62840553546521,33.174492454545216,34.78893859447823,36.476742527173144,38.2433909250185],\"y\":[161.28976517450883,150.262915164639,140.9668626999799,133.0507327235574,126.25009837929242,120.36232996609054,115.22983117611034,110.72839061713826,106.75893032683992,103.24155851126693,100.11121539636395,97.31443974890722,94.80693623087907,92.55172332228511,90.51770772273801,88.67857587175546,87.0119239350853,85.49856898982709,84.12199923365985,82.86793182709107,81.72395477150471,80.67923491959358,79.7242784163009,78.85073299811988,78.05122393063849,77.319217146604]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.511093655213798,8.401341005219406,9.326931513554763,10.290822369263742,11.29623749617786,12.346706664273222,13.446109949220395,14.598728780696339,15.809305035452134,17.08310992358694,18.426024801111687,19.844636542092953,21.34635075286186,22.939526955532575,24.63364097301524,26.4394812027716,28.369387397845095,30.43754315964699,32.66033684284221,35.05681034790045,37.64922187311227],\"y\":[157.01561143036366,140.33151026290696,127.07655117450732,116.34791778054786,107.52651011633918,100.17527677642602,93.9779084666533,88.70048848237163,84.16673225286156,80.241553310727,76.8198874507402,73.81892707809222,71.17262021789317,68.82770567417798,66.74081026424263,64.87629316593814,63.204624153919404,61.70114888152342,60.345138481825344,59.119050581170235,58.007949290056864]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.9332108242734405,7.991813557347881,9.11227837044059,10.301886225209927,11.568922580925014,12.92288335824258,14.374727364056374,15.937189578747708,17.625174428737985,19.456254930196657,21.4513133194487,23.635372937828553,26.038692023943288,28.69822141389732,31.659576106495468,34.97974559024162,38.73088773535124],\"y\":[155.176490221394,133.86855580961574,117.76170857277306,105.24863269718004,95.30741338088062,87.26093833541098,80.6448825872549,75.13145758231961,70.48343134998996,66.52536636177877,63.12504918964663,60.18116498304573,57.61491558805517,55.36419530856913,53.37946516342002,51.62077925563354,50.05560769818197]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.230315391193469,8.560167454100327,10.00415749373637,11.581088126361006,13.313702204216188,15.22984553187234,17.364047596615656,19.75971295200172,22.47222209074237,25.57341862817027,29.15826716348197,33.355016969448975,38.34123479884501],\"y\":[147.47593516468012,124.14119217711513,107.09484464769263,94.2093668582183,84.19890615774426,76.24593070470438,69.8087506683288,64.51590606980358,60.10516606585562,56.38674507999196,53.22029308942297,50.50003935171693,48.14493198643623]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.549928598758674,9.261000146446326,11.1848101269773,13.37097879183768,15.884789251409392,18.814118480625947,22.280337901100147,26.45614156125097,31.596067334418358,38.09169121225554],\"y\":[150.70900215644505,122.89661263723352,103.45099348092927,89.24570387307705,78.50780571518187,70.1657551314536,63.53827558725366,58.17395889027391,53.763255058169634,50.087638388213016]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"0.75\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.606420266400557,9.370171114910907,10.153411505924781,10.95723888037608,11.782811168945878,12.631353062336935,13.504162719717172,14.402619007215133,15.328189361743139,16.282438381983287,17.267037257849836,18.283774162124114,19.33456574340818,20.421469878381295,21.546699864035784,22.712640257744855,23.92186460547967,25.177155337265877,26.48152615532522,27.838247295879913,29.250874112297616,30.723279507617857,32.259690841660365,33.86473205582947,35.54347190240804,37.301479340959624,39.1448873806203],\"y\":[151.10120478388637,140.5809536314003,131.7713669350343,124.31286272783227,117.93780392216563,112.44328360983332,107.67294624458994,103.50455107670713,99.84128179416665,96.60555785614545,93.73455169788811,91.17689123354339,88.89020009280654,86.83923919174298,84.99448610618906,83.33103735915624,81.82775175199558,80.46657562833616,79.23200687149519,78.11066570734924,77.09094846675843,76.16274632306799,75.31721531643667,74.54658715708055,73.84401267582942,73.20343158154934,72.61946354613555]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.580614243072697,8.486833972037994,9.430624746919367,10.415177026877325,11.443983700919183,12.520884736324263,13.650118368526233,14.83638032442974,16.08489286056669,17.401485783950047,18.792692129859866,20.265861830863358,21.829297572810507,23.49241816292975,25.26595622548968,27.16219902258913,29.195283857058282,31.381563117323015,33.74005895661184,36.29303442888529,39.06671747799677],\"y\":[132.64688344062026,119.63166502922711,109.21700667724073,100.73413652259083,93.72063575426685,87.84757795668953,82.87524181855487,78.62520261477702,74.96218907322219,71.78196416305997,69.00303405113821,66.5608545294443,64.40370523743026,62.4897011319251,60.7845941556954,59.26013339520427,57.892826127828585,56.66299073745936,55.554024906104175,54.55183450133038,53.64438375222409]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.015673656680711,8.099260212555995,9.249489500235047,10.474398760914694,11.783194803218072,13.186500120835998,14.696657940956717,16.328114948686203,18.097907001726675,20.02628263987017,22.137513026796753,24.460957403109724,27.032483844429894,29.89639215571112,33.1080593158932,36.73764576041484],\"y\":[128.27767955694273,111.9471329133303,99.48516258046524,89.72374877192074,81.91275500793061,75.55060239194319,70.29047681570017,65.88568346751717,62.156431363916326,58.96890196108263,56.22164180491665,53.836473122294976,51.752275538353565,49.92064089708327,48.30277892807292,46.867275848943876]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.079989370964372,7.345483029989444,8.718321243864832,10.216229516670328,11.860606838993565,13.677612164628721,15.699636886989902,17.96734138678207,20.532530816652944,23.46230788376355,26.845220710557754,30.80062437842719,35.493405740100876],\"y\":[145.2836306855162,120.31018924781513,102.62214364555422,89.55770633066406,79.58813006437215,71.77899901753668,65.53020400634456,60.44048191355453,56.2323814525601,52.70854677401373,49.72514509113288,47.17512156886629,44.9773134439333]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.7051955686408515,9.489688450060862,11.512252317417607,13.831474014402655,16.52582225810102,19.703082354733777,23.51565968533605,28.186529272488063,34.05562598031822],\"y\":[121.06969223793008,100.25849103984585,85.51845303796185,74.63142194221999,66.32344172031013,59.81583251461354,54.60850333862075,50.367068261295415,46.86031787713341]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.0\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.65998416731525,9.432867077296601,10.226150406001974,11.04099099890461,11.878612359473603,12.74031148023882,13.627466198083807,14.541543174715958,15.484106608943756,16.456827796433743,17.46149566488974,18.500028428189403,19.574486522215974,20.687087008395,21.8402196589246,23.036464971204566,24.27861439908425,25.56969313659576,26.912985847488525,28.31206580323091,29.770827975822442,31.293526733080828,32.88481890721245,34.54981315777284,36.2941267343353,38.12395097104426],\"y\":[133.2658338549214,124.65984115529416,117.42985779931817,111.29158891696225,106.03246804079711,101.49065227424597,97.54093044689188,94.08504296452821,91.04489130638379,88.35768451458992,85.97241124568622,83.84723602398343,81.94755082875275,80.2444985561367,78.7138410571212,77.33508205537828,76.09078084651546,74.96601037352558,73.94792567616314,73.02541752040858,72.18883234598555,71.4297442729608,70.74076829018999,70.11540625730113,69.54791923072347,69.03322104328751]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.760992794699377,7.645906466378691,8.567477671929241,9.528845085957899,10.533443276877348,11.585047193925648,12.6878230239677,13.846386937523052,15.065873519465653,16.352016058111726,17.711241367826887,19.150782477672625,20.67881337937777,22.30461115885605,24.038752330349833,25.893352183244946,27.882358626598215,30.02191564540918,32.33081645813431,34.831073364930354,37.548640964172634],\"y\":[128.06075647328012,114.71880453201265,104.20884161523955,95.75734718854876,88.84388923661426,83.10656077019615,78.28657186621221,74.19439261130816,70.68831202719802,67.66043484949704,65.02728696459458,62.723361976352116,60.69659420425623,58.90512300972743,57.31494083045748,55.8981573493223,54.63170055250209,53.496332370757756,52.475894038080796,51.55672137025219,50.727187231010284]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.049118186296513,7.0930434977925945,8.200695372395938,9.379799618877778,10.63919541247524,11.989071910508887,13.44126061994849,15.009601546512437,16.71040733322049,18.56305857991397,20.590776656829373,22.821639724262443,25.289936812647127,28.037999423324457,31.118719841595198,34.59907696596571,38.565173883792674],\"y\":[126.57903763940686,109.0732348073984,96.0455673549603,86.03910339900956,78.15663121142961,71.81801039141163,66.63291692746071,62.32992057764719,58.71492889965914,55.645794458481326,53.01623402039856,50.74532613712281,48.77046522344605,47.04252148226415,45.5224456531919,44.178842257295145,42.98620562284313]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.155750349824616,7.453981981199657,8.86858946127022,10.41943590055166,12.130735631285576,14.032394994047053,16.16185861717623,18.566706200769996,21.30838733140008,24.46772649693692,28.153264754974675,32.51430665389103,37.76209286600974],\"y\":[120.86293684926989,101.26323011152553,87.25858784591873,76.83645388396818,68.8312827192076,62.52530496914374,57.45440831312924,53.306333541969344,49.863936462117685,46.97194311972736,44.51663556678492,42.41298721631965,40.59626090969827]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.208432864268657,7.852161232123596,9.70877436136168,11.829867415436134,14.28406298568154,17.16491335558372,20.603571397320522,24.789996797144948,30.010279897322686,36.71646975385138],\"y\":[124.85167960253538,100.71911404105784,84.38602509293789,72.71548987159889,64.03037823664006,57.359402266006356,52.104420807620116,47.87867359427435,44.42194461830713,41.553280385098056]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.25\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.949308467867777,8.710853852260106,9.492552560092653,10.295556778504265,11.121084803064466,11.970427976227343,12.84495813411585,13.746135669327208,14.67551832158682,15.634770816209079,16.62567548210696,17.650143996506234,18.710230422784825,19.80814573140137,20.946274022325657,22.12719070157355,23.353682905479793,24.628772515555383,25.955742165939466,27.338164716708746,28.779936752401508,30.285316769489725,31.85896884355685,33.50601272216417,35.23208147991091,37.04338810713186],\"y\":[127.871317893043,119.22378261640026,112.02918629810668,105.97199526895854,100.8202908479211,96.40008374252974,92.57848336164146,89.25237110491041,86.34059664877203,83.77848834467677,81.51391901979467,79.50443895731651,77.71515477272293,76.11713844529291,74.68621895806274,73.40205394013884,72.2474088597741,71.20759188703138,70.27000679123113,69.42379624457244,68.65955502278356,67.96909772064294,67.34526933393661,66.78178980710675,66.27312568778679,65.81438356089421]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.810117850395773,7.707875364527306,8.644294355609764,9.622733746733429,10.646883043882747,11.720812489853266,12.849030832907259,14.036552508069276,15.288976387898346,16.61257874480808,18.014423708785422,19.502495348301238,21.085856613605635,22.774841852699865,24.58129157151805,26.518840746988264,28.603275581831422,30.85297850192929,33.28948801390401,35.938209619024576,38.82932762070891],\"y\":[111.99260894870002,100.98227004467725,92.27423922498592,85.24754526202881,79.4825217442668,74.68612419873776,70.64799684597244,67.21352723194758,64.26672249501983,61.71898890776093,59.50158073660687,57.56039776584808,55.85232556311769,54.34261267986267,53.00295930487746,51.8101031818153,50.74475896352623,49.79081263870849,48.93470262675923,48.164939239849396,47.4717279246876]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.103375179118393,7.166495168203132,8.297495154309209,9.504792432429126,10.798074548470638,12.188575942744366,13.68942324311642,15.31607195205145,17.086865537762016,19.023760056000917,21.153275345085362,23.507760720158934,26.127104167123196,29.061078106020677,32.37261708391015,36.14249038194874],\"y\":[108.99828225776936,94.69572328797047,83.9944567115251,75.73670253350798,69.20567941873948,63.9356589465215,59.61189130820013,56.01459314905337,52.985997634479304,50.410145423960934,48.200041871265014,46.289241680820716,44.626185552455155,43.17029832438602,41.88924417233832,40.756959509896966]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.227479225737865,7.557464755811009,9.012965294723081,10.616132680236978,12.394226411086425,14.381254324428667,16.62026689879646,19.166638220451862,22.092872549119512,25.495838077270424,29.50799291034076,34.31543728211326],\"y\":[103.11169229208785,87.19862580621553,75.75657863037654,67.19556536922005,60.589362026806356,55.36454353499193,51.14852715721721,47.689513046560116,44.81167451924267,42.38879810758339,40.328116339168446,38.56003349701198]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.298031797768503,7.993085455384862,9.921103316090663,12.141178233134728,14.733133810315604,17.807734867449206,21.523509516358068,26.115816546487796,31.95002053719896,39.625866367666774],\"y\":[105.37530303024153,85.92641024340647,72.66552150517957,63.130482191980335,55.99630447435003,50.49113502233869,46.13711961249296,42.623772631014305,39.74126087213337,37.3430620993689]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.9902472389635975,8.759497210477697,9.54974298774945,10.36219416252272,11.198132480004347,12.058919359466111,12.946004011454912,13.86093226957183,14.80535626133869,15.781045053484348,16.789896421829148,17.83394991492839,18.915401404114515,20.036619341143734,21.200162979138955,22.40880285400397,23.665543873367756,24.973651420153377,26.336680950280495,27.758511651601783,29.243384837480775,30.795947877930878,32.421304629668505,34.1250735210944,35.91345468854999],\"y\":[115.22007717185227,107.87837260287344,101.75996067669828,96.60189222224271,92.21036875126886,88.4396246549247,85.1780555920932,82.3388613896772,79.85358500198052,77.66755779632048,75.73662874529249,74.02477623030498,72.50233788669232,71.14468051567005,69.93118813537235,68.84448324006563,67.86982120067738,66.99461472720597,66.2080570963608,65.5008211354421,64.86481685855948,64.2929949095375,63.77918607102576,63.31796938745515,62.90456315189375]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[5.9841494261924995,6.856954996429688,7.767148476151677,8.71799986247245,9.713097174428098,10.756395660330927,11.852274212207584,13.005600787387424,14.221808963189222,15.506988207908833,16.867991065189642,18.31256126142185,19.849487819132833,21.48879168205353,23.241953255575744,25.122191819254915,27.14481123433016,29.32763112512892,31.691529313290506,34.26113055719582,37.06568985483136],\"y\":[111.39128984528115,99.40644644717845,90.12701870718877,82.76687902672623,76.81338478123487,71.91891506858137,67.83997378446554,64.40126148149514,61.47357916751251,58.95974976994984,56.78537039472915,54.8925742597848,53.23572333465365,51.778371864213575,50.49108583019498,49.349850820202285,48.3348919244614,47.42978701044661,46.62079209024821,45.896322160043766,45.2465474671183]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.15508624651999,7.236823922576024,8.390602379159642,9.625565208821099,10.952295631381725,12.383138346188689,13.932605070415653,15.617892265853902,17.459550467178268,19.482360775698137,21.71649827946438,24.199099028544055,26.976404504671308,30.10674866040625,33.664801277073416,37.747730991296095],\"y\":[95.50975675899363,83.54346738396097,74.55483483538383,67.59526403039172,62.07515927004493,57.610038585926105,53.93918630143605,50.8799803383495,48.3009461111214,46.10518437563443,44.219812327462535,42.589027796046615,41.1694306948386,39.92679250099026,38.83377889816027,37.86831437264623]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.296049945428049,7.657034186072195,9.152798306275269,10.8079388008252,12.653001928250067,14.72647585859684,17.077618868196264,19.77057129851606,22.890492451029417,26.55299432195643,30.919145432945818,36.220303806900155],\"y\":[89.6600562726794,76.4078054071949,66.83477390716871,59.64386786830708,54.076211224313575,49.66012741603567,46.0880308687409,43.15134904114885,40.703984270679314,38.64075688889705,36.884147500507524,35.37584986196989]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.383935953644296,8.12945436095743,10.128584774119556,12.448611684544776,15.181831457251917,18.4586122176185,22.469507402755976,27.504737745417835,34.02938256846703],\"y\":[90.82528823925132,74.71671356056586,63.67317117266236,55.695644922640575,49.70322322358923,45.06350935359442,41.38343951336306,38.40669239061747,35.95945753429072]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}}},\"0.75\":{\"0.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.949612926346678,10.717569453096033,11.503111301403726,12.307126797469317,13.130547996090128,13.974354743270942,14.839578989247864,15.727309399649828,16.638696313874323,17.574957102453624,18.537381979119292,19.527340328406154,20.546287616006225,21.595772956776504,22.677447424459913,23.7930731979861,24.944533651918803,26.13384451351486,27.363166226327042,28.63481768078316,29.95129149625332,31.31527106747772,32.729649621679485,34.197551572274804,35.722356502055305,37.30772616461178,38.95763495950644],\"y\":[127.6471695365418,119.64870994216811,112.81711287442387,106.93128030318849,101.82128097318548,97.3545892037316,93.42649115602856,89.95326797248859,86.86726843038457,84.11329183352976,81.6458951363102,79.42736224527874,77.42615454651857,75.61571575317734,73.97354079188116,72.48044365051692,71.11997670287295,69.87796646884269,68.74213967813782,67.70181995737697,66.74768018292065,65.87153903281383,65.06619287629216,64.3252761002166,63.64314446021932,63.01477718288601,62.43569442266562]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.284977990828146,9.17855761796765,10.104552161557582,11.065415705700692,12.063803381275276,13.10259798230152,14.184939852432104,15.314260730582765,16.4943223490099,17.729260716426523,19.023637198550315,20.38249773741174,21.81144184096731,23.316703342617988,24.905245398449782,26.58487278845963,28.364365357368975,30.253637426192817,32.26392930342105,34.408038729504035,36.700602347044246,39.15844030885737],\"y\":[119.3265306191285,108.08177369877689,98.94399040620002,91.4032802689208,85.09811302436101,79.76580662811233,75.21140858294949,71.28752020212501,67.88085398212266,64.90305946915441,62.2843274373524,59.96884531499244,57.91151228692299,56.07552788901986,54.43059675754012,52.95157483018591,51.61743636434578,50.41047716878489,49.3156938612541,48.32029576701127,47.413317801916456,46.58531097922854]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.863030944296942,8.937816108721822,10.070633287270162,11.267684006676822,12.535953900920491,13.88335793777025,15.31891541280451,16.85296300059998,18.497416593896286,20.26609604649855,22.17513164320178,24.24347772179159,26.493568235726126,28.952162504559716,31.651449034473128,34.63050441559275,37.93724829511899],\"y\":[113.60079649432805,100.0636882426682,89.4948979643465,81.06133027408275,74.20799280464992,68.55246020169061,63.823584768270756,59.824354971084006,56.408556437211935,53.465640151593526,50.91064048659204,48.677294601865825,46.71324557801428,44.97663398624423,43.43363421519233,42.05664591676488,40.8229475681551]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.111932728903573,8.385230218588687,9.754178712734605,11.23275967303795,12.837487698649333,14.588065464195656,16.508238874131465,18.626931928139975,20.979777383139776,23.611216685618828,26.57743451259888,29.95054405002781,33.82469393623487,38.32521283698487],\"y\":[124.50173629684714,105.12688642710674,90.88063719546244,80.05095059413456,71.59591837147865,64.84906421926635,59.36639424371995,54.841968161352504,51.05886781461661,47.859483976867246,45.12684514976953,42.77251212127484,40.72851238927363,38.94183568149303]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.405386627140822,9.029969993900021,10.830531747321473,12.843085974031778,15.113392539140072,17.700649641747134,20.682956374510667,24.165637795954183,28.294362834955066,33.27662629185123,39.41856558342865],\"y\":[126.6669996861693,103.75144691403919,87.6057386892556,75.73386432955215,66.70912549511212,59.66326530956425,54.04088684938848,49.471995203099965,45.7016401344604,42.54905651218343,39.88290331405601]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"0.75\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.26870562905123,10.030872157497175,10.810759355964333,11.609271317476265,12.427357258327667,13.266015777829287,14.126299379315157,15.009319304846331,15.916250737148795,16.848338425034086,17.806902792698615,18.793346598822833,19.809162218316782,20.855939627974983,21.93537518736107,23.049281318151944,24.1995971992057,25.388400611121085,26.617921083454906,27.89055452058124,29.208879509053293,30.575675541051748,31.993943426035013,33.46692820723001,34.99814495258207,36.59140785301487,38.2508631365918,39.98102639820324],\"y\":[116.15252490732344,108.87701585460184,102.69596517549395,97.39532705741074,92.8122805017762,88.82097044036986,85.32271906551243,82.23916352322448,79.50735413920101,77.07619359074924,74.90381050487916,72.95559528734424,71.20271254070781,69.62096131836451,68.18989253564122,66.89211876716061,65.71276955998886,64.6390579350295,63.65993265334728,62.76579722215706,61.9482812645673,61.200053291498456,60.51466644636886,59.8864306885074,59.31030631227973,58.78181478829265,58.29696374867035,57.852183584135986]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.494522190666645,8.374569290083006,9.286974532284917,10.234218736680106,11.218988161889667,12.244202259361199,13.313044828568616,14.428999322109037,15.595889157317849,16.817924039555756,18.099753496548722,19.446529072299345,20.863976946602396,22.358483150644542,23.93719406579753,25.60813555570621,27.38035493764692,29.264091111480745,31.27097962107826,33.4143013459139,35.709286081194804,38.173485707185925],\"y\":[109.23188160315905,98.65870488206593,90.15876516837373,83.2060202893638,77.43501660488232,72.58467723641192,68.46397678366256,64.93021803827367,61.87485366785061,59.21398029357992,56.88181271034162,54.82610901548435,53.00490275946739,51.38412906049951,49.935873669919374,48.63706352489611,47.46847502713852,46.413974212242984,45.45992835709415,44.5947458447737,43.80851303999254,43.09270529001963]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.92666210665675,7.974646363945779,9.079802866448498,10.248322181212524,11.4871844180381,12.804308174664733,14.208730126873556,15.710824023734334,17.322570421153692,19.057892089259635,20.933075071321586,22.967302481390334,25.18333826468976,27.608412794509064,30.275383677880587,33.22427723312141,36.50436491306948],\"y\":[105.11807351639787,91.99569494169427,81.92391120236914,73.99402866154944,67.6190738762802,62.40451521702264,58.07626245366172,54.43850792730092,51.347982587746976,48.69766352870523,46.40614025088798,44.41048522018523,42.661359532756215,41.119581761612544,39.753677069600506,38.53809679537477,37.45190525243962]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.230874282986761,8.54769536616621,9.970571892647863,11.515654572260889,13.202231680850913,15.053581494369176,17.09810541083706,19.370859891008585,21.9156642445682,24.78805607999324,28.059522668926782,31.82370235213837,36.20571754485744],\"y\":[98.21451434154166,84.09445881311825,73.5965559533606,65.53912896189517,59.195222929239556,54.09525910102448,49.92361217361813,46.461009962932074,43.550806341840705,41.078386070197546,38.95813082296417,37.1249122007104,35.528388176147956]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.564338886404322,9.26210049000491,11.1592799454683,13.299129877658016,15.737604155451724,18.54854251914537,21.831575488367776,25.724590740264357,30.42417145455903,36.22067441400444],\"y\":[98.33274060641295,81.84542861795114,70.07871567759918,61.33046329446275,54.615940801579235,49.32935244103304,45.07938258418681,41.603010144681775,38.717508302441146,36.2923386182006]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.0\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.334411584861622,10.107026716083391,10.898337151144673,11.709305029047764,12.540943072908192,13.394319302039076,14.270562067901814,15.170865472300813,16.09649522868155,17.048795031569693,18.029193504961558,19.03921180783563,20.080471983982918,21.15470615420575,22.2637666618487,23.409637297847294,24.594445749536778,25.820477438575203,27.090190938394368,28.406235191065136,29.771468778382463,31.188981543374886,32.66211890768027,34.194509288964454,35.790095092855374,37.45316783829213],\"y\":[100.7784120808774,94.97416981553401,90.02924816206284,85.77846275884676,82.09564379939778,78.88288804779776,76.06315215297768,73.57504132622383,71.36907396353934,69.4049591480262,67.64958222929206,66.07549376036383,64.65976175480372,63.38308986260626,62.22913267736378,61.18395891069963,60.23562669221049,59.37384475450162,58.58970002175481,57.87543698973166,57.22427783103809,56.630274769382495,56.088188206258685,55.59338553838604,55.141756704945664,54.72964334318038]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.562392630331816,8.458252100486852,9.38867475155263,10.356356080717479,11.364227265753472,12.41548725404998,13.51363910541928,14.662531501539641,15.866406487372274,17.129954713356636,18.458379710927495,19.857473072137463,21.33370283699277,22.894317947092947,24.547472338923583,26.30237317608476,28.169458927499537,30.160614586085046,32.289433426326134,34.57153751291574,37.02497297216085,39.670701222193216],\"y\":[92.29069108400711,83.9891570286089,77.28324025396803,71.77476024487441,67.1856080539182,63.31611321035597,60.01949877470853,57.18564183922456,54.73042919959848,52.58859203186514,50.708768101985086,49.05002755081584,47.57938264235954,46.26997276535141,45.099721486194696,44.05032917357589,43.10650783653578,42.25539324172214,41.48608845157584,40.78930594046641,40.15708446147366,39.582563169667715]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.006504755073001,8.079011731442387,9.213373605684552,10.416475504626701,11.696132285015924,13.061269068049548,14.522141407548625,16.090606722295945,17.780462307513073,19.60787043430533,21.591898404054575,23.755211958078515,26.12497572464517,28.734036901977483,31.622502131871276,34.839869104716506,38.44795496322748],\"y\":[87.26528498891665,77.08262599552374,69.21801831300532,62.991867771456675,57.96243019047604,53.83107018365585,50.3892060404387,47.487084907767006,45.01462408103142,42.88923137941838,41.047821899698924,39.44144402389888,38.031576076488825,36.787520663111955,35.684536981769675,34.702479574013225,33.82479111464603]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.084269345693766,7.34188890041362,8.700634807617545,10.17601643883826,11.786549934724361,13.554582592257397,15.507387853408915,17.678645934349174,20.110482362533585,22.856329111809732,25.9850259011677,29.58683960272533,33.7825385003185,38.7374987488296],\"y\":[95.80677823351809,80.69052364917124,69.81222799113331,61.66610079641898,55.37441465040427,50.393494217165305,46.369944152380825,43.064856146924704,40.31136483235094,37.98966792621359,36.01169926482516,34.31138510353471,32.838257519759125,31.553155219119173]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.713447267687951,9.482491951454902,11.475289783815743,13.743239661579775,16.354015332138495,19.398712659005824,23.00308124617104,27.345866786345457,32.69014907971428,39.43986753385992],\"y\":[79.83898186126517,67.24210304097609,58.176856659277725,51.38841733034918,46.14534554200355,41.99457851430443,38.641620126984016,35.887380122437236,33.5928040269591,31.658056605177986]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.25\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.632536147263481,9.39650310729617,10.179160598189137,10.98147974951295,11.804483078473424,12.649249378176568,13.516918933562808,14.408699128832959,15.325870512085348,16.269793386850207,17.24191500603514,18.24377745142979,19.27702629141554,20.343420121038196,21.444841102362503,22.58330663935849,23.760982340883327,24.98019644813935,26.243455929952024,27.55346448111832,28.913142696905133,30.325650741741455,31.794413883741413,33.32315133077569,34.915908880684675],\"y\":[94.64272445849292,89.01278049129441,84.25627657192831,80.19731075778776,76.70349776766209,73.67342280843461,71.02817247224141,68.70548297388272,66.655612416117,64.83837491936684,63.22097393869367,61.776395515407266,60.482200428133936,59.31960486177876,58.272772667366546,57.32826478077321,56.47460674462458,55.701945947847214,55.00177770575097,54.36672465559345,53.79035780358279,53.26705037582632,52.79185770188654,52.36041790495054,51.96886933343375]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.749379014724293,7.626355073644978,8.537402559682764,9.485207009414689,10.472689210100032,11.503037926484673,12.57974689006624,13.706657015880738,14.888004961196671,16.12847934691991,17.433286234311225,18.80822580109316,20.259782613095773,21.79523246943743,23.422769550970607,25.15165857844137,26.992417964551986,28.957041628611194,31.059269382092847,33.31491879861603,35.742295554385784,38.36270480312032],\"y\":[88.2535698719697,79.77967063603114,73.04631870182044,67.5897414754841,63.09514963899542,59.34185366086292,56.17085104795183,53.464873838525165,51.13566517844124,49.11561520562305,47.352114981494246,45.803655315921816,44.43707494407794,43.22558327957788,42.14731595912904,41.18426367693818,40.321466952089246,39.54640324118584,38.84851511157766,38.218843187182195,37.64973782974961,37.13463063189812]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.04548790042404,7.08179577775546,8.17793745561095,9.340630824705588,10.577499124351442,11.897249352899026,13.30988948083931,14.826996133287231,16.462048035543674,18.230845679490542,20.152045020257297,22.24784356945758,24.544872606002787,27.075371904212204,29.87875746311654,33.00374494867706,36.51127332899797],\"y\":[85.2718055910066,74.3838135165832,66.19017740397722,59.83475297702348,54.78473902636522,50.6923061066131,47.32136222924646,44.506390245647204,42.128138285963885,40.09865537889388,38.35174888383092,36.83671140421735,35.51408623612066,34.35274148694136,33.32780620805907,32.41918745968342,31.610486969346873]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.157488445401399,7.447093831500516,8.846629534806429,10.373587810501599,12.049054722408384,13.898740211493518,15.954368134313611,18.255587436589156,20.852651484325353,23.8102546035534,27.213156555712885,31.174650914744973,35.849711094780574],\"y\":[80.2523237931802,68.21744447280534,59.50705081326651,52.95214192318231,47.86780238161884,43.8277912210922,40.553844885290516,37.85708978339718,35.60511219651778,33.70251062877113,32.078924303115116,30.681399107064763,29.469369123373834]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.219259465897221,7.85555542409685,9.694758813601817,11.783048937155625,14.180956359375648,16.96958089327192,20.260292793170827,24.210450863184533,29.050010447507205,35.12898665967451],\"y\":[81.47503843630312,66.8769364943168,56.84787039400452,49.5892090110554,44.126784935984915,39.88983531801563,36.52315935091017,33.79487073774233,31.547574819497633,29.67092683043148]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.9287400942215855,8.682893607062148,9.45566325749342,10.248025559681196,11.06100881803648,11.895698180404564,12.753241015095305,13.634852681989846,14.541822768777743,15.475521866785416,16.437408966484966,17.429039560477023,18.45207455153058,19.50829007526673,20.599588361522837,21.728009775662315,22.895746201540298,24.105155952053387,25.358780421887786,26.659362731096603,28.009868648550697,29.413510132438027,30.873771882470635,32.39444136733202,33.97964287369682],\"y\":[90.04798495951033,84.4223737829031,79.7178479286272,75.73871057737945,72.34027764957933,69.41340667079706,66.87430472991471,64.65763452626214,62.71174171201964,60.995282074273575,59.47479376003315,58.12292064689288,56.917092669143905,55.838532192374956,54.871496572154356,54.00269417787391,53.22082944085689,52.51624499635393,51.880637681928164,51.30683127945913,50.788593259166326,50.320485941202946,49.897744796175914,49.516178307538425,49.17208508677479]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.797532464629492,7.687212048072851,8.612943950819338,9.577619498047307,10.58439519735009,11.636730036829972,12.73842796739862,13.893686725237984,15.10715435190626,16.38399504198726,17.729966304750096,19.151509887895855,20.65585950800665,22.251169205323844,23.946667147372516,25.752841026251776,27.68166293907375,29.7468639662294,31.96427179000792,34.35222894615107,36.93211513865707,39.72900516073228],\"y\":[77.19935092918473,70.17372199866455,64.5770655404041,60.0319899730069,56.28158252193539,53.14523195241812,50.49247371825298,48.226851766386645,46.27560444719802,44.582869819943184,43.105089684174715,41.80782780801307,40.6635213828491,39.64986250668881,38.74861376459523,37.944728446095894,37.22568812824994,36.58099771476953,36.00179611858261,35.480552960571266,35.01082999756929,34.58709178795216]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.0983541928997385,7.153528745811788,8.272612937896952,9.462970380520334,10.733006402670448,12.092379029602194,13.55225846940599,15.125650058668512,16.827800583096494,18.676715004319107,20.693820871277865,22.904832621936343,25.34089005170693,28.040078425008204,31.049488623977215,34.42805551905756,38.25054081576719],\"y\":[73.64185359356019,64.67266010993075,57.89951319688859,52.6302914989984,48.43279915530294,45.023992479755236,42.211186891451526,39.85892396431366,37.86935528868984,36.17013882478962,34.70670333539853,33.43715236495737,32.328817263131114,31.355870856009854,30.497641037136788,29.737396880016576,29.06146032344644]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.227163179024451,7.547846075381355,8.987355702208685,10.56530995562408,12.305578867582643,14.237558868843594,16.397918933852715,18.833041187743365,21.60250497255515,24.78417779293916,28.481852202023923,32.83705116083988,38.04792385802637],\"y\":[68.78722053363802,58.91348287484827,51.73812808794461,46.31961055751098,42.104233199198745,38.746239324242346,36.01919398380409,33.76894951316129,31.887139171450876,30.295484230951843,28.9361110598317,27.765362668318833,26.749721891965894]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.306069349932673,7.99246067849747,9.901226512562342,12.085509660054957,14.616044940863507,17.589269319878127,21.1403173956925,25.464742221174614,30.856675353040046,37.78005203449134],\"y\":[69.24224019261828,57.32268377803167,49.094569062373495,43.1151067399538,38.59967546459239,35.08686099933227,32.28853277020194,30.015994986503408,28.140791260967696,26.57261597620907]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}}},\"1.0\":{\"0.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[10.626536499703727,11.395666284503505,12.181310771275527,12.984247195456861,13.805288596551902,14.645286914702046,15.505136264381562,16.38577641706583,17.28819652543972,18.213439123241688,19.162604437099333,20.13685504967614,21.137420957124537,22.165605068263975,23.222789198137537,24.310440614734848,25.430119204818254,26.583485333095894,27.772308478626694,28.99847674353036,30.264007342069043,31.571058193276777,32.92194075791189,34.31913428104818,35.76530162564933,37.26330691064785,38.81623520017952],\"y\":[105.72681768684971,99.65894646606118,94.4201377494345,89.8627139891082,85.87126515698368,82.35442542609354,79.23901693274617,76.46580785741112,73.9863923047334,71.76086308736997,69.75605367858073,67.94419454523262,66.3018751064189,64.80923381451073,63.44932039946842,62.207589380683956,61.07149462174927,60.030162355624455,59.074125657353534,58.19510740918776,57.38584181410116,56.63992676346986,55.95170106035325,55.316141788385586,54.72877810311301,54.185618483908655,53.68308907599017]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.215283193983113,9.089906030263961,9.993561394444287,10.928294187217375,11.896300734408285,12.899947700172639,13.94179301655607,15.024609253197369,16.151409899847955,17.32547910258997,18.550405483691414,19.83012078806876,21.16894424106473,22.57163367923187,24.043444736795603,25.590199647043054,27.218367565354047,28.935158759232916,30.748635567499303,32.667843741900775,34.7029686985976,36.865522390598244,39.16856805635591],\"y\":[105.33469223154228,95.47330666606418,87.43589029146443,80.78521988442932,75.21030915695934,70.48454512456667,66.43929764404072,62.94675849962306,59.90847599273879,57.24751010465589,54.902950284062314,52.82601128849748,50.97720523827406,49.32426153648895,47.840575391580025,46.50403578572051,45.296129696821765,44.20125007094599,43.20615587634051,42.29954693297898,41.47172625378926,40.714329747832856,40.02010823708332]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.786340018316516,8.83431982276057,9.93404666266109,11.09063941400864,12.309803817312389,13.597933166419697,14.962227415454233,16.41083548605588,17.953026785477512,19.59939962157046,21.36213647602089,23.255319198694604,25.29532144635072,27.501301600317607,29.89582769573813,32.50567769549877,35.362875464552324,38.50604774255129],\"y\":[100.02882013430238,88.2392625666759,79.00101917365663,71.60497999954812,65.57691771859825,60.588914913322,56.40773186771978,52.86340884342486,49.829473233030505,47.210068874717415,44.93135699455404,42.935632578491905,41.17721271304664,39.61950846637312,38.23290392870569,36.993196152366856,35.880431543685006,34.878026839290364]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.281906972693072,9.607445215055867,11.029765766146605,12.562265650962907,14.220682033802422,16.02366407561411,17.993512289571765,20.15714803418514,22.547403192525064,25.204762110797823,28.17975355907922,31.53629552681452,35.35646808149537,39.747480935385866],\"y\":[92.37878455592396,80.02305610744177,70.59141005334072,63.200815338925516,57.283983999638515,52.4615341748786,48.47113193065761,45.12618549417576,42.29072707473995,39.86357858642453,37.76805509977413,35.94508559564328,34.3485060627936,32.941770170437344]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.894695904655322,10.625077170093645,12.540467792011345,14.67726004721978,17.081450415726447,19.812139810018973,22.946656158364327,26.588259524936447,30.878095590857424,36.0144131307803],\"y\":[90.9188038916398,76.98232046326993,66.68588008953482,58.8261750444506,52.66734611577139,47.73665333303217,43.7179451457334,40.39260994221471,37.6051545784798,35.24227256228324]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"0.75\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.95749471735081,10.723172398229847,11.505667094042634,12.305778999669355,13.124346057545296,13.962247262133284,14.820406157012673,15.699794560167923,16.60143655376296,17.526412776358498,18.475865058067455,19.451001442506644,20.453101643595776,21.483522990319102,22.54370691857385,23.635186076289134,24.759592116245432,25.918664260630898,27.114258732548574,28.34835916269504,29.62308809457958,30.940719729320577,32.30369407169942,33.7146326633254,35.17635611713871,36.69190370087017,38.26455525648359,39.89785578926904],\"y\":[94.2076455055017,88.87977809109037,84.30024366220069,80.33192692359758,76.86860927121288,73.82683800408483,71.14021361699116,68.75530063042964,66.62865116896997,64.72460547331093,63.01364405881637,61.47113758716299,60.076387501290355,58.81188197321713,57.66271318412125,56.61611681369824,55.6611050427082,54.78817178563075,53.98905420449907,53.256538436556596,52.58430032265609,51.96677404285792,51.39904315413696,50.87674972587272,50.39601818390691,49.953391176725475,49.545775320958356,49.170395106811895]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.30768052695741,9.201589036958865,10.126943610916973,11.086000705641627,12.08119556315654,13.115164622949388,14.190770586387275,15.31113066443627,16.479648615826676,17.700051283687635,18.976430467898876,20.31329113349738,21.715607160221975,23.188886095222735,24.73924469417043,26.373497444179606,28.099260780048986,29.925076366745397,31.860557670899414,33.916565143642764,36.1054167704461,38.44114262702801],\"y\":[85.12002971537183,77.87190278800983,71.92532293730518,66.97578265373835,62.8050970036681,59.25318539405734,56.20016244146656,53.554617949065076,51.24573951414195,49.21789200272312,47.42680907799415,45.836867086953184,44.41910077931332,43.149736982207266,42.00909603921085,40.98075839144199,40.05092500086026,39.20792131547812,38.441808789414196,37.744077875798794,37.10740336180547,36.5254478570872]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.900802459150176,8.979628926971172,10.115433828530898,11.314036638882046,12.581972309084374,13.926618001476859,15.356344955204513,16.88070217593127,18.510640538148063,20.258788484323965,22.139794070642978,24.170753043497086,26.371749530584566,28.76654569590331,31.38347071885083,34.25657986412812,37.4271846241827],\"y\":[79.10950740617925,70.57995312946998,63.84002228652886,58.403927091007354,53.94399220297886,50.23183699030375,47.10382275275113,44.439889045542955,42.150121831099845,40.16596346179882,38.43430463560655,36.91341900204231,35.57010680850027,34.377650315214865,33.31432558448502,32.36230273665558,31.50682202940814]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.163140279463388,8.447378924137373,9.82702813896856,11.31553313816263,12.92872823419168,14.685433554135843,16.60822956684106,18.724477603789072,21.067684967152907,23.679360292291083,26.611579126070197,29.93059973615169,33.72206849809615,38.09869552332656],\"y\":[83.9979314093144,72.14225696041352,63.28760592494369,56.46396250357582,51.07201782922311,46.723141672806435,43.15519376238309,40.18546959224301,37.68305820220073,35.55191123643441,33.720097464879885,32.13277076943913,30.74744370848518,29.53073520163386]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.481563328086569,9.129408154744983,10.95545886476462,12.995298404246874,15.294024517634007,17.909777856394573,20.918931119975632,24.423941571135316,28.565620368377985,33.54302456727987,39.64714163605128],\"y\":[83.76944311374633,69.99827617442863,60.118547467011226,52.73967160411952,47.05330208631316,42.560014857686014,38.93595139400492,35.96266146865258,33.48789132686915,31.402548501833945,29.626592697028645]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.0\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.275595402881892,10.035955437074355,10.813348572693481,11.60859416491013,12.422550931007965,13.256120454953987,14.110250896085821,14.98594094174125,15.884244044142891,16.806272983529496,17.753204802242983,18.72628615817046,19.726839150596323,20.756267677181558,21.81606438753765,22.907818306820275,24.033223212092842,25.19408685510211,26.392341137816327,27.63005336190461,28.909438690653218,30.232873982068707,31.602913175654447,33.02230444322237,34.494009346933666,36.02122428651382,37.607404563489105],\"y\":[85.77933116827562,80.88779992511695,76.71071325576078,73.11196678465684,69.98737740261244,67.25593886080689,64.8537832563959,62.72992396492269,60.843198532419535,59.160036552989396,57.652805276818434,56.298566599806264,55.07813145997233,53.97533224298526,52.976457040072646,52.06980548161754,51.2453368854093,50.49438920712029,49.80945280185766,49.18398698725537,48.61227030208189,48.08927749382224,47.610577860622456,47.17225076839005,46.7708150691646,46.40316983817374,46.066544378784364]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.512695346786577,8.393390608311742,9.305634800871278,10.251723950487312,11.234138726261142,12.25556810565179,13.318935844289754,14.427430338534567,15.584538549436282,16.794084766683785,18.060275133911492,19.38774903844875,20.781638698089946,22.247638566915946,23.792086548009035,25.42205946503961,27.145485836629657,28.971279756845178,30.909500666063437,32.971545072595255,35.17037795868988,37.52081381690824],\"y\":[78.1892885990278,71.2696542024712,65.66285879907035,61.044196158852884,57.186220778850405,53.92519995007804,51.14047550384054,48.74131118977126,46.6582516017416,44.837292573871395,43.23585550426397,41.819949309948434,40.562132354946364,39.44002436865956,38.43520351787897,37.532377733204214,36.71875430664825,35.98355482865686,35.31763802671511,34.71320365441171,34.16355792360622,33.662926138080195]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.955210436296027,8.007121862596575,9.115421935310742,10.285956696005414,11.525299968728216,12.840884968259575,14.241162204728795,15.735790894441967,17.335873128977077,19.05424288229599,20.905825847941806,22.90809154708729,25.08162681436374,27.45087068893144,30.045066514903855,32.89951020540491,36.057208182077126,39.57111107036997],\"y\":[73.60321180368162,65.17542870433404,58.64196644927084,53.45224065185336,49.247144099302766,45.78314711913965,42.88966558413781,40.44389996255852,38.35535662788039,36.55598339232846,34.99368870130617,33.627969430403446,32.42689162819802,31.36496198246138,30.421599266209768,29.580018276494727,28.826402638409217,28.14928329990315]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.275821279013893,8.602159798377429,10.0341752028427,11.587436542987668,13.280477277295411,15.135576079776952,17.17978816363406,19.446329243293253,21.976463607941454,24.822126183973598,28.049636012176194,31.74507189478611,36.02224925501023],\"y\":[67.84870794648134,58.88256944294463,52.14034296346726,46.91357315941668,42.761792521482725,39.3977152794427,36.62651769531181,34.311732467310264,32.355119970046864,30.684285302304335,29.244786713862798,27.994950961044957,26.902375544322776]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.632129535526278,9.350892035504117,11.271079317290884,13.43544197520782,15.899126461600124,18.734637734925258,22.039359281234134,25.94732492744834,30.64834851586766,36.42050887033352],\"y\":[66.87429248989417,56.54058995540116,49.06880786912046,43.45028580288939,39.09464429951388,35.63482710123578,32.831429399535175,30.522098079426442,28.59311038942519,26.96259997503905]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.25\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.585815493127564,9.339271688307377,10.109895748213436,10.898522543117956,11.706027578019276,12.533330689510189,13.381399953406744,14.251255847867814,15.143975716729114,16.06069857927063,17.00263033539729,17.971049419128278,18.967312958328073,19.992863504805772,21.049236406342025,22.138067901006643,23.261104024482652,24.420210433242964,25.61738326061826,26.854761139398235,28.134638544051022,29.459480628446173,30.83193976175927,32.25487399679311,33.731367742216385,35.26475495435333],\"y\":[79.48995708974938,74.8278719794388,70.88006053485908,67.50387496782858,64.59173402356782,62.061063353779126,59.847491806029296,57.90014174799227,56.17830114270828,54.64902838141843,53.28539974248582,52.06520778584849,50.96998146948747,49.984239292200236,49.09491356404752,48.290901948267255,47.56271476699926,46.90219514295249,46.30229509379771,45.75689500979259,45.26065706057178,44.80890535219581,44.39752733440093,44.02289220890435,43.681783030197735,43.371339903568696]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.5779525183394565,8.474070333763414,9.40391853430084,10.370001785123705,11.37503736194049,12.421982734346514,13.514066680802948,14.65482466065598,15.848139283605024,17.09828686971465,18.40999128958161,19.78848652420699,21.23958970100409,22.76978676462357,24.386333453771424,26.097374911500676,27.91208810207792,29.840852304559103,31.895454387098898,34.08933745539923,36.43790397995176,38.958887875674975],\"y\":[66.73441275489527,61.20208436470296,56.70620113241653,52.99330472649961,49.885247986292455,47.25337368990606,45.002583311885765,43.06115601571193,41.37404223585277,39.8983278706859,38.60009449866153,37.452200761805535,36.43268558761229,35.52359982832383,34.71013852389899,33.979987646325,33.32282619480021,32.7299423760317,32.193934632178156,31.708476511332854,31.268130095301945,30.868196729198466]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.031690127863221,8.107444439791253,9.244207079011883,10.44850121838061,11.727709498711437,13.090234612563858,14.545694105592856,16.10515905969026,17.781449275942116,19.589501694528764,21.546834557528836,23.674137977097388,25.99603324704355,28.542060189120924,31.347976838069528,34.45749332941614,37.92461936251],\"y\":[61.9457055326237,55.256679039809846,50.050809566171424,45.90156327352721,42.52965084931244,39.74497854487469,37.41393598971945,35.440030267429584,33.751937483914325,32.295867011783926,31.030531676889684,29.923745903014414,28.950070873996165,28.089150571354203,27.324514190709216,26.642699871242872,26.032603892924246]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.11612527880843,7.382154298231976,8.74927781287435,10.232516154497374,11.849753288494075,13.622499355498961,15.576897962805809,17.745079237148737,20.167008529280043,22.8930586638555,25.987660978810975,29.534604158882413,33.644920338768145,38.46896399925471],\"y\":[66.38760581898768,56.64083346046478,49.556564426099015,44.20534323184789,40.04064765294065,36.72125061882183,34.02372067944995,31.795982835899792,29.93114879177549,28.352024213943654,27.00154998713148,25.836693609427197,24.824425341511677,23.938996722411595]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.1728521814678,7.775055505317898,9.563337155863183,11.577159282180151,13.867333249563337,16.500552654650903,19.566243841444958,23.187262354975193,27.537227177858778,32.86986295378574,39.57133027196965],\"y\":[67.08845658570264,55.32300484915623,47.20069455038743,41.29713702174916,36.837786026539895,33.36720637744764,30.60104218235148,28.353100566208266,26.496652363249797,24.942623993146228,23.62668684495303]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.637280364397004,9.399710770802086,10.180214951169175,10.979681389173312,11.799044007039768,12.63928625994178,13.501445492367324,14.386617606140138,15.29596209081609,16.230707469788847,17.192157219436286,18.18169622394653,19.20079783509259,20.251031614254995,21.33407184356051,22.451706904306263,23.605849634124063,24.79854878993008,26.032001761991456,27.308568705909106,28.630788284554995,30.00139524173423,31.423340064451516,32.89981103223311],\"y\":[70.1988342212987,66.34885711065363,63.08573143405967,60.29330349574277,57.883789058363696,55.7896743262521,53.95822837095906,52.347697928346726,50.92461410825191,49.661850877234514,48.53720225736795,47.532324041409126,46.63193593976351,45.82321261769006,45.0953136311589,44.43901679710314,43.84642948841916,43.31075926854866,42.826130164456,42.38743436605145,41.99021166280118,41.6305507724805,41.30500807927869,41.010540314483464]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.762239464539522,7.639824947715343,8.550799519249669,9.497672532560108,10.483167517507365,11.510250606093074,12.582162548736898,13.70245510046782,14.875032670868096,16.104200289387283,17.394719144154614,18.75187121741391,20.181534878711187,21.690273727775804,23.285441530130214,24.975306796631504,26.76920147389213,28.677699404894433,30.71283178360821,32.88834889727384,35.22004021300438,37.72612858908156],\"y\":[63.80499905970401,58.11190459682891,53.5642198520456,49.861638574753464,46.799222814199005,44.232571407102434,42.05715428937315,40.195535663828515,38.58919270557578,37.19311621751572,35.972152247306255,34.89846528556443,33.94974273883464,33.10790058482301,32.35813483824531,31.688216027606092,31.087957293175595,30.54880841179337,30.063542420772517,29.62601119806877,29.230952992279434,28.873839512365777]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.0647422805128945,7.10432051076994,8.203141167298819,9.367602411654909,10.604946699782971,11.923421098312915,13.332471576696815,14.842981122809691,16.46756449395959,18.22093659296426,20.12037734305048,22.186324288046215,24.44313614250104,26.92008799827222,29.652684780254454,32.684418567406546,36.06915539997402,39.87443150516851],\"y\":[60.54729402001054,53.32563365269303,47.853749294778005,43.58392844762179,40.17316488903394,37.3962289310651,35.099417110649256,33.17442855532684,31.54286571702985,30.14665174787141,28.94189452918187,27.89483716312624,26.97911418547952,26.173848964173324,25.462307054125983,24.830925438617257,24.268601128683976,23.766162020704563]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.186498567549094,7.483678387464177,8.89064597110066,10.424372106787517,12.105255040870018,13.958076931678569,16.013287132485942,18.308754633098324,20.892205778497267,23.82468400487911,27.185570888058457,31.080058914569037,35.65059770603509],\"y\":[56.35773329522918,48.43783521600854,42.66050692215438,38.282999435822376,34.86714275809731,32.138531911227155,29.91698314485209,28.079533688519472,26.539542844261476,25.234292573623925,24.117321398297136,23.15351562334549,22.31586973050085]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.260239833075038,7.912357614874117,9.769365968925014,11.877032213722712,14.295198810386509,17.10378208518221,20.41208055214951,24.373756753542054,29.21199661276592,35.263953140332546],\"y\":[56.484367376446365,46.9647777460243,40.36486268000712,35.55042243512863,31.902499529852047,29.055952298414507,26.782109926022624,24.930819287377528,23.399611407099503,22.116285703551227]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}}},\"1.25\":{\"0.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[10.564039297635944,11.321973530295596,12.095109756407808,12.884126704230221,13.689731904776366,14.51266411463048,15.353695855996765,16.21363609744,17.0933330987146,17.99367744363419,18.915605286021286,19.860101835348644,20.82820511072307,21.821009994371995,22.839672618793397,23.88541512525855,24.959530835465856,26.063389882901614,27.198445355952988,28.36624001114414,29.568413622151375,30.806711038646235,32.08299103869508,33.399236069619185,34.757562985148624,36.160234901682124,37.60967431386337,39.10847762993128],\"y\":[95.58771796770651,90.09914418231757,85.35265722276782,81.21700921854502,77.5894598801444,74.38854792323777,71.54893428553794,69.0176607277289,66.75139360632069,64.71436506376573,62.87681558428894,61.21380207960159,59.704275931508,58.33036279058178,57.07679482497273,55.93045934154772,54.88003708409204,53.91571024929481,53.02892515209598,52.212198060698945,51.45895538092419,50.7634013585546,50.12040796888734,49.52542280409579,48.974391643899665,48.46369307059673,47.9900830147287,47.550647528692686]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.029297889601695,9.917805346357214,10.83487376502609,11.78241136987838,12.762463575566544,13.777229067929836,14.829077576506048,15.920569663044068,17.05447888913688,18.233816778026572,19.461861051928548,20.74218770909839,22.078707607518027,23.47570834883215,24.93790241271235,26.47048268559471,28.079186768405943,29.770371748099,31.55110149415009,33.429249015476316,35.41361701456065,37.51408054275796,39.74175664607663],\"y\":[86.21323921498274,78.99914604840929,73.01689287629088,67.99230584674484,63.725145311804404,60.06609612154512,56.90177148184538,54.144672812363375,51.72630658676297,49.59236528215823,47.699289523692045,46.01177381848584,44.50092907088048,43.14291004251056,41.91787705619267,40.809201386401675,39.80285062100535,38.886908527054544,38.05119654998302,37.28697289436517,36.58669138939468,35.94380683286322,35.35261676806461]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.734030608180683,8.763890594479303,9.84134615011765,10.970840519621502,12.157290381749943,13.40616270331486,14.72356446573662,16.116348460854848,17.59223908519747,19.15998305489163,20.82953129335194,22.61226002435158,24.521241498283768,26.57157802647026,28.78081744204168,31.169474252983758,33.761689358154754,36.586073401094396,39.67679639124713],\"y\":[90.03321678057013,79.53382503829577,71.28276993401269,64.65992941123699,59.249359536306585,54.76266965721817,50.99422938505861,47.793858983853255,45.04957209115879,42.67632861138393,40.60850460927251,38.794729940072216,37.19427396161865,35.774467142769,34.50883036386435,33.375696803160345,32.35718253188286,31.43840779214449,30.606901039800825]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.211799505059883,9.5082571496458,10.893146324908214,12.377964247577342,13.976073315604115,15.70312707235721,17.577611122698134,19.621538924611805,21.861358338356517,24.329148602533785,27.064223412416467,30.115311316794546,33.54357220441088,37.42685008890733],\"y\":[82.9944515632584,72.02657342445612,63.62706003063634,57.026215947210204,51.7279435289896,47.39948762904541,43.81013572577452,40.79538350804696,38.23508718708268,36.03965767292704,34.14106288910715,32.486803687418025,31.035783952057912,29.755419169294967]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.80340996489668,10.487238811857438,12.338853929192931,14.389087655513904,16.6762992292183,19.248910661393438,22.169018445343756,25.517661662420497,29.40271200729261,33.97105069678074,39.428024389258866],\"y\":[81.48729573056355,69.16204296938199,60.02214452038011,53.02255002553072,47.5218466226751,43.1066196074913,39.499573024204416,36.50844643814549,33.996152923373494,31.862572655902174,30.033048060772522]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"0.75\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.907274524495024,10.663278700156567,11.434887573613,12.222805844519952,13.027769090234,13.850546386140733,14.691943057539607,15.552803589709658,16.434014722673616,17.336508757822525,18.261267104847363,19.209324099289056,20.18177112343987,21.17976106631157,22.204513161955,23.257318249619598,24.339544504143845,25.452643690655904,26.598158004242407,27.777727562843708,28.993098630411843,30.246132657511943,31.53881623828502,32.87327209628999,34.25177122753035,35.676746347337186,37.1508068091909,38.676755188591514],\"y\":[83.72061233244696,79.01392851523141,74.96124238749134,71.44358849734294,68.36865455840585,65.66380015632896,63.27114364368066,61.14403986058719,59.244512553243375,57.541354338676356,56.00870130339409,54.62495024536667,53.371926736030126,52.23423914254643,51.198772151169905,50.2542860811619,49.39109723564209,48.6008209106669,47.876163275842565,47.21075168471763,46.598995435305824,46.0359708311492,45.517325766112194,45.03920009476248,44.598158842450175,44.191135918139445,43.81538646448774,43.468446347140365]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.262053815516241,9.143429306907104,10.053992355119405,10.9957267239582,11.97076301307038,12.981396235431617,14.030105289405256,15.119574700764568,16.25271905497433,17.432710601228905,18.66301058864343,19.94740499429399,21.29004542650302,22.69549614034531,24.16878829308544,25.715482804691955,27.34174348531682,29.0544224640937,30.861160423749745,32.77050474228161,34.79204940527284,36.93660153280541,39.21638063480599],\"y\":[75.42024003133477,69.06944519443952,63.84718805731516,59.49136034979794,55.8137415549646,52.67595234348758,49.97416159166062,47.62905899822867,45.57910303893728,43.77586677088599,42.1807624291204,40.76269324039151,39.4963417021623,38.36090289245502,37.339134202262706,36.41663349691113,35.58128449068672,34.82282609503099,34.132514767446594,33.50285738744128,32.92739815709473,32.40054727377795,31.917442183895066]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.8506072514324705,8.911693332923434,10.025549742372155,11.197269966355577,12.432533659190039,13.737704787008274,15.11994780263714,16.587366407984277,18.149170637675123,19.8158795908161,21.599569289817836,23.514178065865465,25.575885866269946,27.803589400290452,30.21950275765437,32.84992405955123,35.72622438568646,38.88613808041628],\"y\":[69.89078125905188,62.456056490220185,56.56518002350112,51.80208389582965,47.88539104298635,44.618520262348454,41.86030616622348,39.50696425761569,37.48062119374547,35.72179424867147,34.18432727920289,32.83190007816458,31.635571821840205,30.57201993029356,29.622256276621687,28.770677169338178,28.004350651697035,27.312475122683335]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.11717866969598,8.379525685495286,9.73030145281455,11.181270571705014,12.746155827303001,14.441098272242705,16.28524467590498,18.301508061154752,20.51756582888154,22.967188306982415,25.692033981733093,28.7441155391337,32.189249400090354,36.111979658560536],\"y\":[73.87482715320438,63.607327592712295,55.912625007241495,49.964845192176206,45.25214401880094,41.44166711666372,38.3083128343891,35.69481620987881,33.48824493297883,31.60557140609262,29.98449695499638,28.57743539893721,27.347461823362316,26.26552006253161]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.425594937896301,9.040122417756146,10.819115891496656,12.793483091073497,15.001853775991599,17.493251866560303,20.330931295904993,23.598023061573063,27.406083938082922,31.90845522676382,37.32192080805626],\"y\":[73.44247784312665,61.56235596100362,53.006106327260184,46.59385417270124,41.63737099348016,37.710120015667385,34.53472259721976,31.923594028657565,29.74568017489897,27.90687077748235,26.337976171743783]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.0\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.987437372252906,10.755379864051124,11.539966753410317,12.341957978673902,13.162148962355053,14.001373569739695,14.860507240543043,15.740470323640771,16.642231645516087,17.56681234447042,18.515290004752753,19.4888031275347,20.488555979096287,21.515823860719937,22.57195884967286,23.658396066369647,24.77666052945164,25.928374668224915,27.11526657082657,28.339179056830563,29.602079674987113,30.906071740709585,32.253406544086914,33.646496878047415,35.087932058289816,36.58049463233797],\"y\":[70.99240356825663,67.35905984862478,64.22364306330758,61.497062294244195,59.10994259586166,57.007509557005065,55.14597787373159,53.48995438502846,52.01053947248228,50.68391812955219,49.49030012550579,48.41311283668582,47.438379496491166,46.55423524897135,45.75054682009316,45.01861094567699,44.350913260696935,43.74093403748794,43.18299054046148,42.67210823196603,42.203914883388045,41.77455300045327,41.380606990008246,41.01904226730187,40.6871540925592,40.382524379689094]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.478828090590182,8.349246450872007,9.249201022792922,10.180732006118216,11.146033848414527,12.147474160481057,13.187614685958852,14.269234753035926,15.395357684780896,16.569280713420167,17.79460903405288,19.07529474789535,20.415681588887303,21.820556506977486,23.295209405528553,24.84550261071939,26.477952003353874,28.19982218831976,30.019238641985854,31.945320499450634,33.98833857160847,36.15990438393443,38.47319759743854],\"y\":[68.29953654847029,62.33949234922392,57.499308886679785,53.50383028273006,50.159918522303826,47.32826904550439,44.90603989908319,42.81576204220506,40.998041529496184,39.40662839724112,38.00500637133675,36.76398524915445,35.65996959001899,34.67369298166991,33.789278753034786,32.99353341700386,32.27540855779059,31.625586330994114,31.036156832647432,30.500364546728797,30.012407297117996,29.567275507131274,29.160622691658638]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.920342582577246,7.958352943290242,9.049128132045727,10.197855702181652,11.41033165935302,12.693064914632158,14.053401188419206,15.49967145625279,17.041371348215787,18.689379724384224,20.45622711690336,22.356428105191853,24.406896344867715,26.627467453685316,29.04156409632337,31.6770506655169,34.56734388473895,37.75287354326847],\"y\":[64.05967342377944,56.83820700324834,51.224652411352686,46.75461926191807,43.12448166500983,40.12787271204751,37.61993889172777,35.49620178412838,33.67952992431243,32.111821531654186,30.7485311471221,29.55497129793092,28.503754778502593,27.57298893686576,26.744977192514444,26.005269736244898,25.34195906477619,24.745150062752895]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.231069372969205,8.535671904078995,9.938770919950414,11.454100430174886,13.097856089196481,14.889306327865778,16.851586698520098,19.012747411437893,21.40715538657456,24.07740063004262,27.07693325851417,30.47378115358822,34.355903602171914,38.83908806603474],\"y\":[58.90720683491371,51.24773873902363,45.47056560259849,40.979721929082174,37.403695409534336,34.49958533200786,32.10229816963814,30.095951113382245,28.396961427302653,26.943623939449928,25.689457225323117,24.598824917697712,23.643977038344673,22.803003822802047]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.57723243327144,9.262484603764358,11.134708028369895,13.231366223454192,15.600119115338947,18.302643809335876,21.420284520650906,25.062651931341968,29.38114714322575,34.5910538558463],\"y\":[57.886845920884134,49.089339029094766,42.70644894918631,37.89213800216532,34.14976827423514,31.169746174611927,28.749654443339892,26.75191514136503,25.079959261151863,23.664134522752274]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.25\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.300238249231565,10.062692971153485,10.842038337351905,11.639054983065053,12.45456071135741,13.28941365138368,14.144515601340398,15.020815590065357,15.919313691683332,16.84106512911702,17.787184704557024,18.758851598055294,19.757314579262676,20.783897682002195,21.840006396915694,22.92713444393487,24.046871193928823,25.20090981772274,26.391056250955607,27.619239075179202,28.88752042947468,30.198108083014656,31.553368817833526,32.95584329307936,34.40826258780162],\"y\":[65.00654937662331,61.61752366665902,58.714703936468325,56.207149304451534,54.02495980966334,52.1135724719246,50.429807802198034,48.939072766660075,47.613345337956154,46.42969813047931,45.36920072473907,44.416092450684324,43.55715126352193,42.7812067633142,42.078760517485215,41.44168719472375,40.86299721578458,40.33664670143067,39.85738412227563,39.42062567504816,39.02235332446003,38.65903086375568,38.327534401288666,38.02509447375276,37.74924758871492]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.5450155012958975,8.431030728385792,9.348757865370537,10.300434822404759,11.288478955668063,12.31550931333713,13.384371523334424,14.49816585426805,15.660279054576081,16.87442067408164,18.144664699961616,19.475497500780094,20.871873275331524,22.339278457958855,23.883806852636184,25.512247672937477,27.23218917870958,29.052141255879395,30.98168112792611,33.031627476719564,35.21424966969236,37.54352065453879],\"y\":[57.732181681980045,53.017335318811604,49.1780433621971,46.00145667596738,43.33769958441554,41.078349111097765,39.14313595764558,37.471432869634356,36.01663987310896,34.74238164794972,33.619871868132435,32.626048511106745,31.7422302253041,30.953132086986326,30.246133816492716,29.61072830045622,29.038100842348065,28.520804508876157,28.052507011656893,27.62779146314918,27.241998143856367,26.89109780095378]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.997672807232602,8.059684338926502,9.179032600804403,10.361542587194757,11.613765425414918,12.943107276778532,14.357984004329708,15.868008534705528,17.484219804291502,19.219364882225275,21.08824958612276,23.10817807267642,25.299509127642892,27.686367157714727,30.29756067564416,33.167782676913696,36.33919940836415,39.863582610897424],\"y\":[53.40040515152732,47.726021967627844,43.299136261485096,39.76300148910865,36.88353252164785,34.501092506975496,32.503274688311656,30.808761833323324,29.357351968234372,28.103574652225795,27.01247990483185,26.056786235962484,25.214903901099095,24.46953638333006,23.806672668978077,23.214849065239683,22.684600362369537,22.208046225342162]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.0880606438268385,7.338214455294156,8.683622495938373,10.13774048890817,11.716454404560107,13.438694002561023,15.327231506985909,17.40973753121696,19.72019890956542,22.3008537982152,25.204879943448663,28.50020304112449,32.27501130834333,36.64594092628047],\"y\":[56.935189070674255,48.71388928702073,42.720324121221914,38.18081757410228,34.63930900918803,31.81040119128711,29.506826017318275,27.600874005580394,26.00261975064933,24.647009466658666,23.48588157458736,22.482859721780617,21.60998392386544,20.845428988769854]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.720761865537134,9.475138641723351,11.439818614821554,13.659656814103561,16.192715928654707,19.115612676366265,22.53166159860377,26.583697440955273,31.475052036879962,37.505459972442814],\"y\":[47.44599089222852,40.5949077391839,35.60027010101823,31.817347978418535,28.866090840990022,26.508667659405756,24.589021681098718,23.000728337983663,21.66884979220777,20.539174555548882]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.606185888029634,9.361596324877011,10.134060571102502,10.924376367481415,11.733379991175802,12.561949606049243,13.411008805242993,14.281530384490209,15.174540384666008,16.09112244334843,17.032422497498047,17.99965388265284,18.99410287824956,20.01713475384435,21.070200377177457,22.154843452309308,23.272708464587485,24.425549419161474,25.61523947136459,26.843781560799567,28.113320176722556,29.426154400716797,30.78475239416217,32.191767523224755],\"y\":[60.47494222108656,57.20389402080411,54.42740651307642,52.04813564758677,49.99241563401234,48.20352042801745,46.63709256711856,45.257969840462,44.03793680347712,42.95410222968933,41.98770887909815,41.1232473559032,40.34778742400569,39.650467182837446,39.0220984230008,38.4548585692084,37.942047907596766,37.47789656517687,37.057409782364594,36.67624293161448,36.33059984205685,36.01714953132016,35.73295758495806,35.47542927413599]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.738218831784637,7.607611211214925,8.508610382318217,9.44347879973381,10.414662169000582,11.424812750551707,12.47681540177543,13.573816943320255,14.719259509954243,15.916918651123732,17.170947084258437,18.485925180235643,19.866919483568477,21.319550851471757,22.850074151769523,24.465471910829073,26.17356487777326,27.983143208454948,29.904122924062545,31.947733535771512,34.126744346670456,36.455739081459456,38.95145134527343],\"y\":[54.698364997780054,49.89483168555898,46.05025476858732,42.914514124358305,40.31662814739106,38.13592934720272,36.28493767538429,34.69875709839117,33.328277089341356,32.1356802853449,31.091395044745624,30.171979893641325,29.358624535651423,28.63606815312618,27.99180591939869,27.415498237268732,26.898524949337336,26.43364478856175,26.01473228200054,25.63657237947234,25.294698605064514,24.985264376784592,24.70493985490973]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.041900828817172,7.070940498479869,8.156113765709039,9.303198998856617,10.51869958844715,11.809975285207457,13.185399754996496,14.654551631337057,16.22844837931947,17.919835122091246,19.743544520402722,21.716949292421756,23.860536705803572,26.19864542080976,28.760421043298035,31.581070227678232,34.70352827469139,38.18070865814938],\"y\":[51.69663426629431,45.63079944093,41.02377374833534,37.42112376416923,34.537691076424196,32.18588559326872,30.23747111054328,28.60194701040203,27.21370325653821,26.02406782379341,24.996207817006013,24.10176021400866,23.318546283559208,22.628984920231176,22.018968401738586,21.477051114844627,20.993854439548993,20.561623677951523]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.15892678947831,7.440292061847619,8.82547291604132,10.329761951595072,11.97138710947267,13.772289741036966,15.759153588176789,17.96478792017769,20.43001820264144,23.206317626516245,26.35954335460944,29.975360477426246,34.16731656042234,39.08921288438701],\"y\":[47.99193667832719,41.35730741303535,36.50463955274403,32.81901899866807,29.936899011335385,27.630152861139376,25.74870847461514,24.189976888434643,22.88155760832165,21.770962605230576,20.81925425903471,19.996966253605176,19.28140817120693,18.6548370268474]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.229222714218909,7.85836502402571,9.680933321621083,11.73807444997588,14.082941644336966,16.785533354460576,19.940040781219867,23.676379737664515,28.178989251962186,33.71887469886039],\"y\":[47.943850609607,39.99328056527266,34.4644228441961,30.42053296062009,27.349182498890027,24.947415842779474,23.0251273842828,21.457257062179153,20.158314073695525,19.06796467360136]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}}},\"1.5\":{\"0.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[11.267368517428439,12.031282348492425,12.81005063672356,13.604307190596167,14.414712027215312,15.241953452283965,16.086750241508916,16.949853941639212,17.832051309416737,18.73416690722926,19.657065875139725,20.601656900193802,21.56889540547007,22.559786983238226,23.57539109884343,24.616825094567425,25.68526852576333,26.781967865067802,27.908241614518197,29.0654858700127,30.2551803878299,31.4788952089705,32.7382979040127,34.03516150912374,35.371373233006175,36.748944025072944,38.17001910727091,39.63688958598353],\"y\":[82.69885399330599,78.34434882690566,74.54533386589668,71.20892903765238,68.26139711424067,65.64352368650228,63.30726076256371,61.21325106125419,59.328976540689496,57.62735621678653,56.08567191670503,54.68473648655509,53.40824338853951,52.24225349484488,51.1747867097792,50.19549444664559,49.29539501860606,48.466658387048746,47.70242993083446,46.99668528785195,46.34411010784772,45.73999990515436,45.18017622733293,44.660916143855005,44.17889266791925,43.731124198288036,43.31493143906769,42.92790054771937]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.984498130310852,9.861871545873699,10.76598395354277,11.698543337934764,12.661373268610333,13.65642596967402,14.685796649817407,15.751739335098918,16.856684470824668,18.00325859226063,19.194306407025653,20.43291568601489,21.72244542635112,23.066557831595023,24.469254754498486,25.934919370147604,27.468363997825666,29.07488517530558,30.760327318572003,32.531156584876975,34.39454691281835,36.358480659842364,38.43186682168899],\"y\":[79.00158350492002,72.43418208214584,66.9785407875332,62.38875237846066,58.48489293863521,55.132569328870844,52.229565884603815,49.696889243931196,47.47261935843497,45.50759807616092,43.76234912433496,42.20484050837578,40.80883404083607,39.5526510271263,38.418237477857694,37.390447944469955,36.45649099103673,35.60549559235969,34.82816899656328,34.116524473186146,33.46366296443094,32.86359667907075,32.311105591365866]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.712005389012361,9.77317844114387,10.882927690016857,12.045628638448552,13.266118701074305,14.549769064255559,15.902568570622599,17.331222447782938,18.843269356531856,20.447221105153574,22.152730528669686,23.970794559324165,25.914001551113405,27.996834657728417,30.236046774406653,32.65112763888009,35.264890732012944,38.10421750106074],\"y\":[72.74970986649384,65.26870517545079,59.25118762868942,54.32563656160919,50.233905590649876,46.79156428384547,43.86366970397639,41.34942699665389,39.17217441345283,37.27266693294832,35.604464518826425,34.13069855712033,32.82176184325114,31.653630381281825,30.606625530627056,29.664488270344748,28.813678108393272,28.04283595835248]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.160260632296351,9.435529220663168,10.793274033940094,12.243700031584774,13.798574274157568,15.471564411316992,17.27866278490702,19.238724258265368,21.374156339324156,23.71181544277004,26.2841857339549,29.130950964257934,32.30112173301206,35.855962001816145,39.87308907027736],\"y\":[75.69204794342691,65.79743116151987,58.19976789319476,52.21496414036075,47.40095010295149,43.460509249287426,40.18712447251993,37.43325142707638,35.09093576318114,33.07954159732242,31.337739530762285,29.81813354635915,28.483571615061006,27.30455884569627,26.25740947460094]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.736560979814886,10.386704862551747,12.192507164268934,14.181088041635714,16.385798707904268,18.848197277767554,21.620807407041976,24.771053455744486,28.38700727262344,32.586004449620965,37.52795671252464],\"y\":[74.1625090948328,63.076706619522405,54.83119263460006,48.499806577662724,43.512470116967215,39.500791752459556,36.217091041072855,33.48927039376659,31.194376189230432,29.242446469317635,27.566284664435326]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"0.75\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[10.619005673267624,11.38260170159285,12.161555690866127,12.956531309011433,13.768220740114236,14.597346963410807,15.444666149551201,16.310970195007865,17.19708941563947,18.103895421074174,19.03230419268159,19.983279389425093,20.957835907812946,21.957043724504874,22.982032052901236,24.03399384827839,25.114190699784583,26.223958151935236,27.364711503220214,28.537952135148757,29.745274431619123,30.98837335603866,32.26905276229157,33.589234525637394,34.950968591144445,36.356444050577174,37.808001374076326],\"y\":[71.49929525993603,67.85246054120756,64.68287502823526,61.908676114507,59.46536610263122,57.30149139217793,55.37554107611707,53.65368355126645,52.10808974423138,50.71567387659463,49.457135966871135,48.3162254268378,47.27916873515607,46.33422030884789,45.47130688405506,44.68174358691352,43.95800548099593,43.29354241897134,42.68262797217917,42.12023538198117,41.60193509102382,41.123809624337106,40.68238250769267,40.27455861096592,39.897573842878906,39.54895254077502,39.22647122454466]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.228389197559219,9.10056030575563,10.00028088279779,10.929343728373285,11.889667402095588,12.883310749144973,13.912488874752432,14.979590854586345,16.087199496934698,17.238113513321817,18.435372507344724,19.682285258495398,20.982461860860468,22.3398503790932,23.758778810246906,25.244003295583934,26.800763718660324,28.434848064359393,30.15266721052222,31.961342195656847,33.86880647431448,35.883926264487556,38.01664284672512],\"y\":[68.02836333437988,62.35864095893616,57.68797785173132,53.785687046580044,50.485825718317365,47.66619683995738,45.23497369413837,43.12191668549018,41.2724507430047,39.64357740175413,38.20099426145202,36.91702738407804,35.76912236751119,34.7387264961543,33.810449251063076,32.97142397791409,32.21081695122523,31.519445823437426,30.889480205898572,30.314204589370053,29.787829057942357,29.305336987330627,28.86236161264756]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.813664209929983,8.861773847419567,9.959623141597856,11.111802365053288,12.32340335841968,13.600099906158846,14.948242004812236,16.374967401988574,17.888334592799175,19.497482546879443,21.212823890148407,23.04628020754819,25.01157074853142,27.12456936927697,29.40374941825025,31.870743030202746,34.551050783059296,37.47495117415572],\"y\":[62.880073999691895,56.270044805440286,51.02127250078479,46.76898071920216,43.26598338879843,40.33926528493507,37.864369288738025,35.74964762996806,33.92623027060378,32.341437514121054,30.95433805725361,29.732683051315636,28.650745696088965,27.68777053805845,26.826841775633223,26.054044872115693,25.357836938297307,24.728567983435628]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.083393970360321,8.329760266666964,9.659544744639941,11.083352797620469,12.613467321052216,14.26422457185213,16.05248823588415,17.998255234825155,20.1254397072751,22.462900718417615,25.04580793386125,27.917483261169124,31.131924617139994,34.75732657074407,38.88109014965704],\"y\":[66.21118079577464,57.128854390589986,50.30405919975327,45.016035844352245,40.817018000627826,37.41518457536173,34.61278671103896,32.27141222794802,30.291495430990423,28.59971810397447,27.140984216483048,25.873150011294122,24.763470445802835,23.786146441052495,22.920596556871182]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.3845575844872045,8.974876278248772,10.719886816395721,12.647314842997817,14.791458305661697,17.19534380625195,19.913767301186223,23.01768172490393,26.600689372644396,30.788924283689,35.75659067121556],\"y\":[65.65286322244785,55.17598399647884,47.607378658824985,41.9200493331278,37.51336320362705,34.014181667189874,31.17932047946808,28.84398892586603,26.892843523290036,25.242912859158682,23.83309841997869]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.0\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.951620328267698,10.71261177917137,11.489368081185297,12.282579449933737,13.092966675904576,13.92128360184249,14.768319731186343,15.634902991512535,16.52190267704166,17.43023259499827,18.360854441901857,19.314781437663562,20.293082247646186,21.2968852256281,22.32738301391468,23.385837540710277,24.47358545935806,25.592044079249,26.742717844194395,27.927205420954888,29.14720746857155,30.40453516830806,31.701119604590254,33.03902209955517,34.42044561797699,35.847747375763774],\"y\":[63.561731153492,60.33710307613611,57.550855405127145,55.12497117751207,52.998628390327674,51.12375298256071,49.46187591254892,47.98187076132894,46.65829809595872,45.47017567679375,44.400052534126026,43.433303172304846,42.55758345017307,41.76240671781504,41.03881044803505,40.37909170250712,39.77659548107018,39.22554407705878,38.72089850448772,38.258245212395416,37.833702887883405,37.443845331441395,37.08563727701611,36.756380703431105,36.45366969919541,36.17535233981028]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.31672946733899,9.207673680051691,10.128551129358167,11.081355625509119,12.068230829274349,13.0914877289088,14.153624056512957,15.257346010340713,16.40559269662125,17.6015637669621,18.848750807004556,20.150973131515947,21.5124187645818,22.93769153644172,24.431865418032853,26.000547449882227,27.649950915999327,29.386980782097396,31.219333882248012,33.15561692742157,35.205486161369805,37.37981345529319,39.690884882481875],\"y\":[55.645343232822796,51.37481087766469,47.84385332044408,44.88424963941593,42.37448743566139,40.224735384090735,38.36723693675131,36.749980785003956,35.33241892688508,34.08250198837537,32.97458394169927,31.987913840885952,31.105532063972003,30.313450451195866,29.600035022750685,28.955535448203243,28.371722300115472,27.84160447854353,27.3592069653567,26.919394468337796,26.517730320713525,26.150362718039226,25.813932336325152]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.894681072368164,7.922511647141901,9.000486804041074,10.133333330345579,11.326307273193017,12.585281186149647,13.916846739429122,15.328436580763984,16.828470270950714,18.426530396147633,20.13357668351938,21.962208275576568,23.926987482215957,26.044842665112135,28.33557391350344,30.822493584576705,33.5332457270375,36.50086560777035,39.76516571848152],\"y\":[56.94070568566897,50.605809670692075,45.67104607367054,41.73400742461714,38.531108158248465,35.88288999033306,33.66318722956194,31.78086557674612,30.168551538068055,28.77542770256352,27.562485588752978,26.49931419516374,25.561876491280355,24.73093795627445,23.990935380664542,23.329149047978976,22.73508783839689,22.200026267063038,21.716651586152423]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.198215030468039,8.48697057000595,9.8690734999733,11.3569897668753,12.965317447817082,14.7112923742839,16.61543755589955,18.702408666620308,21.002109925313494,23.551188186603202,26.395064747926067,29.590745879349832,33.21078473847766,37.34898591080559],\"y\":[52.25597601547313,45.55256454853513,40.48464773655358,36.53683685893648,33.387205939693736,30.824886526598878,28.706311992266482,26.93054978364957,25.424692461397004,24.134841230454448,23.020342162050834,22.049988471002383,21.199451356131004,20.449501193024314]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.537024507440977,9.197954046319976,11.035577913489174,13.083752782608371,15.385112151600772,17.99419252551533,20.9819743118184,24.442653749604403,28.504045205412385,33.344112349111064,39.218304220173195],\"y\":[51.2257852966326,43.54664667956093,37.960470457112585,33.737206447127946,30.447364049113702,27.822671616411412,25.687405438832347,23.92192666022204,22.442124819707992,21.18724371783076,20.11236769204537]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.25\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.271443355890668,10.027891022512948,10.800418834258432,11.589740168504184,12.396600770150627,13.221781424190201,14.066100770481944,14.930418288245567,15.815637477694532,16.722709266951615,17.652635673802695,18.606473753874834,19.58533986944634,20.590414316312092,21.62294634996636,22.6842596568781,23.77575832189326,24.898933348894978,26.055369798906078,27.24675461796561,28.4748852365273,29.74167903301476,31.04918376677668,32.39958910030417,33.79523934756475],\"y\":[57.7200061449892,54.743168704203306,52.19038952775024,49.982731507966214,48.059456249017025,46.373104181951696,44.8860812104308,43.56824157406366,42.39514459573961,41.34677661970696,40.40659999687597,39.56083582959277,38.79791632853533,38.108061939137286,37.4829514138853,36.91546193122616,36.39946257194153,35.92964884550097,35.501409090309465,35.11071583648199,34.75403687590327,34.42826200801659,34.13064234270839,33.85873972897756,33.610384399934944]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.5207569915666985,8.399360866322466,9.308211022318437,10.249357160287719,11.22500620387744,12.237541108681368,13.289541773781243,14.383808473621718,15.523388279252435,16.711605008328537,17.952093334293924,19.248837800052417,20.606217624946193,22.02905837260023,23.522691769958087,25.093025246252896,26.746623110060604,28.490801723250595,30.333741589547746,32.28461998863311,34.35376870288951,36.5528625691617,38.89514613290205],\"y\":[51.07730432596442,46.95878358019528,43.599915195408485,40.816863167438214,38.48000409665947,36.49544580280226,34.79359301850014,33.32182100531061,32.03963749934466,30.91540278796787,29.924054140287243,29.045494382709023,28.263429730493097,27.564517746471328,26.93773333125061,26.373890553061848,25.865277552356876,25.40537462609144,24.98863427592351,24.61030795415071,24.266308381294383,23.953099230334,23.667606060206325]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.972659141892268,8.024616074120207,9.131256728296647,10.297917000607256,11.53056999423228,12.835934714944711,14.221605432934425,15.696207065058307,17.269583358610163,18.953026605817147,20.75956027146063,22.704289547800244,24.804839865634055,27.081910389535633,29.559979415502752,32.26821275649512,35.241646801178625,38.52274837875599],\"y\":[47.10780448817039,42.168489473283365,38.30797824447339,35.219087685146484,32.69993639655635,30.61264737557867,28.8600030724946,27.37158435210168,26.09519476387512,24.991365753982944,24.029728124508498,23.18655209097594,22.44304060521542,21.78412078703177,21.197572297869804,20.67338830985344,20.203299998438002,19.7804179147964]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.305980604007372,8.635568759476435,10.068558908459856,11.61945409819972,13.305417502122898,15.146940403278496,17.1687150290649,19.400791635888844,21.880135652527706,24.652757377071936,27.776676887148895,31.326133874163798,35.39769886528752],\"y\":[42.89276812853325,37.6862435905364,33.73479157862674,30.646382595578668,28.175270148117196,26.159949117245112,24.49011790046296,23.088002457995692,21.89726748168141,20.876155811100112,19.99309260318638,19.223782499606838,18.549241672780692]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.681021569696259,9.41080518520065,11.34005986168412,13.509569311132894,15.971589698240678,18.794273977674827,22.068290626052182,25.91702971207931,30.51289668337965,36.10440344264304],\"y\":[41.681816816374365,35.74397344044432,31.4052029921136,28.112326315522242,25.538652162982242,23.47939179009764,21.799957597704243,20.408431583719107,19.240002048329735,18.247722901401147]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.333503904467198,10.100061798057485,10.883662430147586,11.685072824960477,12.505096749053832,13.344577724654961,14.204402224639967,15.085503080313714,15.9888631337256,16.915519167701675,17.866566148978283,18.843161822738516,19.846531700474923,20.877974487459344,21.938868001249336,23.030675638684546,24.154953455834633,25.31335793349163,26.507654510222167,27.739726975916373,29.01158783143667,30.32538973468208,31.683438170500587],\"y\":[50.484220203161094,48.062233977591134,45.98461340527094,44.18776803116388,42.62268426351518,41.251001334902064,40.04228491488864,38.97209375054691,38.020583439432144,37.1714814565161,36.4113235039284,35.728876863037186,35.11469958752831,34.56079973441266,34.060369197861284,33.607573824956006,33.19738644768989,32.82545296508437,32.48798411259007,32.18166736800072,31.903594769398286,31.651203401451923,31.42222603874694]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.5839019717481335,8.477588595874064,9.403671958858515,10.36440160681103,11.36220938614003,12.399731620276397,13.47983397082923,14.605639505708789,15.780560572442507,17.0083351752627,18.293068682803465,19.63928185475597,21.051966378203854,22.536649357898888,24.099468523182946,25.74726031586952,27.487663532471053,29.329241843216987,31.281629343157604,33.355704366755376,35.56379819812602,37.919947146961],\"y\":[43.8808166338188,40.54328637547696,37.81744760619246,35.556345912999255,33.6561468021074,32.0414893183941,30.656408936847292,29.458512020776062,28.41512284234335,27.500667556601382,26.694856609925836,25.981395833697967,25.34705562628805,24.7809876376774,24.274215669285596,23.819251242024755,23.409799725018907,23.040533156275114,22.706912798574173,22.405049216637334,22.131590965126602,21.883635310056246]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.025093333994744,7.046409599956124,8.121604126556553,9.256017490959279,10.455634788414454,11.727198182346338,13.078340895264759,14.51774840740149,16.055354145283896,17.702579044692683,19.472627261723307,21.380854287710065,23.445229256217562,25.6869210003114,28.131048469423057,30.807652056142874,33.7529657379962,37.011104744003674],\"y\":[45.26108626960934,40.02072196800112,36.033552099355,32.910612475364104,30.407464781607697,28.363085704644334,26.667259434749443,25.24211010158057,24.031116988795592,22.99230670263547,22.09388401558196,21.31134213175752,20.62550066745105,20.02114245744432,19.48604687527343,19.01029171971605,18.58574072825807,18.205661751964218]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.138670511720666,7.4084797880371305,8.777796686122809,10.260738878963855,11.874029933895361,13.637663199092747,15.575770446698717,17.717775965519614,20.099954047884726,22.767566175235416,25.777847553797795,29.20426577762124,33.14273298641265,37.72090426397371],\"y\":[41.929192571470786,36.20886901568747,32.016577574400856,28.826841679483994,26.32848998029129,24.325971825286167,22.69046856371548,21.333807547799548,20.193688081264458,19.22489359103646,18.39384536210838,17.67510721246558,17.04907370540603,16.500400533960832]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.206463993352055,7.818861373044198,9.616458630493158,11.637194513304202,13.92964242842659,16.55711738107817,19.60381389534215,23.18426446088679,27.458431079567376,32.65678241145745,39.12402631334559],\"y\":[41.7803710454995,34.94099380955895,30.174057513072874,26.680481312000715,24.02236806623666,21.9404083169094,20.271643187738597,18.908723803096247,17.778172956499628,16.8280734010537,16.02074465919705]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"ARC Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}}}},\"Steady\":{\"0.5\":{\"0.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[12.10507782753558,12.860323872440695,13.631901531468117,14.420567352038947,15.227113537193322,16.052370875491096,16.897211859348158,17.762554019289137,18.64936350311772,19.558658931081293,20.49151556073142,21.449069798374193,22.43252409780204,23.443152291457647,24.482305404377737,25.551418007294153,26.65201517224955,27.78572010216187,28.954262515110603,30.15948787493655,31.403367572283585,32.68801017477277,34.015673881941204,35.388780340327294,36.809929997182756],\"y\":[230.387692772473,220.42826173449933,211.73508934661598,204.10433009288184,197.37249065558126,191.40709076670967,186.09977053565015,181.3611348184686,177.11684927591367,173.30465069255732,169.8720334821992,166.7744421023353,163.97384604846368,161.4376070534452,159.13757154245775,157.04933824232265,155.15166309533998,153.42597262815175,151.85596360233305,150.42727177025697,149.1271963319158,147.94446955875276,146.86906325143403,145.89202539824655,145.00534172221745]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.732496873727948,10.572266397690031,11.439374901218068,12.335665142742439,13.263115007761098,14.223853260225047,15.22017703625014,16.254571396544037,17.329731297923868,18.448586400545892,19.61432919782205,20.83044704312528,22.100758754882214,23.42945661425588,24.821154733497,26.28094497621958,27.81446186378066,29.42795821829977,31.128393690625664,32.92353882456632,34.8220979486879,36.83385500660069,38.969847493617955],\"y\":[207.52524742987254,192.84032305188578,180.5434207980445,170.1364145966134,161.24694742569494,153.59179518164896,146.95217448966625,141.15672623107736,136.06955339525476,131.5816604370539,127.60472717780662,124.06651369043344,120.90742321231303,118.07789951727581,115.53643379503835,113.24802232146617,111.18296140155688,109.3158973656424,107.6250713689635,106.09171436163778,104.69955882821499,103.43444206355952,102.28398175210098]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.367418821651903,9.300479427836594,10.275231712624615,11.295451605018759,12.365304695001642,13.489407041292207,14.672895931102813,15.921512927819801,17.24170207496738,18.640726831528475,20.1268102469243,21.70930411845779,23.398894515802922,25.207853256836835,27.15034789254712,29.24282681825383,31.504501731573665,33.95795748403552,36.62993044733106,39.55231240564751],\"y\":[205.64203386642666,185.28483781575775,168.95837008846212,155.64393557240442,144.63024228891433,135.40756559853452,127.60231094745973,120.93521056927125,115.19384638623667,110.21413086724968,105.86754467330925,102.0521650464408,98.68624532779036,95.70354538335489,93.0498852678251,90.6805674092344,88.55842463795702,86.65232534627866,84.9360167410996,83.38722105116766]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.543032493216275,8.587548359981696,9.693440539648128,10.867896014152375,12.119100071577973,13.456439236923403,14.890750511258465,16.434631077593398,18.10282734927039,19.912728959465404,21.885002943195747,24.044417392703593,26.42092456519294,29.051104486067278,31.980117614148888,35.264389402394144,38.97536842710592],\"y\":[212.20924808865138,185.227072885451,164.51362709314154,148.22787025260678,135.16669607076992,124.51514845792353,115.70419383113143,108.32605247882726,102.08184875796786,96.74816845541699,92.15507710898925,88.17130469379987,84.69403573864702,81.64173203715272,78.9489962622323,76.56283630668389,74.43990821426014]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.556863535278022,8.777633713041217,10.093536405200382,11.518889735093328,13.070712779001996,14.769445481166088,16.6398990267981,18.712531295209992,21.025187828605713,23.62552167170541,26.5744242842748,29.950998897743077,33.85995227983725,38.44289920161796],\"y\":[207.0014118994394,176.8410400738761,154.3558940712095,137.09468924428492,123.52322521050516,112.63891339230796,103.76262371493623,96.42016152594302,90.27171039902225,85.06820729830646,80.62347371284771,76.79589759082438,73.47608724483325,70.57836311553865]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"0.75\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[11.408074650303956,12.1527656181766,12.913428441055858,13.690806212077145,14.485676538988798,15.298854430789834,16.131195361360252,16.98359853782357,17.857010402588323,18.752428399820836,19.670905039485746,20.61355229505397,21.581546374549486,22.576132908832477,23.598632605965722,24.65044742627102,25.733067339362982,26.84807773218446,27.997167546023913,29.182138230866585,30.404913617458742,31.667550821423156,32.97225231001042,34.32137928099767,35.71746652536768,37.16323897130574],\"y\":[226.38522087098062,216.2528454912503,207.44814721668882,199.75066969101977,192.9849581199289,187.00982386242316,181.71050623795736,176.99286650551906,172.77903013714973,169.00407640209107,165.6134954819395,162.56121504174322,159.80805413034517,157.32050115368614,155.06974003474943,153.03086818751973,151.18226400708562,149.50507184035305,147.98277996062927,146.6008726900062,145.34654203040236,144.20844735475777,143.17651414298058,142.24176461694734,141.3961745755447,140.6325518578928]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.782609023756425,10.630388734408175,11.50632429099957,12.412327171526645,13.350452267156385,14.322914650880332,15.332108261914586,16.38062685047042,17.471287578134106,18.60715773330163,19.791585101174793,21.028232626930528,22.321118133081207,23.674660003338538,25.09372993276256,26.583714077115953,28.15058422556789,29.80098098650775,31.542311437788456,33.38286427888774,35.33194627166851,37.40004472052287,39.5990219923664],\"y\":[191.47582521671544,178.65894202590735,167.89045774190996,158.7504467300384,150.9234805806581,144.16856366083348,138.29876481112578,133.16711312734648,128.6566387466192,124.67321590828078,121.14033749197162,117.9952443370127,115.18602009143322,112.66938426806081,110.40899698795965,108.37414336116198,106.53870275356344,104.88033410245747,103.37982668983301,102.02057879167987,100.78817600472385,99.67004789356848,98.65518664041947]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.419916563816313,9.364002987643573,10.351282048328889,11.385705582838995,12.471643819463047,13.613951241147314,14.81804356586421,16.089988464748675,17.436613259754,18.865633666510465,20.38580873868371,22.007128618523776,23.741043634030827,25.60074589138421,27.60151805897994,29.761168916004024,32.10058201929418,34.64441338963207,37.42198774520189],\"y\":[186.84999347727774,169.31636631585945,155.18325997981665,143.60686891253647,133.99420651943097,125.9178433064324,119.06283504752875,113.19261043549014,108.12642274562515,103.72407360834454,99.87533484550984,96.49247905996434,93.50491193121071,90.85525311897875,88.49643325275959,86.38951506857498,84.50203820104556,82.80674774097042,81.28060752087148]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.599046603979897,8.658417023134268,9.781757925265,10.976662158261021,12.251807711469757,13.617181544444996,15.084356120551936,16.666835007190418,18.38048954604268,20.244116678471435,22.280159699300086,24.515650845740048,26.983460151281033,29.723973713725254,32.78738447061121,36.23687349879166],\"y\":[190.16528000045693,167.2167469295448,149.47999478182243,135.45309305268776,124.14660798385334,114.88549513002921,107.19536521554458,100.73427464514697,95.25026803802322,90.55408834839206,86.5011381965001,82.97925888667551,79.90026787640792,77.19398324797162,74.80392954496838,72.68420249518302]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.6263171026532115,8.868923452128245,10.211421074676265,11.66912836952377,13.260345518223318,15.007167576810073,16.936566630741446,19.081856530887563,21.484710675982104,24.197995067054332,27.28983055977341,30.849556632134,34.996724397755905,39.89508131816783],\"y\":[183.91960650570934,158.47106666704732,139.34728910795351,124.56666231818514,112.87757754390624,103.45550665321112,95.73791260835759,89.32947101295368,83.94522887095486,79.37522336501927,75.46174029032667,72.08428183041696,69.14938240556313,66.58355656367337]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.0\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[11.449333082758722,12.198980547573921,12.964963696503716,13.748045361251869,14.549024547538188,15.368739445954207,16.208070635401803,17.067944508172353,17.949336947210398,18.85327728820992,19.78085260189826,20.733212335185673,21.711573353834698,22.717225433989867,23.75153725538553,24.81596295541819,25.91204931065648,27.041443620920692,28.20590238097989,29.40730083641358,30.647643533534293,31.929075988793134,33.253897621180876,34.62457611226473,36.04376338323241],\"y\":[212.89879514514092,203.88612416559707,196.043484475415,189.17923077337193,183.14039163234645,177.80353348016666,173.0680692900574,168.851287489034,165.08461051092232,161.71074506818275,158.68148768431953,155.95601762592707,153.4995564753997,151.28230639526868,149.2786022953646,147.46622966571383,145.82587180367142,144.34065890734914,142.99579796102662,141.77826714675442,140.67656213099758,139.68048431509453,138.7809632315943,137.96990687972428,137.24007504211949]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.002476327885795,9.830981146869368,10.686614636382604,11.571222594271443,12.486786702918645,13.435440603898488,14.419487741045394,15.441421302978222,16.503946640639455,17.610006593221776,18.76281022877948,19.965865596582947,21.223017200658912,22.538489042964745,23.91693425684536,25.363492565383737,26.883857066197766,28.484352178838787,30.172025012629803,31.954752947273082,33.84137090028084,35.841822630616484,37.96734155985522],\"y\":[191.38139882237627,177.8096169004249,166.50583481737428,156.98361176692435,148.88299172638813,141.93253009676053,135.92408277706494,130.69565631694786,126.11948718224805,122.09359442156433,118.53568898677831,115.37871286003833,112.56752499268941,110.05640700728401,107.80716337878835,105.787658456213,103.97067841728528,102.33303765026649,100.85487093017917,99.51906819690974,98.31081977714254,97.21724786911562,96.2271059382328]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.470428215655364,9.425312056594231,10.424895473975125,11.473311016172802,12.575139538169752,13.735481465372805,14.960040432838651,16.255222237494493,17.628252761398063,19.08731948068845,20.64174244491068,22.30218230527362,24.080895245802083,25.99204775492747,28.05210839596612,30.2803395769707,32.69942050457458,35.336244123280316,38.22294756807683],\"y\":[171.22133963539355,155.91967874366773,143.53604911678244,133.35721267531895,124.87937611303084,117.7377088251934,111.66224379479087,106.4493975725704,101.94306208279849,98.0217422377075,94.58961538668602,91.57019581617331,88.9017667400834,86.53403464502887,84.42564374451709,82.54230525546116,80.85537253409129,79.34074384215977,77.97800881296352]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.6528056247700285,8.726714880605865,9.8672054550099,11.082289718718073,12.381156563109533,13.774417845974186,15.27441459419687,16.895601827808267,18.65503758319929,20.57301138685734,22.673861527218484,24.98705131733234,27.548605899156136,30.403059232769056,33.606136274246595,37.22851629695463],\"y\":[172.2124339092122,152.3844617353722,136.9770717083149,124.73574299493431,114.82883929342574,106.68577014025496,99.90350089042457,94.19016706015452,89.32979503583273,85.15951805805643,81.55444966623888,78.41739379016602,75.67169230934887,73.25615665293856,71.12141339206721,69.22722771602298]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.693009994384703,8.957046301367614,10.325790125917866,11.815603537099081,13.446130611325849,15.24121329979529,17.230120132781703,19.4492234308393,21.944331119598477,24.773994162532485,28.01430338657597,31.7660232793066,36.165509890632734],\"y\":[165.36109889605194,143.51036159100988,126.98705144614352,114.14755975692901,103.94645249577853,95.69069941118813,88.9048084502125,83.25291740868714,78.4918058834621,74.44149586319392,70.96626504838048,67.96204138853234,65.34782815847167]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.25\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[11.4893746166126,12.243889960151247,13.015104652018467,13.803801577287636,14.61080148667427,15.436966137367623,16.28320164253963,17.150462060035444,18.039753252525415,18.952137053811104,19.888735779026447,20.85073712017931,21.839399472886857,22.856057745338514,23.902129706565773,24.97912293812488,26.088642461450643,27.23239912258953,28.41221882698495,29.630052729715082,30.887988501379095,32.18826280707334,33.53327515601625,34.9256033029314],\"y\":[201.03884543685564,192.96702749199952,185.93606836263234,179.777463395149,174.35638305048786,169.5637825935732,165.31060837836432,161.5234831898041,158.14145141778926,155.11349458157383,152.39661417482066,149.95433738266684,147.75554153542598,145.77352130396002,143.9852425460081,142.3707409650951,140.91263406615062,139.59572244841215,138.40666206309214,137.33369323299664,136.36641537077065,135.4955987156576,134.71302623238418,134.0113602213009]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.042379958959417,9.877841154792556,10.741187380840655,11.634328312629538,12.559317354190211,13.518368678908518,14.513876206086625,15.548434871528423,16.624864601498313,17.746237465039847,18.915908562108914,20.137551307534014,21.41519789789695,22.753285905897652,24.156712142314728,25.630895169354964,27.181848154187534,28.816264135147946,30.54161625848109,32.36627616125515,34.299654467456094,36.35236838509619,38.53644271874831],\"y\":[178.07159543308046,166.02544450284555,155.96809498086975,147.47825174109184,140.2430771236188,134.025896957904,128.64468499466633,123.95737890842167,119.85164226343286,116.23758870032522,113.04252172904728,110.20707225224258,107.68232212653591,105.42763427852626,103.40899638771606,101.59774278321387,99.96955825511125,98.50369435695116,97.18234753597338,95.99016169733945,94.91382731006176,93.9417560440988,93.06381496560813]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.5960715014432445,8.519243125973116,9.484722427404817,10.496414086034603,11.558636263690158,12.676186561599346,13.854419044536776,15.099334998628972,16.417690711880766,17.81712639849291,19.306321494614114,20.895183027375463,22.595075734131772,24.41910527594065,26.38246952493888,28.50289791381806,30.80120581619667,33.3020007799159,36.03459153625976,39.034171192837796],\"y\":[174.94297881735824,158.01461244313293,144.51458779763936,133.5536965748108,124.51908337713424,116.97607123565079,110.60868880581879,105.18230784271418,100.51942271842782,96.48351374599976,92.96803418131634,89.88873169757477,87.17819152524446,84.78189129678549,82.65530418918195,80.76174159490192,79.07072570889525,77.55674729078697,76.19830708741037,74.97716869133346]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.7046675433686085,8.79284210507186,9.950225550108822,11.185263732338216,12.507675121197176,13.928721680895562,15.461547270970799,17.121605266787956,18.92720505211008,20.900218569472898,23.067005052203108,25.45963733344161,28.11755152440291,31.08980139534191,34.43819324483105,38.24173072384583],\"y\":[157.30750398679535,139.95438305388657,126.41168995450654,115.61167023811144,106.84295725984826,99.61526670170748,93.58085698852075,88.48695104465504,84.14584627417115,80.4155381747423,77.18681099680006,74.37442734505295,71.91098535805959,69.74255322019526,67.8255130374284,66.12424335134557]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.757410243095042,9.042535308116001,10.437242817232708,11.958983195648138,13.62880951886992,15.472406512712944,17.52148191999603,19.81568179098674,22.405277947785684,25.355019162134585,28.749781504742177,32.70308288625884,37.37031339901025],\"y\":[150.11705671865582,131.08958665566283,116.62865254490589,105.34307496208864,96.34305853175957,89.03579771654023,83.01272225142277,77.98404749043388,73.73912587054583,70.12153856180929,67.0129484789519,64.32234249733317,61.97868945421135]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[10.785324908944483,11.528330515168705,12.287632159103387,13.063996592222928,13.858227073710223,14.671166452522138,15.503700444054601,16.35676113211318,17.23133072827235,18.128445622778592,19.049200763890408,19.994754405955543,20.966333270635793,21.965238170559413,22.992850150391224,24.05063720696867,25.14016165788898,26.263088236913248,27.421193004973954,28.616373177673623,29.850657984230452,31.126220689210765,32.445391927504865,33.81067452535883],\"y\":[198.91586550908042,190.5214339802711,183.2492767648996,176.91061697531146,171.35584993933102,166.46502141325473,162.14092818876676,158.30404125296346,154.88871739426526,151.84033590993798,149.11310901992695,146.66838933384537,144.47334845982064,142.49993582558548,140.72405124322003,139.1248820794611,137.68436832278275,136.38676785441857,135.21830084025086,134.1668570545254,133.22175360391148,132.37353327792235,131.61379584781716,130.93505624192005]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.081082238999393,9.92337212831352,10.794303649814308,11.695851677598775,12.630142876433867,13.599473760600262,14.60633086474787,15.653413414843152,16.743658945354355,17.88027238296703,19.06675921004624,20.306963436604416,21.60511125287574,22.965861412578786,24.394363618541078,25.896326459325874,27.478096793319473,29.146752915870834,30.910214402752295,32.777372235920396,34.75824373457725,36.86415800297075,39.107979158429906],\"y\":[166.5327594179703,155.75481422422598,146.7389847832984,139.11592480005208,132.6105770060537,127.01428932018084,122.16618450993312,117.9404113168744,114.23723329288744,110.97668094216978,108.09395212584454,105.5360275019757,103.25914492951016,101.22689060662516,99.4087393466178,97.77892622256364,96.3155656398804,94.99995721705703,93.8160341621467,92.74992138630743,91.78957888185523,90.92451190294591,90.14553389350064]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.63435578330792,8.566588251817787,9.542483907521488,10.56611059648542,11.64197706922857,12.775103903519609,13.971106663436688,15.236294257220228,16.577786171820364,18.003653219082068,19.523087704350257,21.146610634434257,22.886325878464586,24.756234313148727,26.772625259437966,28.954568445953846,31.32453805537104,33.909212244926785,36.740508610227906,39.856941095956664],\"y\":[161.73182061584046,146.70470825833567,134.68450381048478,124.89956956347632,116.81611066816946,110.05423858747386,104.33694360003834,99.45793275454021,95.26071699013555,91.62463838244985,88.45530848765793,85.67792496966567,83.23251070662741,81.07046409438335,79.15202062648201,77.44435869713263,75.9201679549689,74.55655450996338,73.33419466692277,72.2366742299103]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.716799477276051,7.754907423233462,8.857109450909563,10.031165081457209,11.285967867113355,12.631784972795685,14.080554405575885,15.646258303298342,17.34539718172824,19.19759942530255,21.226414008452085,23.46035471806336,25.934294685238484,28.69135690202427,31.78551989282889,35.28527575722778,39.27887256675451],\"y\":[164.85026168629346,144.73549783545724,129.3854564926724,117.36376660666893,107.74760304838782,99.91965565078124,93.45288853453556,88.04339086997904,83.46955488003081,79.56634620363226,76.20857359210854,73.29971070595987,70.76424679012513,68.54233997573242,66.5860085653019,64.85637127550673,63.32161650118554]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.612962409496978,7.819872983870802,9.125799922118544,10.54624468887432,12.099791992801165,13.808971338860385,15.701410327249267,17.811406248723312,20.18210769859479,22.86860419453663,25.942399727724855,29.498053654686984,33.66332318502587,38.61517049833923],\"y\":[160.06582058891144,137.37521807191078,120.61291486288151,107.82121374389371,97.80313883889052,89.78966920698988,83.26637970898418,77.877407112113,73.3694923916492,69.55796240002562,66.3052885030268,63.50714466009048,61.08309225496656,58.9702056584372]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}}},\"0.75\":{\"0.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[13.39687343039389,14.153327969028751,14.924610812722324,15.711342414710074,16.514169635970045,17.333767705351722,18.170842292333337,19.026131707449377,19.900409246124006,20.79448569259355,21.709212001797138,22.645482178562446,23.6042363751243,24.5864642300066,25.59320847359755,26.625568828387912,27.684706234860776,28.77184743746939,29.888289969072346,31.035407576683962,32.2146561365207,33.42758011217807,34.675819616470264,35.961118145137185,37.285331059429645,38.65043490470821],\"y\":[182.95878412702342,175.94116488257893,169.734596690162,164.22010200546603,159.3002633839914,154.8946372167079,150.93627567506377,147.36905946947962,144.1456312144183,141.22577880295066,138.5751595449656,136.16428489730765,133.96770631342298,131.96335764954213,130.13202042091183,128.45688618770208,126.92319628117791,125.51794352509165,124.22962396588152,123.04802918367615,121.96407171970155,120.96963767352106,120.05746170474018,119.22102059897495,118.45444228690985,117.75242778309516]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[10.385443996081037,11.215678842766001,12.0700704370906,12.95008655558125,13.857290287358735,14.793350105749946,15.76005090259417,16.759306148235723,17.793171358450632,18.863859072990227,19.97375557955387,21.1254396526319,22.32170361990039,23.565577121158025,24.8603539880535,26.209622749426803,27.61730136002048,29.087676863429007,30.625450838339717,32.2357916466184,33.92439471062214,35.6975523056371,37.562234674976345,39.526184677600725],\"y\":[169.0713303781417,157.91764307672477,148.45667783456506,140.35713658408895,133.3665152773091,127.2894089933809,121.9725227513489,117.29410992171896,113.15639779344171,109.48006800364382,106.20017558932754,103.26309147780714,100.62418378337593,98.24603964632001,96.09708747627896,94.15051920196716,92.3834396966438,90.77618993153833,89.31180420894874,87.97557176636136,86.75468028060781,85.6379241251347,84.61546418745193,83.6786290167277]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.123669569178062,10.053289628726919,11.020343578262898,12.027886373777054,13.079254817195023,14.178107126258995,15.32846821919849,16.534781925644733,17.801971573577944,19.135510711787383,20.541506126229596,22.02679582184307,23.599065303286395,25.266986345993786,27.04038356794907,28.93043558281163,30.949919462460688,33.113509839461884,35.438147491107095,37.943497032854054],\"y\":[163.48833564049593,148.78890621762247,136.76994772134532,126.80349778360637,118.43823230754454,111.34250837592374,105.26785243806683,100.02488645798188,95.46705674503579,91.47939206351171,87.97058244128931,84.867298345081,82.11005100273282,79.65013169199575,77.44731860835388,75.46813783753188,73.68452973473997,72.07281560720917,70.61288940147537,69.28757977248284]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.412176004813388,9.46240413778974,10.568731589250499,11.737085018988854,12.974132825076678,14.287420473926634,15.685533360524852,17.1782947145963,18.77700827176786,20.49475846336781,22.34678507684203,24.350955198318847,26.52836351950147,28.904103917992753,31.508272380383776,34.377286638689014,37.55564585888843],\"y\":[163.94877235318816,145.41168227961515,130.7906685123967,119.0311249740979,109.41595817707618,101.44279822688502,94.75058584603484,89.07400670073984,84.2142819504534,80.01990916638546,76.37364539602842,73.18351365080935,70.3764659530314,67.89383867606473,65.68804080218625,63.72010535359653,61.95785488668307]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.56736643020966,9.805222466320084,11.131328927568775,12.557695411440436,14.098380586797312,15.769982303686378,17.59226788930596,19.588995754518443,21.789001243363792,24.22765276930871,26.948835497370457,30.007700789930983,33.47455080308844,37.440446125005636],\"y\":[156.67387874719242,136.62397696099032,121.17640189967926,108.992223760331,99.1926041450816,91.17996514756346,84.53566518907085,78.95882153836239,74.22833891728247,70.17856829204455,66.68325763865461,63.64470449669037,60.98626137567445,58.64705496085953]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"0.75\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[12.71181181334408,13.46016354581267,14.223149750011716,15.001385813372638,15.795513142414174,16.606201122154307,17.43414918468817,18.280089002343416,19.14478682141215,20.029045953323735,20.93370944125243,21.859662921547596,22.80783770103949,23.779214073227145,24.774824898619414,25.795759477107715,26.843167743237732,27.91826481866543,29.022335959986965,30.15674194458953,31.322924942263757,32.52241492613598,33.756836683147604,35.02791749193624,36.337495544744556,37.687529200060645],\"y\":[176.70435577644065,169.82279536220443,163.75686306352085,158.3839023387191,153.60405454909335,149.33528370938305,145.5096346005978,142.07038473127295,138.96985271240268,136.16769458648469,133.62956698848907,131.32606897379503,129.23189760076139,127.32516896505228,125.5868683842985,124.00040219714636,122.55123010742061,121.22656182005089,120.01510533388304,118.90685699803316,117.89292553194888,116.9653838200289,116.11714353937445,115.34184865267414,114.63378456202007,113.98780032273125]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[10.447513788198208,11.286978712885888,12.15146691606668,13.042511124989026,13.961746460446163,14.91092127496347,15.891909072282543,16.906721687793212,17.957523931443202,19.046649922311065,20.17662137815985,21.350168164919598,22.570251461551695,23.8400899569171,25.163189569387047,26.54337726991411,27.98483969882079,29.492167400371642,31.070405663315576,32.725113157722696,34.46242980862039,36.28915565808678,38.2128428565389],\"y\":[153.55417577168757,144.06090042687237,135.98024068790562,129.04109502147426,123.03580034940279,117.80290385096033,113.2151969081359,109.17124204234713,105.5892682258126,102.40270303272882,99.55685580625581,97.00642306706507,94.71358982084857,92.64656847493498,90.77846305765642,89.08637799232808,87.55071264919661,86.15459840050762,84.88344597670161,83.72457892286579,82.66693479809754,81.70082007161373,80.81770788003405]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.191068866284677,10.13367026523049,11.115323808499857,12.139254869296991,13.208995746936848,14.328429171728233,15.501838338019125,16.73396485231133,18.030076270525054,19.396045270766237,20.83844298813037,22.364649657932596,23.982986517031947,25.702873959883412,27.53502232007439,29.491663465873785,31.58683382393888,33.83672271262088,36.260104312258754,38.87887771615409],\"y\":[146.10203486199586,133.75883011914246,123.61496433277875,115.16563182876578,108.04567532015427,101.98518051592818,96.78082126610647,92.27685026205219,88.35217788822033,84.91139768110206,81.87843153176041,79.1919511693604,76.80202727454662,74.66764185469154,72.7548173002989,71.03519236563646,69.4849263562013,68.08384729324234,66.81478349424455,65.66303448689752]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.486910397722381,9.555057431168807,10.68215733697787,11.874540977791781,13.139358864070601,14.48473331458219,15.919942753340138,17.455647068933096,19.104165689961324,20.879823806154192,22.79938742688706,24.88261537768796,27.15296689685431,29.63851876351848,32.37316831145287,35.398232182747506,38.76460168117022],\"y\":[144.46155407226212,129.08804977225194,116.88162788959663,107.00706409531429,98.89197146622293,92.13250546301259,86.43654025612422,81.58814441274235,77.42465701288444,73.82148020964202,70.6817423105762,67.92911814488154,65.50274522540833,63.3535609354876,61.44162181963734,59.73411348375323,58.20385384023906]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.662763501206037,9.927498422499582,11.285814251154504,12.750739440955405,14.337609526446958,16.064634220662324,17.953633185704682,20.031003981570493,22.329013938230165,24.88755113172488,27.75653783919539,30.99931947282426,34.697522993189956,38.95818680517007],\"y\":[136.8863122922618,120.38462839355184,107.57337481020706,97.40135657466381,89.17255341276166,82.4099762218525,76.77708788584378,72.03045021343618,67.99012034395197,64.52054751073705,61.51790017470134,58.90145192548023,56.60759845406795,54.58562102117371]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.0\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[12.766859368218462,13.5212040335085,14.290585047057338,15.075637655305623,15.877024632157681,16.695438341317914,17.531602919373558,18.386276595931264,19.260254167872006,20.154369645832848,21.069499092346412,22.006563672674123,22.96653294126926,23.95042838902231,24.95932727900243,25.99436680135343,27.05674858137532,28.14774357868081,29.268697419724862,30.421036211045557,31.606272886318468,32.82601414692675,34.08196806331442,35.3759524130781],\"y\":[164.58878057113392,158.58651792041985,153.28930435234315,148.5926858170736,144.41138211436765,140.67514646339833,137.32564219195518,134.31405877460296,131.59927237943444,129.14641228738233,126.9257332315313,124.91172070995914,123.08237542959264,121.41863671901257,119.9039146571222,118.52370791862172,117.26528970083902,116.11744809950392,115.07027031502388,114.11496235891939,113.24369768073906,112.44948948513122,111.72608255608378,111.06786122363691]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.682980606494976,10.507065419797911,11.355541028740037,12.229907694182959,13.13176477762544,14.06282136887359,15.02490794322501,16.01998922656538,17.05017846667969,18.1177533349235,19.225173714729987,20.375101673150493,21.570423960010597,22.814277437990928,24.11007791818578,25.46155296222729,26.872779317426343,28.34822578008225,29.892802439917684,31.51191745290582,33.21154273012502,34.99829022909533,36.879500907498006,38.8633488685103],\"y\":[150.41891430388137,140.71996760478626,132.5224960783965,125.52649110614816,119.50500584318833,114.28351997119994,109.72585371408947,105.72434528027757,102.19286956822849,99.06179054471593,96.27425474291181,93.78343097559883,91.5504281279698,89.54270584973536,87.73284825295633,86.09760819158814,84.61715548768744,83.27448047330611,82.05491695306168,80.94575781267504,79.93594310474813,79.01580527908119,78.17685980055938,77.41163206633597]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.337860884709437,9.255560022108623,10.210826196638383,11.206769227468444,12.24679048598515,13.334624564267159,14.47438703744131,15.670629644403993,16.92840447309644,18.253339079573824,19.65172491468514,21.130622007033054,22.69798359593728,24.362805378522545,26.1353053071573,28.027141553766715,30.05167849581042,32.224313587861644,34.56288206878653,37.08816206293003,39.82451042143709],\"y\":[145.0498714541648,132.066864154367,121.51752855814091,112.8141857279108,105.53997570359016,99.391872058795,94.14486832961119,89.62875438239148,85.71263997839992,82.29439028556699,79.29325896020823,76.64465217617145,74.29634290853772,72.20569105718388,70.33757323169922,68.66282109597739,67.15702938730148,65.79963618971722,64.57320614369117,63.46286661576565,62.45586035497957]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.55829777926485,9.643933139484092,10.791396425803253,12.007439117672561,13.299715129096292,14.676951461774967,16.14915616606653,17.72787417591297,19.426504936281003,21.260700410095396,23.248868608566625,25.41281710449912,27.778584402720153,30.377526652855167,33.247756342923374,36.43607375610271],\"y\":[129.05525882017696,116.0398971633317,105.65349132349354,97.21402284651263,90.25134858232857,84.43198056287179,79.5134976470359,75.31589466368894,71.703003505913,68.57011198271994,65.83551222845357,63.434607168166494,61.31572174093709,59.43707432682953,57.76455284574704,56.270058585359294]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.549931092453107,8.754036613390308,10.045112777675484,11.435180596320519,12.938341095935598,14.571281934669932,16.35393104672739,18.31031204128172,20.469679809150886,22.868051090696145,25.550301343567366,28.573089449968265,32.009019311189924,35.952695671712235],\"y\":[139.7020832349231,121.43582120293196,107.5460490168142,96.69991430277645,88.04457610291166,81.01168570542715,75.20945715194057,70.35998380239356,66.26124803919656,62.76324555307413,59.752502921594164,57.141759985599904,54.862926857044656,52.8621726401392]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.25\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[12.074669005889863,12.820073721256463,13.580287875523029,14.355939947283336,15.147685431187197,15.956208892876482,16.782226140010266,17.626486526070707,18.489775404258655,19.372916749720357,20.276775969577724,21.20226292176232,22.150335165484552,23.122001468323166,24.118325597421958,25.140430425165743,26.18950238302117,27.266796301022733,28.373640674727252,29.5114434064269,30.681698073096058,31.885990780057142,33.126007666817735,34.403543140105015],\"y\":[160.1500768593053,154.1388892220062,148.85615117305966,144.19047093495422,140.05156402759349,136.3655491992732,133.07143653080917,130.1184719901897,127.46410601334779,125.07242269718829,122.9129130696778,120.95950823818897,119.18981084033656,117.58447925766691,116.12673055872752,114.80193648795357,113.5972929406726,112.50154790048143,111.50477620635563,110.59819207429825,109.7739922429324,109.02522410261213,108.34567431789405,107.72977434733033]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.732382538386075,10.564477016223867,11.421769669596985,12.305822269112788,13.21830252599116,14.160995474647867,15.135816003026452,16.144822725986128,17.190233421011385,18.27444227528404,19.40003923101093,20.56983176170118,21.78686946811231,23.05447195059798,24.376260497277286,25.75619422814361,27.198611458228214,28.708277193693867,30.290437860289217,31.95088459300495,33.69602670078645,35.53297727610482,37.46965336618377,39.51489368732147],\"y\":[138.37621736520978,129.9208191045134,122.75808894039106,116.6331096213691,111.35240172285827,106.76671790663784,102.75925948133728,99.23743411537312,96.1269806233028,93.36770935172882,90.91036613284865,88.7142910205402,86.74564799345971,84.9760706755654,83.38161513145884,81.94194204645181,80.6396721587928,79.45987389355774,78.38965283844459,77.417820372485,76.53462432530254,75.73152862711501,75.0010319336542,74.33651747090357]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.38900521985874,9.317622708849132,10.285280474985242,11.295246264293883,12.351103130867212,13.456794902535952,14.616678538434519,15.835584878593785,17.11888959702741,18.472596576756384,19.903436453177488,21.418983757073374,23.027796980149457,24.73958705338988,26.565421267991248,28.517971715322346,30.611820067928228,32.863834242823444,35.29363757992759,37.92419821867694],\"y\":[131.71154118153422,120.49503741250606,111.34977570797648,103.78216302390715,97.44061432838501,92.06856670529348,87.47483221604004,83.51430129214371,80.07503842965265,77.06944461100318,74.42807558652994,72.09523546747711,70.02578201379657,68.18277459963643,66.53571826540453,65.05923599509491,63.732053006673894,62.536211348594136,61.4564565348389,60.47975411909449]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.582542124853739,8.626934154864728,9.729695331575071,10.897181549032265,12.136581687741158,13.45607495774119,14.865021816167197,16.37419798791228,17.99608405496324,19.74522717414622,21.638697222466934,23.696667796224375,25.94316414374634,28.40703706603498,31.123246887430103,34.134579329149524,37.493973037151385],\"y\":[130.84876544730147,116.56966575505702,105.36923294522737,96.39602993000464,89.07982056638119,83.02573041912565,77.95249146270795,73.65485336423468,69.97986577282143,66.81144103371498,64.06003074372214,61.6555556888024,59.54246046922402,57.676188373981695,56.02062561103726,54.54621967970911,53.228574612323584]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.616553586326251,8.841969091906291,10.158952932244274,11.580422224586124,13.121606126161245,14.800622907032398,16.639230604431216,18.66381773260381,20.906730467891013,23.408079083712153,26.218239664170035,29.401385720822415,33.04058169555111,37.24530915724817],\"y\":[124.60828144200138,109.04063787275037,97.14138812921416,87.80769412102288,80.33002494167062,74.23318380531767,69.18810868260472,64.96040955225665,61.37904447019553,58.31655481068471,55.67620086142914,53.38335895310178,51.37962974066864,49.61871705768656]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[12.120898222069151,12.871678584732813,13.637650432248954,14.419461409146924,15.2177876525094,16.03333594984363,16.86684602463378,17.719092967201952,18.590889829294564,19.48309040192555,20.396592197437297,21.332339658486017,22.29132761873334,23.274605042453114,24.283279073074787,25.318519423922726,26.381563148128212,27.47371982894938,28.596377236610298,29.751007503354295,30.93917387480391,32.1625381030595,33.42286855539872],\"y\":[150.35439962684498,145.02629363313292,140.34120318944198,136.20183946121034,132.52919060405176,129.2584771197684,126.336126218738,123.71747967497656,121.36503712707704,119.24709532299931,117.33668364836069,115.61072380835076,114.04936082662758,112.63542622262474,111.35400407268375,110.19207781495923,109.13824091288896,108.18245838981382,107.31586916535814,106.53062132774966,105.81973415398004,105.17698197692941,104.59679599343649]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.78010941710741,10.62004232701928,11.485980405639395,12.37954844637092,13.302484243156425,14.256650776264694,15.244049671376533,16.266836146324312,17.32733568750876,18.428062733006882,19.571741682655485,20.761330608344867,22.00004810226107,23.29140377932484,24.639233045732166,26.04773686233317,27.521527374748665,29.06568045823334,30.685796442884126,32.388070554916894,34.179374946799605,36.06735461192995,38.06054001322078],\"y\":[128.15208329422236,120.70357508824127,114.38291473919803,108.97010305659884,104.29771281628331,100.23626641789659,96.68419575542183,93.56080212629472,90.80122630747441,88.3527937360345,86.17231807984552,84.22408414582536,82.47831978331766,80.9100247513847,79.49806354866615,78.22445576557378,77.07381587223375,76.03290721775174,75.09028414841647,74.23600271512242,73.46138520997282,72.75882727525932,72.12163892654262]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.43832413774518,9.377620962361446,10.357433314468224,11.381191602306368,12.452666320878723,13.576017599369678,14.755852507158078,15.997291816007818,17.306048283568696,18.68851900331259,20.151894990044376,21.704291982571117,23.354907507794717,25.114210649518743,26.994172821364273,29.008550327148853,31.17323284803561,33.50667657680769,36.030447043040404,38.769905507020866],\"y\":[120.60011575332078,110.78845027870182,102.76711224637452,96.11406247066677,90.527681316181,85.78718605439887,81.72757729244923,78.22328461221247,75.17719981342249,72.51314681656679,70.17060159472099,68.10091973060526,66.26459530202592,64.62923855988427,63.16806310936903,61.858739837488336,60.68251856353854,59.623547661499636,58.6683418241804,57.805361904175356]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.634593893340812,8.693263097117889,9.812843173778875,11.000068525050732,12.262582539767017,13.609112185538962,15.049681077880908,16.59587213504375,18.261154475354463,20.06129418625086,22.014875614468394,24.14396985108974,26.475001595452554,29.039886913357122,31.877546307976715,35.035946150143694,38.57489720840203],\"y\":[118.65555755434723,106.24750612547857,96.4800926026556,88.63076022296143,82.21368979709959,76.8912499765334,72.42214505294511,68.6297488435188,65.38206183395923,62.5786276897699,60.14175985073794,58.010517453253094,56.13648127577675,54.48073578448415,53.011676241620776,51.70339084790742,50.53445048749519]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.680807184890324,8.927137232685919,10.26967924514417,11.72228709893818,13.30137546534921,15.026575015568353,16.921591527022706,19.015349262690453,21.34353655042586,23.95073033231564,26.8933707476722,30.24401189534013,34.09753762877364,38.58049144822836],\"y\":[112.3521088100743,98.87963129528941,88.5395884378989,80.40007716887956,73.85896685246787,68.51140816424962,64.07604164711114,60.35178754412063,57.19145736959899,54.485051528299344,52.1488564081417,50.118133208948294,48.34209787771097,46.78040106314734]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}}},\"1.0\":{\"0.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[13.991849772865189,14.74216364619088,15.50605972689926,16.28406699010251,17.07673505289094,17.884635614184987,18.70836396806339,19.548540600261322,20.405812877851965,21.280856842595856,22.174379119056674,23.087118949338986,24.019850367204153,24.973384525372712,25.948572191033886,26.946306425969663,27.967525469278876,29.013215842475446,30.084415698761752,31.182218440566405,32.30777663203117,33.46230623605566,34.64709120882934,35.863488488534415,37.112933419164655,38.39694565524269],\"y\":[158.109345227353,152.3118595064507,147.15205738585453,142.5405637286477,138.40351059189683,134.67937278314344,131.31653821288745,128.2714232524541,125.50699693928107,122.99161513006744,120.6980919342275,118.60295445986819,116.68584039006885,114.92900773815545,113.31693337023755,111.83598226535564,110.47413352058946,109.22075216212004,108.06639815135223,107.00266576362661,106.02204790042107,105.1178209735676,104.28394684442152,103.51498896694103,102.80604041179105,102.15266186981592]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[11.08107339381156,11.910689593165115,12.762790922165227,13.638648389970584,14.5396095698024,15.467106130203025,16.422662027561504,17.407902465185906,18.42456373467914,19.474504068769765,20.559715651287867,21.682337950028938,22.844672562336175,24.049199792035285,25.298597210742418,26.59576049762685,27.94382690080788,29.346201722402366,30.806588299940866,32.32902204210209,33.91790917982661,35.57807101909089,37.314794634318005,39.13389112840932],\"y\":[143.11129523665554,134.36000108806755,126.85555979442294,120.3680320015029,114.71919690413314,109.76904282425932,105.40623015156852,101.54123967096746,98.10137159056973,95.02704248576512,92.26900706126459,89.78624852209559,87.54435880859161,85.51428216830277,83.67133129285402,81.99441008671161,80.46539462281832,79.06863630657881,77.79056026004575,76.61933849210328,75.54462224682496,74.55732151023719,73.64942234705966,72.81383477474529]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.920419616164702,10.856280131904706,11.827510333788826,12.836798389206406,13.887064333882568,14.981490299962585,16.123554807947855,17.317071920813255,18.56623620372759,19.87567461822171,21.250506714601066,22.696414783535207,24.21972600416267,25.827509104649817,27.52768866280523,29.32918096071172,31.242056325166907,33.277734212783784,35.44921904260491,37.771387090583445],\"y\":[135.30131801654605,124.24437002187413,115.05795959642562,107.33347142749489,100.77000081605084,95.14166984581736,90.27602400112704,86.03939767809963,82.32678211819444,79.05467261367657,76.15592975322531,73.57602869293059,71.27028186432385,69.20175529594842,67.3396863915717,65.65826910644373,64.13571162622881,62.75349846964058,61.49580756503372,60.34904596711393]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.324799152278029,10.391484234815133,11.512069533710582,12.691872582364725,13.936837191965704,15.2536397585435,16.64981582503764,18.13391202042451,19.71566989573463,21.40625006109056,23.2185075784011,25.167333042644216,27.270078573981046,29.547094610834236,32.02241279252485,34.7246236476844,37.68801727427958],\"y\":[132.42859996895297,119.03678100752143,108.24105441323685,99.39549601749934,92.04636767714055,85.86677714199351,80.61600065284073,76.11333587665395,72.22081920090169,68.83151814247972,65.86142569455563,63.24373809094119,60.92474380258044,58.86082295434182,57.01622549145913,55.36140423675878,53.87174911325738]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.442389849091176,9.634975830592348,10.904178066660618,12.259538672843695,13.712056469014055,15.274503343688027,16.961820727296686,18.79162245186124,20.784840086617283,22.96656116316414,25.367131888912628,28.02362779842335,30.98184459245474,34.299037790200586,38.04776222553622],\"y\":[142.73283351655957,124.46961918573523,110.357166640794,99.19731750626929,90.2008786776973,82.82958001458276,76.705306397617,71.55564761832785,67.18000054403377,63.42777989721147,60.1840160007517,57.35959845206642,54.88452141212954,52.70311507578426,50.77061983548356]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"0.75\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[13.321170803617637,14.065205330452635,14.822733776598346,15.594284675552085,16.380407159797656,17.18167241693084,17.998675218465173,18.8320355313943,19.682400222856625,20.550444868684888,21.43687567721589,22.34243154048083,23.26788622579426,24.21405072181562,25.181775754381327,26.171954488805714,27.185525436957445,28.22347558922527,29.286843793562728,30.37672440612353,31.494271240650477,32.640701846767726,33.8173021507157,35.025431495907945,36.26652812504819,37.54211515049855],\"y\":[150.78450404714656,145.24259844658908,140.32420989896693,135.94005855868966,132.0167075007298,128.4932541424121,125.3188081596979,122.45054790849659,119.85220753761654,117.49288834860238,115.34611680576451,113.3890919842818,111.60207982627496,109.96792212584005,108.47163588037127,107.10008434549597,105.8417053806886,104.68628586992244,103.62477342612132,102.64911844216097,101.75214097842516,100.9274180840749,100.1691880134001,99.47226847757844,98.83198660875333,98.24411873984178]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[11.155605363009629,11.995635694967905,12.859070674885222,13.747245431624277,14.661578168147427,15.603578345888543,16.574855624406663,17.57712967374243,18.612240989845933,19.682162859677028,20.789014642430807,21.935076557307774,23.122806196998805,24.354857020451334,25.634099119617524,26.963642604123553,28.346864006861978,29.787436184530517,31.289362272823382,32.85701435970347,34.495177666226645,36.20910117819081,38.004555860364434,39.88790181711221],\"y\":[128.5246997724001,121.2140869497448,114.92348544306442,109.46871065138745,104.7062942845983,100.52300269809771,96.82839896439259,93.5494732659779,90.62670570579316,88.01113833381987,85.6621694282747,83.54587210646534,81.63369860566439,79.90147169174519,78.32859223240152,76.89741120384278,75.59272798952111,74.40138655084988,73.31194808389111,72.31442392024746,71.40005623032819,70.56113692045903,69.79085724661496,69.08318228408088]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.087685760877402,10.004014621393784,10.954824235244688,11.942749335477634,12.97065037917233,14.041643300586223,15.159133198663271,16.32685275163603,17.54890629013011,18.82982063951358,20.17460407081636,21.588814989526362,23.078642359541448,24.65100032790164,26.31364011481828,28.075283003786026,29.94577926380237,31.936299136224786,34.059563728202896,36.330125920621384,38.764714429727995],\"y\":[130.61386868160892,119.54904851502009,110.4327414900702,102.82146075593487,96.39352482930003,90.91056521230841,86.19261408229838,82.10153298854135,78.52972071344875,75.39225202357328,72.62129922329464,70.16210494948339,67.9700292793448,66.00835375036505,64.24662707120619,62.65940407984895,61.225273954248294,59.92610376880827,58.746444174301175,57.67305840288205,56.69454599214067]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.38479323270208,9.420685374084766,10.508481579201462,11.653319726188283,12.860937118925637,14.137772878155147,15.491089566212402,16.929118966046687,18.461238250978152,20.09818456324625,21.852318434671428,23.737949777484484,25.77174470823678,27.973237776815925,30.365483057108516,32.975890235498824,35.83731019621668,38.989461624878196],\"y\":[129.1043060037545,115.40309470095323,104.49109494528659,95.63923881201602,88.3461931920563,82.25716860474779,77.11481986344006,72.72845216984673,68.95409126583884,65.68122639083253,62.823776570758994,60.313801618858605,58.09703937863559,56.12968395958674,54.37602342347584,52.80668300029194,51.39730165696485,50.12752326387999]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.540830324368581,9.760636974462152,11.062175099112808,12.455869215718446,13.95380422227021,15.570096134629942,17.32136102663373,19.227315416080877,21.31155436160311,23.602572769891154,26.13512426180945,28.952056013693173,32.106826717880075,35.66702451893655,39.71938154376631],\"y\":[122.24304761538997,107.58692166979537,96.16924558412842,87.0759124544055,79.69936567667995,73.62182766004676,68.54764050395795,64.26234988620006,60.607043474872285,57.46174272153218,54.73435532569378,52.35314714229915,50.2615013490488,48.41419948219628,46.77473663298898]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.0\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[13.384986614661466,14.135640810486592,14.900209792331937,15.67924134192088,16.473305206952727,17.282994642914936,18.108928036660366,18.9517506224525,19.81213630156942,20.690789577109246,21.588447616373802,22.505882454076595,23.443903350683822,24.4033593214159,25.385141852850015,26.390187825678968,27.419482664019338,28.474063733750224,29.55502401472961,30.663516074417398,31.800756373471263,32.96802993732489,34.16669543166391,35.39819068415009,36.66403869978725],\"y\":[139.21189603347608,134.45458055538927,130.22768467858117,126.45645219580194,123.07921986802685,120.04471301705432,117.30997798149124,114.83878438493137,112.60037815155755,110.56849928866589,108.72060158947437,107.03722780125995,105.50150555817083,104.09873790492581,102.81606848801367,101.64220611865338,100.56719686990198,99.58223447710003,98.67950179215539,97.85203755976589,97.09362395467609,96.39869122886671,95.76223652914585,95.17975450559224,94.6471777746337]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[10.399665818913348,11.226828345367025,12.07699666883036,12.951490248041004,13.85171023689588,14.779147635666908,15.735392179638902,16.722142084193163,17.741214777574847,18.794558768259336,19.884266813243677,21.012590577190064,22.181957000778166,23.39498663072705,24.654514204800307,25.96361183407166,27.325615183507818,28.74415312266072,30.223181403643185,31.767021026973296,33.38040208159972,35.06851399890144,36.83706334863464,38.69234053659195],\"y\":[123.9745842300559,116.70774138497134,110.49170401863336,105.12967191503667,100.46997842169657,96.39403952536489,92.80793068898397,89.63638703692612,86.8184564523878,84.30430146386792,82.05281324535123,80.02980867803613,78.20665198766079,76.55918958994563,75.06691876770499,73.71233285911083,72.48040105964958,71.35815186750659,70.33433703878045,69.3991586032839,68.54404565867578,67.76147074576882,67.04479791326807,66.38815631806679]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.154453699787675,10.083740838234093,11.049105618319985,12.053339800911521,13.099482620711184,14.19085370931793,15.331090565822308,16.524191489624837,17.774565060601066,19.08708747097799,20.467169292681348,21.920833619252203,23.45480797420068,25.07663295692584,26.794791342472553,28.61886231607257,30.55970678127638,32.62969133347512,34.84296068124013,37.215771227424575,39.76690247781175],\"y\":[116.37103997742364,107.0909678192639,99.41383202807114,92.98093817254191,87.53080603872853,82.86877801397536,78.84725393627748,75.3524838162722,72.2955296440237,69.60594801673832,67.22729027769464,65.11384233929076,63.22822609790097,61.53960993401339,60.02235650852713,58.65498899074559,57.41939219245916,56.300189075778746,55.28424964433296,54.360300794737185,53.51861390062997]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.458385671449607,9.512063385352597,10.620444679971047,11.789039542398696,13.024024834492545,14.332360270702036,15.721927098528276,17.201695386035507,18.781927476065142,20.474427416902998,22.292849249987608,24.253081259335165,26.373729157179856,28.67672943368076,31.188135856638095,33.93913910174665,36.96740444820526],\"y\":[113.58491325293694,102.20653070447199,93.0968319819389,85.67277425541108,79.53106562245691,74.38475053803353,70.02464483098284,66.29502241118034,63.07780314902197,60.28198705301789,57.836423715218935,55.6847584133904,53.7818322221557,52.09107387143247,50.58258087832079,49.23168794721073,48.01788520682179]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.634390130445492,9.880725523014531,11.213972993323472,12.645488784909526,14.188511130708529,15.858592670950141,17.674152300489965,19.657188222698377,21.834211095987758,24.237481747793215,26.906676868690102,29.891166551887714,33.253183549477875,37.072320509780525],\"y\":[106.7529629131791,94.65409437744727,85.17210892039333,77.580693318283,71.39397854617586,66.275888018714,61.987292115027934,58.35387069248566,55.24585200931674,52.56483595751827,50.234989210848106,48.19701976268242,46.40396534449197,44.81819351846306]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.25\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[12.703126478034067,13.446456610202375,14.2035760786848,14.975030531620034,15.761387431868394,16.56323760994516,17.38119689707998,18.215907849507175,19.068041575405935,19.93829967641599,20.827416316339324,21.73616043049792,22.665338090252,23.61579503839948,24.588419412586916,25.58414467548082,26.60395277229417,27.648877538368154,28.72000838189117,29.818494269547813,30.9455480459554,32.10245112123331,33.29055856499484,34.511304649547796],\"y\":[134.06356708504322,129.39822751918626,125.2687727869435,121.59743481368763,118.32047725591224,115.38520940379648,112.74772446760161,110.37116657696646,108.22438868100689,106.28090290846662,104.51805215004966,102.91635068679997,101.45895522067003,100.1312373871938,98.92043589651249,97.81537163844823,96.80621293618518,95.88428101400645,95.04188791998506,94.27220080040244,93.5691276931485,92.92722098894447,92.34159547320773,91.80785845953642]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[10.459082982618115,11.295283801473595,12.15535046123027,13.040663998054516,13.952693525492487,14.89300504675598,15.863271100424866,16.865281371562606,17.90095441507043,18.972350656815248,20.081686861047064,21.231352280466545,22.4239267388215,23.662200936149347,24.949199315076232,26.288205884611884,27.682793467757694,29.136856923630393,30.654650997049725,32.24083357288502,33.90051526429567,35.639316450215745,37.4634331068642,39.379713062115655],\"y\":[113.18690517416927,106.93257440946208,101.57163663813151,96.93900495483439,92.90705592785383,89.37571139002871,86.2654850127906,83.5125151912956,81.06495654245845,78.88031817060816,76.92347293586431,75.16514964506773,73.58077771797761,72.14959245400458,70.853935272311,69.67870143336648,68.61090045786663,67.6393034804467,66.7541582581293,65.94695726434072,65.21024775896558,64.5374752907901,63.922854009337605,63.36125861332217]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.218379048569208,10.160288310060631,11.139874947673594,12.160093262564095,13.224167868247346,14.335630063268084,15.498359425654733,16.716631683739823,17.99517412495971,19.33923006997159,20.754634278524886,22.24790158625909,23.826331625540842,25.498133196047576,27.272572773101093,29.16015284381926,31.172827339926318,33.32426352696649,35.630162503773604,38.10865423604799],\"y\":[104.91040022516613,96.9878951297954,90.41371977635308,84.89017888062698,80.19943080709655,76.17872747859853,72.70425371612576,69.68029194589043,67.03178354252151,64.699113759593,62.63438639347205,60.798717406843814,59.1602386279561,57.69260470189834,56.37386223380152,55.185583288483386,54.1121943405034,53.14045145423336,52.25902607502484,51.45817534339999]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.528781317790187,9.599797543311247,10.728332157007884,11.920283148109197,13.182287211541633,14.52185073443485,15.947507403170675,17.469009489891402,19.097561940729506,20.84611120773723,22.72970464308685,24.76594165321158,26.975545358941122,29.38309423630926,32.017968678541735,34.915590063106464,38.119063628151586],\"y\":[101.32010902492792,91.67832599864731,83.92832018013284,77.59031610383633,72.33097582108226,67.91214310450218,64.15954464567791,60.942981982878756,58.163402972900634,55.744233556712324,53.625426834017325,51.759291007674385,50.10750911477733,48.63897392547519,47.32819090236489,46.15408376151861,45.099089787040654]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.533311013163394,8.724073190361757,9.996385853987377,11.36086016511523,12.82983493003215,14.417771703556584,16.141756901327817,18.022148153310813,20.08341706819328,22.355262861161066,24.874105059322588,27.685115638194954,30.84503324186337,34.426135281525845,38.521965139768156],\"y\":[107.93764088547024,94.63951700628877,84.4334241874399,76.39860499887273,69.94026681677798,64.6585967531969,60.2758131842352,56.593452587084606,53.46628720473104,50.78581831906564,48.46950247741714,46.453527963926916,44.68785569501434,43.1327425063953,41.75625759564778]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[12.756637061297875,13.50589374776019,14.269340505323465,15.047541749279713,15.841085059527682,16.65058282114477,17.476673954291392,18.320025745237864,19.181335790737602,20.061334068602008,20.960785148152492,21.88049055523139,22.821291307650217,23.784070638350748,24.769756925165623,25.779326847911356,26.813808795651465,27.874286549360924,28.961903267941587,30.0778658086257,31.223449416304685,32.40000282030255,33.60895378163526],\"y\":[125.04912689292655,120.96352071982169,117.3457607453508,114.12868053757964,111.25712813415747,108.68542713579113,106.37545011884708,104.29513978162241,102.41736169991549,100.71900560098685,99.18027492689441,97.78412050390426,96.51578554357089,95.36243741143163,94.3128675744974,93.35724553309865,92.48691580624752,91.69422948587925,90.9724037247589,90.31540393246101,89.7178445366308,89.17490500436362,88.6822584711247]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.694688750034224,10.51635224778161,11.361382699070742,12.231138455856753,13.127063846045736,14.050697891026347,15.003683826534479,15.987779559808288,17.004869209611723,18.056975893416052,19.146275948119744,20.27511479768144,21.446024713690424,22.661744754209575,23.925243213484777,25.23974297196331,26.608750204565304,28.036086987911574,29.525928447513454,31.082845207937314,32.71185205795625,34.41846392545044,36.2087604819921,38.089460975848034],\"y\":[110.56233345569345,104.15681634776773,98.70764437192338,94.02996076421499,89.98276017052589,86.45676550370005,83.3660845952843,80.6423471465478,78.23050716356724,76.0857870250527,74.17141875610514,72.45695142386076,70.91696674589802,69.5300931877483,68.27824113327698,67.14600373399121,66.12018328459622,65.18941366926948,64.34385702904726,63.57495827428809,62.875245049665295,62.23816368873186,61.65794387083054,61.12948632391942]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.36209850357758,9.279925235259878,10.234169214807922,11.22769371488428,12.263621124413625,13.345368121749553,14.476685788637965,15.661705687183234,16.904993113864123,18.21160899386303,19.58718219876127,21.03799447973148,22.571080732475227,24.194347984410076,25.91671736693343,27.748294471740426,29.700574981088593,31.786694434473947,34.02173362725608,36.42309468519243,39.01096769007179],\"y\":[103.85624933591004,95.48911087896884,88.62820375085239,82.92175009177016,78.11761226082591,74.03073327894245,70.52247057316124,67.48707012789473,64.84257412777504,62.52456344646352,60.481760359910844,58.67288037267528,57.06434026878954,55.628564067078734,54.342713567895565,53.18772505942354,52.14756989081118,51.208680849957744,50.35950280049342,49.59013746344724,48.89206025195208]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.563295477682653,8.596536587502444,9.684517829665436,10.832849180148933,12.047832746158575,13.336585784432282,14.7071882110253,16.168861147953194,17.732184913278193,19.409367413644063,21.214577407764324,23.16436197201642,25.27817430743589,27.579047676944672,30.094465127727485,32.857494883136475,35.9082912967927,39.29610659620836],\"y\":[101.89662978153382,91.38735364323465,83.08499946872804,76.3912887031751,70.90256300068191,66.33740007341608,62.4940898086607,59.22458662315397,56.41797645852901,53.98965610231558,51.87405930222004,50.01965075717066,48.38540828792869,46.93830429814027,45.65147221503163,44.502851253663,43.47417085431937,42.55018004753883]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.598789258653014,8.810595468033982,10.10844340443956,11.50377595477205,13.009966829163554,14.642773680222357,16.420918692366552,18.366842313815635,20.50769488988065,22.876659752855414,25.51474553972235,28.47325482785088,31.817247455348717,35.630500345919295],\"y\":[96.27936261542479,84.91385815127772,76.15612803602879,69.23749955727335,63.65940725264589,59.085469167234926,55.281166727846724,52.07840817388384,49.35382218596166,47.014980382107495,44.991380085262925,43.22838275185003,41.68304229764215,40.3211735732739]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}}},\"1.25\":{\"0.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[14.616439131253856,15.364766944164973,16.125888210618204,16.900274322092564,17.68841398020058,18.49081434351189,19.308002228568814,20.140525372058228,20.98895376128836,21.853881040404236,22.735926000155487,23.6357341595024,24.553979447911104,25.491365997848785,26.448630057750638,27.426542036597436,28.425908692226024,29.44757547660281,30.492429052563274,31.561399997847072,32.65546571399765,33.77565355927107,34.92304422685251,36.09877539184246,37.30404565302,38.54011879823119],\"y\":[139.84633428811657,134.97760572554859,130.62064148559,126.70676586025196,123.17873569395516,119.98849793355043,117.09544850069665,114.4650676351338,112.06784092218398,109.87839922863577,107.87482790603434,106.03810799006624,104.35166115095157,102.80097680289944,101.3733047311613,100.05740031161012,98.8433122111367,97.72220460380997,96.68620758741089,95.7282907639685,94.84215594028832,94.02214568925359,93.26316512558085,92.56061474021276,91.91033252720462,91.30854394992826]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[11.801251139199717,12.63441372649666,13.489070961683161,14.366372571366954,15.267534112510567,16.19384308509288,17.14666555443187,18.12745335961127,19.137751991642535,20.179209234079636,21.253584669920752,22.3627601719971,23.508751509970732,24.693721225937484,25.919992952961113,27.190067377276566,28.506640076167386,29.872621500601223,31.291159415776793,32.76566416525369,34.29983718711208,35.89770328587183,37.5636472544992,39.30245555027063],\"y\":[124.04722260940868,117.01964188670071,110.93644715195755,105.63294325676164,100.97958399484462,96.87323535606679,93.23088952541106,89.98507048369919,87.08042765705983,84.47117724016795,82.11915712930339,79.99233195570028,78.06363233379778,76.31004509008918,74.71189394812266,73.25226615242384,71.9165519373562,70.69207199337741,69.56777410063437,68.5339845352663,67.58220315410749,66.70493354107343,65.89554147409108,65.14813640250192]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.829351501158435,10.744095538501076,11.690846279770987,12.671893680584883,13.689709214083713,14.746968274923471,15.846575297784161,16.991692105805996,18.185770085290187,19.432586886728135,20.73628848289734,22.101437578257297,23.533069568128038,25.036757501677144,26.618687823511603,28.285749073113244,30.04563623398574,31.9069740779837,33.879463689016475,35.9740574340874,38.20316906047291],\"y\":[125.24707788716428,114.95335194707336,106.38724738939712,99.17354206124644,93.03541695705611,87.76473141502548,83.20233536396819,79.22470744257127,75.73468799613343,72.65492651705019,69.92316714405838,67.48880286277432,65.31032074279508,63.35338293012598,61.58936784697756,59.99424896677522,58.547724250348345,57.2325338175669,56.03392046109209,54.939199614317886,53.93741395301717]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.230809942231302,10.270803418842759,11.35940767621799,12.501121501195929,13.70093100431442,14.964387172534206,16.297696866041697,17.707830455024453,19.20265007444871,20.791063513825634,22.483210138571586,24.290687079715,26.22682640057801,28.307037298764747,30.549231986670353,32.97436023904239,35.607086484490814,38.476655933025306],\"y\":[122.65194528206978,110.23055245097235,100.19766230972213,91.96268155765905,85.10979791151767,79.33883364899711,74.42833356564493,70.21178513202047,66.56186829117458,63.379765954057014,60.587750396906806,58.123941213640094,55.938533715247374,53.991042290219504,52.248256594236025,50.68270634410081,49.27149427758205,47.99539917342019]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.519329714954788,10.750573363875487,12.058943320815327,13.453625459426481,14.945165675454337,16.54575183444059,18.269564695374694,20.13321934724704,22.156326426815728,24.362213492344168,26.778863088013107,29.44014790957481,32.387479376381,35.672040934085004,39.357863579303746],\"y\":[115.27128764172782,102.20995440171994,91.8587937091438,83.49805192476835,76.63556796471559,70.92483159293137,66.11569470749758,62.023611304704,58.50982094335033,55.468223575978776,52.816471628380825,50.489791997422266,48.43661767803377,46.615444762705515,44.992535241849545]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"0.75\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[13.956624159666335,14.70004686789652,15.456248479723362,16.225702764174663,17.008900948881983,17.806352890242774,18.618588298212554,19.44615802303312,20.289635411363456,21.149617739552333,22.026727732167604,22.921615174373926,23.83495862732592,24.767467256421515,25.71988278304359,26.692981571314824,27.687576862409355,28.704521170117403,29.74470885265833,30.80907887720142,31.89861779519876,33.01436294848637,34.15740592819102,35.32889631082316,36.53004569857568,37.762132093821826],\"y\":[131.9821246391908,127.42550309551844,123.35783877896866,119.71228309261838,116.43334220753752,113.47460235327031,110.79697479680273,108.36732820262948,106.15741297475472,104.14300795218477,102.30323806189514,100.62002459095724,99.07763919828689,97.66233971135604,96.36207087370596,95.16621703082168,94.06539661941457,93.05129050965623,92.11649792127382,91.25441492261737,90.45913152164175,89.72534413887776,89.04828086659354,88.42363740404298,87.84752194501183,87.31640760280249]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[11.065582027618799,11.889020308488567,12.733778675873943,13.60100564428445,14.49191557263326,15.407794858614132,16.350008643809076,17.320008108829885,18.319338444814242,19.349647596671538,20.412695884712594,21.51036662490637,22.644677884290946,23.817795527430103,25.032047732765193,26.28994118491915,27.594179181261442,28.947681929346427,30.353609357416847,31.81538681454937,33.33673410211169,34.92169835635036,36.57469139611029,38.300532263597646],\"y\":[117.18288443416048,110.47114885335209,104.68659871108486,99.66286995152639,95.27017345993225,91.40592473060644,87.98808309279372,84.95033539701114,82.23855918597916,79.80818872841216,77.62222813835852,75.64973490218019,73.8646498645357,72.24488546841962,70.77160864983632,69.42867196812317,68.2021587079301,67.0800163939722,66.05175946552454,65.10822647423736,64.24138058247064,63.444144687214504,62.71026441294298,62.03419367310414]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.915481435772175,10.845475575442455,11.809199470736987,12.809100433608137,13.847827637584597,14.928257259947943,16.053520833984248,17.227037416897804,18.45255028197076,19.734168974457965,21.076417735306478,22.484291503056753,23.963320962907872,25.51964843711333,27.160116821474407,28.892374293832805,30.72499818578652,32.66764226375448,34.73121277171458,36.92808003006467,39.272334280236926],\"y\":[109.06717223703814,100.74232111985312,93.77863459611673,87.88716332562042,82.85336164001421,78.51494903331397,74.74715246364487,71.45263009494919,68.55444354795485,65.99106231959529,63.712751547757904,61.67891938948445,59.85614154630919,58.21667110376887,56.73730117663516,55.3984873984013,54.18366410131474,53.07870648737717,52.07150397609239,51.151619030947586,50.31001229547862]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.329246161951277,10.390660094738221,11.503759050119042,12.673422134236919,13.90507995204908,15.204804140064722,16.579413186137316,18.03659847512898,19.585075518799684,21.2347666872707,22.997023575937973,24.884899585265597,26.91348660575055,29.100334241790886,31.465976299044122,34.03459808004583,36.834890563355515,39.90115560011765],\"y\":[105.24248104208155,95.32053491939922,87.25373778962947,80.59385689588244,75.0229076768933,70.30973066049636,66.28268931201141,62.81195922665108,59.79772197091591,57.1621040759594,54.84355483836391,52.79284985567628,50.970201238206364,49.34313551158748,47.884913237047336,46.57333688301503,45.38984094130812,44.318789918721116]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.457984588351493,9.647701353391163,10.911476669718894,12.258162220907565,13.697912498499127,15.242456105256995,16.905432941002992,18.702817957143548,20.653459532017276,22.779771117775322,25.1086302367201,27.67256169581553,30.511316139297197,33.67400753391857,37.22205531525482],\"y\":[111.31438409723906,98.0580555372502,87.70206753506794,79.43377909949928,72.71144815802457,67.1615474132354,62.51908973074439,58.59144221708024,55.235574426676045,52.34329935554243,49.8314349757633,47.63508672996617,45.702962365303875,43.99404154640789,42.47516769850527]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.0\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[14.029412044801159,14.780060083429786,15.543926821015432,16.32150508337143,17.11330643736492,17.919862437132938,18.74172593256198,19.579472447832586,20.433701638078855,21.305038832576322,22.19413667334387,23.101676858625638,24.028372001406407,24.974967613915073,25.942244229990557,26.93101967823242,27.94215152004711,28.976539668042243,30.03512920173456,31.118913399242018,32.228937005547074,33.36629976007949,34.53216020879829,35.72773982869488],\"y\":[121.0349040501777,117.17343114764387,113.7227835471134,110.6277070569659,107.84220728605278,105.32771531822272,103.05166848638503,100.98640143259001,99.1082716694356,97.39696418268164,95.8349340322244,94.4069562602478,93.09975993229867,91.90172865333302,90.80265398904827,89.7935312808938,88.86638965059689,88.01414974542344,87.23050412114779,86.5098161989509,85.84703454062925,85.23761981901463,84.67748235870482,84.16292851688509]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[11.138871450804285,11.972662896917734,12.828688800344196,13.708158528930912,14.6123532157694,15.54263251966485,16.500441974017743,17.487321012951,18.504911772384023,19.554968774937937,20.63936962123503,21.760126826621537,22.919400961997457,24.119515280804734,25.362972041966202,26.652470771509194,27.99092874477489,29.381504017780557,30.827621392043234,32.333001763957334,33.90169539009199,35.53811969661056,37.247102378273354,39.0339306750502],\"y\":[105.26737431245559,99.64372579501581,94.78436467457064,90.55448764194449,86.8485266214482,83.58274168989605,80.68993603345172,78.11562076509591,75.81518903140876,73.75180470464393,71.89480485736861,70.21847687881512,68.70111232425671,67.32426762172665,66.07218111295705,64.93130945512108,63.889956021482924,62.937970840165164,62.0665066215325,61.26781910222195,60.53510265936552,59.86235418726251,59.244259767064456,58.676099830282304]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.085465620996468,9.997197913610217,10.941974969852437,11.922209438606483,12.940512331708339,13.99971803387628,15.102912463088618,16.25346499266744,17.45506484634181,18.7117628064156,20.028019238323907,21.408759640133844,22.859439183545803,24.386118037888018,25.99554967939401,27.695284909988224,29.49379497678363,31.40061804132294,33.42653435861414,35.58377697581325,37.88628666759209],\"y\":[104.90725404142358,96.57709129090057,89.67093062369055,83.87244511880873,78.95053073434164,74.7327943462617,71.08827350592817,67.91586573145817,65.1363949660862,62.687056267422065,60.5174520250891,58.586715573821934,56.861391773556626,55.31385352848295,53.92110364302642,52.663857659111414,51.52583424319251,50.49320071629501,49.554135834717854,48.69848209134082,47.9174670161122]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.390393216941543,9.422563571130713,10.504771215982574,11.64176125397452,12.838812049742643,14.101822500892341,15.43741501201753,16.853058024901273,18.35721293707027,19.95951155337955,21.670971974176496,23.504263192487947,25.474031888198287,27.59730931390726,29.894022272420845,32.38764074665494,35.10600690555083,38.08240773920222],\"y\":[102.24766207924495,92.08393687515449,83.9258032331389,77.26167303272045,71.7367444989524,67.09795609504681,63.16042458747333,59.786235477009406,56.87061880474271,54.33269258516654,52.10911597286892,50.14964501393767,48.41396162007133,46.869372459057566,45.48911341884534,44.25108282278639,43.136882914421285,42.13108612728909]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.553307176795002,9.769745640850788,11.06528304808207,12.449614593932814,13.9339259126422,15.531212658109126,17.256681363739883,19.128257949199465,21.167240107067094,23.399144162180196,25.854818189325435,28.57192497704915,31.596947059106714,34.98794199823231,38.818397585953285],\"y\":[95.98293112446093,85.20638506603865,76.7366140626293,69.93816936094899,64.38472752726707,59.78062041579369,55.91496341253901,52.633687156228056,49.82186289750781,47.392182337285426,45.277243820972124,43.424263310724086,41.79137084494803,40.34496801672586,39.057810382547956]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.25\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[13.354815932139863,14.099342585127756,14.857033229442225,15.628381430516926,16.41389954712619,17.214119997036313,18.02959658473961,18.860905899436283,19.70864879163937,20.57345193711724,21.45596949734757,22.356884886231896,23.276912653511776,24.216800496138088,25.177331409781747,26.159325993744456,27.16364492374539,28.19119160843531,29.242915047056282,30.319812907378534,31.422934845102873,32.553386088042615,33.71233131099112,34.90099882997185],\"y\":[115.59385186219815,111.87151691078508,108.55678456049917,105.5933181664228,102.93449098181942,100.54140730411977,98.38138432204231,96.42677500767414,94.65404647454226,93.04305179693999,91.57644982452877,90.23923928090271,89.0183818905594,87.90249543013786,86.88160212196127,85.94692114516693,85.09069655512441,84.30605380293113,83.5868794950542,82.92772014604918,82.32369653602672,81.77043095610885,81.26398514871977,80.8008071643211]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[10.387114875653376,11.209032039061071,12.05289638405125,12.919908921542651,13.811341798806069,14.728545092048195,15.672954179898396,16.64609778913608,17.649606812414945,18.68522400866376,19.7548147103957,20.860378678614797,22.004063265748336,23.188178070580655,24.415211297181283,25.687848063144596,27.008990942132318,28.381783073031283,29.809634224619863,31.296250272486393,32.84566662657191,34.462286246267695,36.150922999449584,37.91685126719564,39.76586287359047],\"y\":[101.17263008842008,95.59189066443594,90.79962766613428,86.65117422649735,83.03450377344704,79.86163012213322,77.06256790813453,74.58101127385683,72.37118970699944,70.39554544428185,68.62299398787962,67.02760486941322,65.58758954802822,64.2845166717826,63.10269764969483,62.02870119795998,61.050966549685874,60.159492853935085,59.34558792703958,58.601663620091855,57.92106808130758,57.29794743011135,56.72713103674967,56.20403586860423,55.724586330036516]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.150801210229348,10.075344150046789,11.034514422495196,12.030874854159219,13.0672065754699,14.14653682713363,15.272170432573308,16.447725646052067,17.677175210524908,18.964893618449437,20.315711770173614,21.734980478414876,23.228644587690688,24.803329883032195,26.46644547790145,28.226305030537027,30.092270986382832,32.074927143682324,34.18628627473831,36.44004142459226,38.85187201700406],\"y\":[93.6682986585325,86.64190520825161,80.79874279766506,75.87947256631509,71.69391799832698,68.09972074960068,64.98838066987298,62.275877830085285,59.896222591599965,57.796925931099075,55.93575845539286,54.278392280249584,52.79665908321148,51.46724549090972,50.270703652059915,49.19069216102118,48.2133875038369,47.327023237271156,46.521525898469996,45.78822491226444,45.119619640451404]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.462116943106428,9.511807309700027,10.614300816794588,11.774699028545431,12.99869889023334,14.292692065551503,15.663882924526135,17.12042983745423,18.671615673593337,20.32805507593881,22.101948339387384,24.007394782914012,26.060782703798324,28.281278814565713,30.69144820872269,33.31804746544557,36.1930501561407,39.3549883714298],\"y\":[90.3017449164194,81.79206065896382,74.93463892682601,69.31352416660134,64.63899423813206,60.70357805305201,57.35513439866173,54.47977659968056,51.990704535898374,49.82070226406829,47.91697807327993,46.23754074487932,44.74860676431405,43.422713824199704,42.237327266569146,41.173796392727844,40.21656292164793,39.35255372881692]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.644324525016994,9.886836600645655,11.213545908414376,12.635039155191471,14.163598009705847,15.813573606848346,17.60186047187466,19.548503229799305,21.67748253349306,24.017745902305194,26.6045779933953,29.48144878806074,32.70254660748106,36.33631189284684],\"y\":[84.23400417103613,75.25145409701629,68.16005054913656,62.445532439021804,57.76127013883442,53.8658285317767,50.58631504421012,47.795945332218054,45.39981383306714,43.325587113248645,41.517251886725894,39.930815061066646,38.531283954066055,37.29050563692838]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[12.6779343122958,13.415833158394694,14.166821673966014,14.931393373020079,15.710060555183663,16.50335558919579,17.311832257736736,18.136067172162296,18.9766612658691,19.834241375317458,20.70946191817286,21.603006678588557,22.51559071033824,23.44796236932085,24.400905487905188,25.3752417046678,26.371832964316027,27.391584203992434,28.43544624374614,29.50441890075022,30.59955434886901,31.721960747462045,32.87280616588802,34.053322833080806],\"y\":[110.950100680491,107.30995480681122,104.08143725195039,101.20584818910883,98.63493053821558,96.32867334139104,94.25364282997373,92.3816998238847,90.68900360421212,89.1552307223725,87.76295683339026,86.4971634295085,85.34484116494704,84.29466853299776,83.33674980737469,82.4623999514269,81.66396701744564,80.93468467288818,80.26854909044101,79.66021565951097,79.1049119150742,78.59836380636611,78.13673299431169,77.71656331105372]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[10.445666769703951,11.276560538873408,12.13025597050281,13.008012944118828,13.911168312728128,14.841143276259174,15.799451416126349,16.78770749266255,17.80763711755566,18.861087426655985,19.950038894748022,21.076618453496724,22.243114097273548,23.451991189601387,24.705910716364055,26.007749771755105,27.3606246104896,28.76791665672567,30.233301928427444,31.760784418144357,33.35473407053022,35.0199301174309,36.761610678115446,38.58552971170472],\"y\":[92.38937116601397,87.57529545173662,83.43537443555562,79.84725546311675,76.715963293813,73.9667337869941,71.53996987120762,69.38762483463341,67.47056545940585,65.75662035881035,64.21911556092738,62.835761886649124,61.58779988258978,60.459335736141384,59.43682048158417,58.50863788892684,57.66477561967232,56.89656077663136,56.19644568866523,55.55783320491644,54.97493330095127,54.442644678297114,53.95645644859214,53.51236606029409]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.213506497210615,10.150531185217195,11.123766330596602,12.135930372136462,13.189981026128146,14.28914614421934,15.436958806699735,16.637297474293295,17.894432174172255,19.213077890657743,20.598456577663235,22.05636952178116,23.59328218011561,25.21642411985512,26.933907329906322,28.754867002991173,30.68962995984019,32.749917288488255,34.949089616284134,37.302445881255196,39.82758975108796],\"y\":[84.57552147498679,78.55027223144772,73.52829511444297,69.29202837451044,65.68147158880248,62.576530826666556,59.88544159733754,57.536972470346086,55.475050340245566,53.65497740340561,52.04071862597511,50.60292409455442,49.31746526910784,48.16433667069552,47.126821414986864,46.19084991194235,45.34450180210618,44.577615361186176,43.88147841669517,43.248581714754266,42.672420582473535]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.530938034708445,9.597720979675653,10.720084751277623,11.903502898108718,13.154110626408679,14.478817501121776,15.88544214096342,17.382874509043432,18.98127296364469,20.69230534698206,22.52944626055467,24.508346607441126,26.647296921438343,28.967813616128435,31.495388079854017,34.260454059719955,37.29965143201286],\"y\":[80.78232022887256,73.52553947455716,67.66041717998954,62.84021778515817,58.82263609155442,55.43362269960835,52.545177271041986,50.06122466133337,47.90835327787002,46.029577976276876,44.38004027219645,42.92398192272448,41.63257490078004,40.48233927564351,39.45397221528629,38.53146933655649,37.70145713198955]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.543204327954744,8.73187162219207,9.99994160301419,11.357370487531087,12.815685755789179,14.388332440962548,16.09110985229392,17.942729006876565,19.96553269725999,22.18643726931681,24.638180780466545,27.36100108860543,30.404927679473616,33.83296655797748,37.725612808253764],\"y\":[84.83062763482202,74.95279840857606,67.31860019072693,61.27128289546408,56.383680983324545,52.36684815429848,49.01886340962862,46.19468558300699,43.78764772586834,41.71768721777773,39.9236277315584,38.35798164689741,36.983366893497006,35.76998493560376,34.6938124173167]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}}},\"1.5\":{\"0.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[15.259705744052717,16.008371553426862,16.76929290696572,17.542901402740824,18.329643794629227,19.129982952094814,19.944398863132207,20.773389685713607,21.61747285320655,22.47718623942829,23.35308938926995,24.245764821152974,25.15581940797811,26.083885843688268,27.030624203099784,27.99672360325959,28.982903975271192,29.98991795630009,31.018552912332567,32.06963310322694,33.14402200267743,34.2426247869165,35.36639100733346,36.51631746369416,37.69345129633681,38.898893317609264],\"y\":[125.63918091415334,121.49823677566945,117.77455056995149,114.41440663834722,111.37268459790349,108.61123600558251,106.09761099797684,103.80405073791286,101.70668370410547,99.78487972080356,98.02072708426533,96.39860651246502,94.90484181834105,93.52741180444475,92.25571133070694,91.08035212360045,89.99299589264602,88.98621385691568,88.0533679744882,87.18851009605032,86.3862959922192,85.6419117792497,84.95101072434713,84.3096587763432,83.71428745999349,83.16165300807292]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[11.720034360403885,12.53925817481142,13.378346275475351,14.238312737475184,15.12022577040742,16.025212571037994,16.95446454173003,17.909242930126222,18.890884949753023,19.90081044671302,20.94052918447812,22.011648827085175,23.115883710919338,24.255064506955712,25.43114888908358,26.646233340294042,27.902566247484256,29.202562457925247,30.548819496674888,31.944135675150797,33.391530357635524,34.89426669580891,36.45587719288777,38.08019252033787,39.77137408354679],\"y\":[115.98306143877518,109.35228471669546,103.60627066931845,98.5914118867749,94.18675103101427,90.29589478096908,86.84118858099035,83.75945394276872,80.99882451711295,78.51636704663434,76.27627109223135,74.24845639860231,72.40749067038833,70.7317406653179,69.202700491941,67.80445580273695,66.52325314720234,65.34715138951024,64.26573767497618,63.26989454556072,62.35160786962977,61.50380755380463,60.72023474906694,59.99533059509735,59.324142571276866]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[10.66109840250982,11.589916109552366,12.550339661876272,13.544536190903967,14.574839900044323,15.643771720532634,16.754061296066222,17.90867171283741,19.110827456369652,20.364046158231954,21.672174797342866,23.03943114645725,24.470451410214164,25.970345194245457,27.544759185000352,29.199951219823678,30.942876803107996,32.78129059903262,34.72386603377914,36.7803369093419,38.96166592000111],\"y\":[107.61561927077923,99.56259412979551,92.77220881536232,86.98729607907956,82.01421353752154,77.7047030019888,73.94355891508249,70.64006327326051,67.72192108572693,65.13089143574281,62.81959045707657,60.74911838783473,58.88727528497574,57.207203319173665,55.68634229895174,54.30561800279141,53.04880549898842,51.902025368955705,50.8533418520527,49.8924398604017,49.010363542132666]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[10.181800245574758,11.247091929307128,12.361159707478318,13.528347373381798,14.753458743922677,16.04182787267047,17.39940117543623,18.832834168935666,20.349606171141303,21.958157161700026,23.668052116879668,25.490179606708015,27.43699340016792,29.52280844892887,31.764166170978285,34.18028880914414,36.79364934828442,39.63069286070073],\"y\":[103.2279611149388,93.82345438157432,86.09249541662331,79.6500753038364,74.21776705228993,69.5898368632637,65.61137083001722,62.163762401591065,59.15484713206512,56.51205061860841,54.17753686858152,52.104713148594364,50.25567236566121,48.59929471026778,47.10982022798062,45.765762655338825,44.54907383916141,43.444494402233005]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.43418946038917,10.637837531115169,11.912233162099666,13.265354148537249,14.706282160881115,16.245418571823265,17.894749318927982,19.668173182002086,21.58191261580639,23.655032980075394,25.910105534254978,28.37406327743476,31.07931874866967,34.06524266018987,37.380147248284196],\"y\":[107.90950208870922,95.70983070308088,86.02330092911592,78.1862119846452,71.74374618051947,66.37506275319699,61.84813921024146,57.991530719386354,54.676142358347676,51.803135334659196,49.295705943387745,47.09337551550699,45.14794739048466,43.420594290495195,41.87972697138436]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"0.75\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[14.609010496744254,15.353900748384845,16.111088812284315,16.881010636755736,17.664117596593083,18.46087747972838,19.271775518155966,20.097315468765473,20.93802074984212,21.79443563919016,22.667126540106224,23.556683321771608,24.463720741045176,25.38887995312271,26.332830119087053,27.296270119010558,28.279930379992567,29.284574829327475,30.31100298391182,31.36005218802193,32.432600012739734,33.52956683158598,34.651918588354846,35.800669774750354,36.976886637223195,38.18169063442263],\"y\":[117.53914033969274,113.73326082893016,110.3183138986423,107.24314600067427,104.46493885914212,101.9476043996132,99.66053277631902,97.57760680246459,95.67641944466708,93.9376475832783,92.34454709801373,90.88254293573748,89.53889411716166,88.30241830157378,87.1632640113343,86.11272124214908,85.14306317887316,84.24741326316133,83.41963303669027,82.65422709813842,81.94626222701642,81.29129828985403,80.68532898931747,80.12473087103568,79.60621928633019,79.12681023698627]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[11.81013552248694,12.641182490883596,13.4930629855881,14.366851436594311,15.263681967241334,16.184753739855136,17.131336731917845,18.104778005445866,19.106508537825054,20.138050689393086,21.201026391662626,22.29716615039388,23.42831896996649,24.596463319948846,25.803719281773375,27.052362033437166,28.344836853707005,29.683775855072007,31.072016687482,32.512623493729215,34.008910443409135,35.56446822725341,37.1831939591437,38.869325011627275],\"y\":[102.12771253473635,96.75453703585366,92.08211408864184,87.99154361994646,84.38873275326013,81.1983463531015,78.35942689312851,75.82217388595348,73.54554259909486,71.49543066711617,69.6432925727614,67.96506959974222,66.44035518421265,65.05173786831037,63.78427962977809,62.625098388852095,61.56303139867595,60.58836195715838,59.69259607810784,58.86827886771591,58.10884267422285,57.408480828099385,56.76204211924872,56.164942175440764]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.850077659435724,10.764818376286216,11.71085742964821,12.69035934147804,13.705656146160702,14.759267362232087,15.853922321258084,16.99258528665162,18.178483860918526,19.415141263592393,20.706413167057057,22.056529907964,23.470145053956735,24.952391506735577,26.508946573396337,28.146107751931027,29.870881371529876,31.6910867273754,33.61547898428704,35.65389493590456,37.817426752973184],\"y\":[100.85228212659584,93.16421709026422,86.72296096701241,81.26538455429588,76.59578440105223,72.56590277689028,69.06158556648053,65.9936577149599,63.29154956494504,60.898759764825925,58.76957016984661,56.86663041446508,55.15915694932115,53.621573000337136,52.23246942957111,50.97380219980662,49.830266388159465,48.78880340123229,47.83820972233354,46.96882379163906,46.17227354900687]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.26186544063902,10.304021825771386,11.394041287475918,12.536220787082664,13.735313394622915,14.996598686279908,16.325965069015265,17.730006781592557,19.216138976304975,20.79273514958362,22.46929232827231,24.256630925315136,26.16713818628622,28.215066845072744,30.416904263807737,32.79183234216243,35.36230542313002,38.15478316018705],\"y\":[97.24879432944648,88.11876282818758,80.68182570127664,74.53137367221136,69.37836877361,65.0123076434368,61.27662752084651,58.05272222151226,55.24926845318454,52.794926171967816,50.633239651956046,48.7190078118608,47.01565613587735,45.49330433157208,44.127325559456914,42.89725840026971,41.78597554365683,40.77904175984544]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.564799676927555,10.801188996105596,12.113966347580023,13.511997440949939,15.005437357263334,16.60599114156045,18.327236808679622,20.185029749877827,22.198014178856713,24.388276732207203,26.78219100749168,29.411521826397916,32.31488777551126,35.53972568708984,39.14497049183634],\"y\":[90.55027954632439,81.04066194120593,73.43230235682296,67.2348547510639,62.10947806017621,57.81530731134167,54.176923036197245,51.063856267368145,48.37726851792683,46.04105704432035,43.995771809973185,42.19436637663009,40.59917317655063,39.179713446564215,37.91108694297673]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.0\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[13.95070695092891,14.691102552250905,15.443815153121042,16.209284156356432,16.987964607691886,17.780328207587704,18.586864368027857,19.408081320273656,20.244507279635762,21.096691673514893,21.965206439231274,22.850647398510716,23.753635715919618,24.674819449042772,25.614875198779085,26.574509868795918,27.55446254393775,28.5555064982374,29.578451344137385,30.624145335604997,31.693477839031832,32.78738198716012,33.90683753279237,35.05287392073803,36.226573598352985],\"y\":[110.7866147221785,107.22069191924471,104.03019699953767,101.16490317228111,98.58296329966092,96.24925638531005,94.13410696996279,92.21228355669203,90.46220811923183,88.8653269209257,87.40560577615362,86.06912216009614,84.84373331312895,83.71880443689881,82.68498475132375,81.73402193081228,80.85860751389598,80.05224746087562,79.30915324656762,78.62414981225196,77.99259743003027,77.41032510387518,76.87357358170063,76.37894640955781,75.92336774348176]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[11.073866735230851,11.895635118670613,12.738129045091881,13.602425384308189,14.489661061344187,15.401038506673261,16.337831541642412,17.301391764736387,18.29315550980994,19.314651454518476,20.36750896596773,21.453467281224142,22.574385632993458,23.732254445775247,24.929207745504517,26.16753694656249,27.449706204648383,28.778369553058194,30.156390074281422,31.58686139956613,33.0731318775348,34.61883181067381,36.22790422759106,37.90463974183731,39.65371614796013],\"y\":[96.44143852608401,91.28863470087941,86.8299107099848,82.94355471871921,79.53412477189303,76.52581978077903,73.85774314811901,71.48046127949648,69.35346466635843,67.44326878152069,65.72197553310741,64.16617092354002,62.75607131330856,61.474855704461376,60.3081387461546,59.24355128061713,58.27040385076907,57.37941477339768,56.56248887541923,55.81253629126593,55.12332316754912,54.48934795387488,53.905738342597296,53.368164973917004,52.87276883104508]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.933401907060814,10.863121438221233,11.82585092047704,12.823907921612479,13.859796721986644,14.936230815779004,16.056158210434774,17.22279003576945,18.439633058342938,19.7105268031187,21.039686117470215,22.431750178327054,23.89183914971909,25.42561995581777,27.039382957791936,28.74013172989929,30.535688645776215,32.43481964267629,34.44738237356629,36.58450304435943,38.85878864799409],\"y\":[88.42998400213322,82.13138530986504,76.83431777478279,72.33107889456302,68.46647602565969,65.12243303248857,62.20766603903923,59.650593578919874,57.394364835584845,55.39330736108925,53.61034595962232,52.01509849976883,50.58245158614079,49.29148164983046,48.124628192655024,47.067053484981514,46.106141778346014,45.231104059615916,44.432663460462926,43.70280288807683,43.03456108004804]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.356748468488846,10.419886139336999,11.533935275406757,12.703563932162105,13.933957291033611,15.230899227445885,16.600868377567622,18.051152110459373,19.58998267073108,21.22670089308594,22.97195439786189,24.837939189194145,26.838696285061275,28.99047868530439,31.312209028672378,33.82605529121722,36.558161715336794,39.539586166597736],\"y\":[84.2241979834035,76.81112139770242,70.74398720170646,65.705108247892,61.46745421982623,57.86486311565038,54.77318082052769,52.09794642599091,49.766132831231396,47.720474863135856,45.91549186846746,44.31464588887139,42.888276767697974,41.61207879981506,40.465961268912395,39.433185319864386,38.49970255412409,37.653642787985106]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.493748529260076,9.688440091963404,10.956676961982174,12.307030135438389,13.749312632059246,15.294831894773901,16.95670233041947,18.75023641451284,20.69343919805389,22.80764021374684,25.118310003313532,27.656127853078992,30.458396151156343,33.57094048104601,37.05070217993064],\"y\":[87.61602451263195,77.86693280579348,70.18683165283619,64.00926783141871,58.953322668088695,54.75425687324338,51.22287851652197,48.22071926304199,45.64431735043978,43.4149553549924,41.4717773593595,39.76706238594654,38.262909890389516,36.92887157405954,35.740230639748276]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.25\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[14.022249587248531,14.769819427077763,15.530145316416846,16.303685078173935,17.0909133745365,17.892322787738063,18.708424952422842,19.53975174599507,20.386856543508166,21.250315543908982,22.13072917479937,23.028723583307382,23.94495222117462,24.880097532765177,25.834872755391174,26.810023842133507,27.806331518225875,28.824613483068354,29.865726771063425,30.93057028572879,32.02008752295698,33.13526950088009,34.27715791557831],\"y\":[101.70339588042272,98.6724036289049,95.95920037013359,93.52183260152778,91.32527181051721,89.34005981082176,87.54125739332142,85.90762039819377,84.42094816878206,83.0655639916035,81.82789754426713,80.69614687340801,79.66000288567781,78.71042335271281,77.83944641616817,77.04003581729629,76.3059517684274,75.63164267456922,75.01215390508649,74.44305058300577,73.92035195758785,73.44047539491206,73.00018839140542]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[11.145393611542088,11.97738130675165,12.831004111895483,13.707397987687683,14.607764508367877,15.533376831480773,16.485586171158733,17.465828848798775,18.475634002019234,19.5166320416096,20.590563956971756,21.699291583494162,22.844808960698902,24.0292549282225,25.25492712822672,26.524297608269208,27.84003024873962,29.205000274589537,30.622316153372143,32.09534423194394,33.62773652427491,35.22346213479192,36.88684288819329,38.6225938410406],\"y\":[86.91858312381105,82.57086803843359,78.8019840829304,75.51179505277796,72.62155315377414,70.06854640284773,67.8022639202815,65.78160241926996,63.97280024675567,62.34788840101959,60.88351454034495,59.560039873881465,58.36083826221425,57.2717469321292,56.28063211252151,55.37704266106884,54.551931696178066,53.79743124893869,53.106668590451854,52.47361556847479,51.8929642774455,51.36002387819742,50.87063451228489,50.4210951163795]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.100996895288402,10.012825374441967,10.957085182114195,11.936068727212362,12.952252935156558,14.008321771625496,15.107191536147793,16.252039446804226,17.44633611988386,18.693882654245066,19.998853163555918,21.365843766512146,22.799929253669365,24.306728910477897,25.892483303757217,27.564144252117217,29.329480724890782,31.197204082665078,33.17711693087032,35.28029096774906,37.5192806538455,39.9083814287051],\"y\":[85.04132513645149,78.70706523840234,73.43032601372855,68.98069900901216,65.18893734285828,61.92815102882519,59.10148806219779,56.63384628958349,54.466164865330654,52.5514098021358,50.851697940211146,49.33620181445245,47.97960018506679,46.76091630076389,45.662635905258604,44.670029905410935,43.77062869666073,42.953810199096885,42.21047408439103,41.53278199580161,40.913948772133566,40.34807343670399]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.41307684309647,9.447198447291267,10.530744485418756,11.66826996785237,12.864832739734949,14.12607349798027,15.458309908996082,16.868648192226452,18.365116368760766,19.95682448495189,21.65415859920741,23.469017296575988,25.415102157826105,27.50827722772824,29.767017495199163,32.2129732972786,34.871687259681785,37.77351421113202],\"y\":[81.84487764325401,74.20341797196384,68.03306010916116,62.965652190721904,58.744260810982425,55.18455920720972,52.151149874286624,49.54252082306029,47.281190449758284,45.30707703166673,43.57293189226442,42.041127841708594,40.68135835216895,39.46896145156194,38.38368014805342,37.40873304061108,36.53010872420689,35.736023924328705]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.585827829691178,9.806691205992713,11.106094628418244,12.493437386063007,13.979541278664891,15.576948726213308,17.300295264946893,19.166780006117264,21.19676626052235,23.414556993956918,25.849408021775567,28.536868984867105,31.520583243341882,34.854741326770416,38.6074829323281],\"y\":[76.25204625905637,68.20406470271169,61.83618164330302,56.69421675763478,52.47137682560159,48.95355067581868,45.98713267267484,43.4592915619055,41.28543401921685,39.40099204146519,37.75589752638922,36.31077657688703,35.03427320142383,33.90113196014075,32.890801209635015]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[13.349272645658257,14.091101331962156,14.845663801062463,15.613419813660096,16.394846096848966,17.19043744716764,18.000707885440278,18.826191870146502,19.66744557619614,20.525048246225982,21.39960362187311,22.29174146290878,23.202119162636958,24.131423468573207,25.080372318127356,26.04971679982189,27.040243251495728,28.05277550797985,29.088177311897994,30.147354902559123,31.23125979937685,32.34089179791483,33.47730219850145],\"y\":[96.99915559821572,94.0750717936446,91.46740411320596,89.1331243592821,87.03652457754761,85.14774096785723,83.44161842048858,81.89682786840075,80.4951734934233,79.22104405595742,78.06097473583696,77.0032945046957,76.037840274135,75.15572360165334,74.34913907920861,73.61120601612019,72.93583689502307,72.3176274933104,71.7517646417105,71.23394842176742,70.76032624723464,70.32743677598216,69.93216199311946]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[10.393531521221762,11.214057364669078,12.055994536033277,12.920474629855546,13.808694615618176,14.721922869984931,15.661505709903233,16.628874503233614,17.625553440249234,18.65316805803818,19.713454620626354,20.80827047070235,21.939605484449377,23.10959477955165,24.320532848429174,25.574889314778627,26.875326542315243,28.224719361161803,29.62617722077483,31.083069130069315,32.59905180728272,34.17810153631958,35.82455031560635,37.54312699333158,39.33900421371851],\"y\":[83.45481044432903,79.12892122319795,75.40355443372297,72.17034029094222,69.34504939896779,66.8612965772314,64.66610373214374,62.7167145290966,60.978269408804,59.422082906188194,58.02434971836533,56.765160645238204,55.6277456136591,54.59788524560046,53.66344899561554,52.81402937063831,52.04064982389131,51.33552966979711,50.69189351608989,50.10381573443554,49.566092719472394,49.07413734408012,48.62389126334873,48.21175166220683,47.83450976113858]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.164614762701838,10.089047129325259,11.0474812558822,12.042356321590502,13.076314935476184,14.152228264343778,15.27322439437672,16.442720534481637,17.66445977276807,18.94255322913869,20.281528612577596,21.68638639933927,23.16266510860802,24.716517479612214,26.354799767649105,28.08517690133097,29.916246913549156,31.85768891996643,33.92044003359458,36.116908057611184,38.461228709335806],\"y\":[76.2798383103652,70.89110029804966,66.39213991129958,62.59110783324675,59.34669091739845,56.55266582529223,54.127755218206694,52.00878704922634,50.14597243292359,48.499577799108046,47.0375358968223,45.73370205660298,44.56656217964105,43.51826228877384,42.573870483928616,41.720809210244816,40.948413934200374,40.24758674671165,39.61052202797873,39.030487367918504,38.50164725234785]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.4827351126938,9.534058841935598,10.637548249244473,11.798107720455926,13.021203861639789,14.312956856490867,15.680248619218174,17.13085182681562,18.673584978633084,20.31850005329919,22.077111238118253,23.962675774142774,25.990541451585262,28.178580084886743,30.547732955240644,33.12270356965092,35.932846424461864,39.01331974719917],\"y\":[72.72591999015545,66.25999002580774,61.023870648294,56.712880238438366,53.113711929039574,50.07288626659741,47.47735273391875,45.24213266023379,43.30220417456536,41.607029639380904,40.116777946338814,38.79966223928624,37.63002871745784,36.586961645282486,35.653249743712834,34.81460983101904,34.059096387142894,33.376647368195414]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.674185555132174,9.920644147099567,11.250692804260643,12.67460626926292,14.20427876417332,15.853574151270925,17.63876730486699,19.579106631312577,21.697539145547964,24.02165629012083,26.58494359445312,29.428454918591658,32.603090053919374,36.172745893523654],\"y\":[67.39266358873627,60.60493332512951,55.216658354839836,50.85322554024347,47.26073353203187,44.26142660753299,41.727405222164556,39.56446061159893,37.701777216861544,36.08517014547111,34.67252469948393,33.4306482886157,32.33305186607187,31.3583572645482]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Steady Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}}}}}\n",
" $(\"#js-interact__866edbd7-3a6b-4664-91c8-7dcb7809a3f6\").trigger(\"interact\");\n"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"used_fracs = 0.5:0.25:1.5\n",
"\n",
"@demo for reactor in [\"ARC\", \"Steady\"], P_F=used_fracs, eta_CD=used_fracs, epsilon=used_fracs\n",
" scan = Scan(reactor, P_F=P_F, eta_CD=eta_CD, epsilon=epsilon)\n",
" FusionSystems.plot(scan, :B_C, :cost)\n",
" \n",
" xlims!(0,30) ; ylims!(0,150)\n",
" title!(\"$(reactor) Cost Curves\")\n",
"end"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"---\n",
"\n",
"### Pulsed Tokamaks"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
" <div class='js-interact' id='js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9'>\n",
" <div class='js-widgets'>\n",
" <div class='cs-widget js-widget'>\n",
" <div class='cs-widget-label'>\n",
" reactor\n",
" </div>\n",
" <div class='js-widget-toggle'>\n",
" <div class=\"cs-button-group\" style=\"display: inline-flex;\">\n",
" <div class=\"cs-button cs-active\">\n",
" DEMO\n",
" </div>\n",
" <div class=\"cs-button\">\n",
" Pulsed\n",
" </div>\n",
" </div>\n",
" </div>\n",
" <div class='cs-widget-value js-widget-value cs-hidden'>\n",
" DEMO\n",
" </div>\n",
"\n",
" </div>\n",
" <div class='cs-widget js-widget'>\n",
" <div class='cs-widget-label'>\n",
" P_F\n",
" </div>\n",
"<div class='cs-widget-slider js-widget-slider'></div> <div class='cs-widget-value js-widget-value '>\n",
" 1.0\n",
" </div>\n",
"\n",
" </div>\n",
" <div class='cs-widget js-widget'>\n",
" <div class='cs-widget-label'>\n",
" N_G\n",
" </div>\n",
"<div class='cs-widget-slider js-widget-slider'></div> <div class='cs-widget-value js-widget-value '>\n",
" 1.0\n",
" </div>\n",
"\n",
" </div>\n",
" </div>\n",
"\n",
" <div class='js-display'>\n",
" </div>\n",
" </div>\n",
" <script>\n",
" var anonFunc = function () {\n",
" var foundSlider = false;\n",
" $(\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9 .js-widget-slider\").each(function( index ) {\n",
" var tmpText = $(this.parentElement).children(\".cs-widget-label\").text().trim();\n",
" if ( tmpText !== \"P_F\" ) { return; }\n",
"\n",
" if ( foundSlider ) { alert(\"There are repeated sliders!\"); }\n",
"\n",
" foundSlider = true;\n",
" noUiSlider.create(this, {\n",
" start: 2,\n",
" step: 1,\n",
" connect: \"lower\",\n",
" format: wNumb({\n",
" decimals: 0\n",
" }),\n",
" range: {\n",
" min: 0,\n",
" max: 4\n",
" }\n",
" });\n",
"\n",
" var that = this;\n",
" this.noUiSlider.on('update', function (values, handle) {\n",
" var tmpRange = [\"0.5\", \"0.75\", \"1.0\", \"1.25\", \"1.5\"];\n",
" var newValue = tmpRange[values[handle]];\n",
"\n",
" var tmpSpan = $(that.parentElement).children(\".js-widget-value\")[0];\n",
" tmpSpan.innerText = newValue;\n",
"\n",
" $(\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9\").trigger(\"interact\");\n",
" });\n",
" });\n",
" if ( !foundSlider ) { alert(\"Unable to find all sliders!\"); }\n",
" var foundSlider = false;\n",
" $(\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9 .js-widget-slider\").each(function( index ) {\n",
" var tmpText = $(this.parentElement).children(\".cs-widget-label\").text().trim();\n",
" if ( tmpText !== \"N_G\" ) { return; }\n",
"\n",
" if ( foundSlider ) { alert(\"There are repeated sliders!\"); }\n",
"\n",
" foundSlider = true;\n",
" noUiSlider.create(this, {\n",
" start: 2,\n",
" step: 1,\n",
" connect: \"lower\",\n",
" format: wNumb({\n",
" decimals: 0\n",
" }),\n",
" range: {\n",
" min: 0,\n",
" max: 4\n",
" }\n",
" });\n",
"\n",
" var that = this;\n",
" this.noUiSlider.on('update', function (values, handle) {\n",
" var tmpRange = [\"0.5\", \"0.75\", \"1.0\", \"1.25\", \"1.5\"];\n",
" var newValue = tmpRange[values[handle]];\n",
"\n",
" var tmpSpan = $(that.parentElement).children(\".js-widget-value\")[0];\n",
" tmpSpan.innerText = newValue;\n",
"\n",
" $(\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9\").trigger(\"interact\");\n",
" });\n",
" });\n",
" if ( !foundSlider ) { alert(\"Unable to find all sliders!\"); }\n",
" $(\".js-widget-toggle .cs-button\").click(function (curEvent) {\n",
" if ( !$(curEvent.target).hasClass(\"cs-active\") ) {\n",
" var curItems = $(curEvent.target.parentElement).children(\".cs-button\");\n",
" var curIndex = curItems.index(curEvent.target);\n",
"\n",
" $.each(curItems, function(workIndex, workValue) {\n",
" var otherTarget = $(curEvent.target.parentElement.children[workIndex]);\n",
"\n",
" otherTarget.removeClass(\"cs-active\");\n",
" otherTarget.removeClass(\"cs-pre-active\");\n",
"\n",
" if ( workIndex == curIndex ) { otherTarget.addClass(\"cs-active\"); }\n",
" if ( workIndex == curIndex - 1 ) { otherTarget.addClass(\"cs-pre-active\"); }\n",
" });\n",
"\n",
" var curWidgetVal = $(curEvent.target).closest(\".js-widget\").children(\".js-widget-value\")[0];\n",
" curWidgetVal.innerText = curEvent.target.innerText;\n",
"\n",
" $(\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9\").trigger(\"interact\");\n",
" }\n",
" });\n",
" $(\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9\").on(\"interact\", function() {\n",
" var msgLabels = $(\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9 .cs-widget-label\").map(function(){\n",
" return $.trim($(this).text());\n",
" }).get();\n",
"\n",
" var msgValues = $(\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9 .cs-widget-value\").map(function(){\n",
" return $.trim($(this).text());\n",
" }).get();\n",
"\n",
" var msgDict = msgLabels.reduce((obj, k, i) => ({...obj, [k]: msgValues[i] }), {});\n",
"\n",
" var workPlotlyId = $(\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9 .js-plotly-plot\").attr(\"id\");\n",
" msgDict[\"___interact_plot_id___\"] = workPlotlyId;\n",
"\n",
" if ( \"interact-8f2a0f59-65e2-478c-be28-0938b1ee7bd9\" in demoData ) {\n",
" tmpData = demoData[\"interact-8f2a0f59-65e2-478c-be28-0938b1ee7bd9\"];\n",
" tmpData = tmpData[msgDict[\"reactor\"]];\n",
" tmpData = tmpData[msgDict[\"P_F\"]];\n",
" tmpData = tmpData[msgDict[\"N_G\"]];\n",
" var workPlot = $(\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9 .js-plotly-plot\")[0];\n",
" var workJson = tmpData;\n",
"\n",
" if ( typeof workPlot === \"undefined\" ) {\n",
" var tmpDisplay = $(\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9 .js-display\");\n",
" var tmpPlotId = \"js-plot-3fc6cb4a-97d2-4089-be7e-778b3d66fbd7\";\n",
" tmpDisplay.html('<div id=\"' + tmpPlotId + '\" style=\"width:600px;height:400px;\"></div>');\n",
"\n",
" plotDiv = document.getElementById(tmpPlotId);\n",
" Plotly.newPlot(plotDiv, workJson.data, workJson.layout, workJson.config);\n",
" } else {\n",
" customPlotlyReact(workPlot, workJson.data, workJson.layout, workJson.config);\n",
" }\n",
" } else {\n",
" if ( \"interact-8f2a0f59-65e2-478c-be28-0938b1ee7bd9\" in globalComms ) {\n",
" globalComms[\"interact-8f2a0f59-65e2-478c-be28-0938b1ee7bd9\"].send(msgDict);\n",
" } else {\n",
" console.log(\"Unable to startup GUI – may be waiting for demo data...\")\n",
" }\n",
" }\n",
" });\n",
" }\n",
"\n",
" customPlotLoader(anonFunc);\n",
" </script>\n"
],
"text/plain": [
"HTML{String}(\" <div class='js-interact' id='js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9'>\\n <div class='js-widgets'>\\n <div class='cs-widget js-widget'>\\n <div class='cs-widget-label'>\\n reactor\\n </div>\\n <div class='js-widget-toggle'>\\n <div class=\\\"cs-button-group\\\" style=\\\"display: inline-flex;\\\">\\n <div class=\\\"cs-button cs-active\\\">\\n DEMO\\n </div>\\n <div class=\\\"cs-button\\\">\\n Pulsed\\n </div>\\n </div>\\n </div>\\n <div class='cs-widget-value js-widget-value cs-hidden'>\\n DEMO\\n </div>\\n\\n </div>\\n <div class='cs-widget js-widget'>\\n <div class='cs-widget-label'>\\n P_F\\n </div>\\n<div class='cs-widget-slider js-widget-slider'></div> <div class='cs-widget-value js-widget-value '>\\n 1.0\\n </div>\\n\\n </div>\\n <div class='cs-widget js-widget'>\\n <div class='cs-widget-label'>\\n N_G\\n </div>\\n<div class='cs-widget-slider js-widget-slider'></div> <div class='cs-widget-value js-widget-value '>\\n 1.0\\n </div>\\n\\n </div>\\n </div>\\n\\n <div class='js-display'>\\n </div>\\n </div>\\n <script>\\n var anonFunc = function () {\\n var foundSlider = false;\\n \\$(\\\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9 .js-widget-slider\\\").each(function( index ) {\\n var tmpText = \\$(this.parentElement).children(\\\".cs-widget-label\\\").text().trim();\\n if ( tmpText !== \\\"P_F\\\" ) { return; }\\n\\n if ( foundSlider ) { alert(\\\"There are repeated sliders!\\\"); }\\n\\n foundSlider = true;\\n noUiSlider.create(this, {\\n start: 2,\\n step: 1,\\n connect: \\\"lower\\\",\\n format: wNumb({\\n decimals: 0\\n }),\\n range: {\\n min: 0,\\n max: 4\\n }\\n });\\n\\n var that = this;\\n this.noUiSlider.on('update', function (values, handle) {\\n var tmpRange = [\\\"0.5\\\", \\\"0.75\\\", \\\"1.0\\\", \\\"1.25\\\", \\\"1.5\\\"];\\n var newValue = tmpRange[values[handle]];\\n\\n var tmpSpan = \\$(that.parentElement).children(\\\".js-widget-value\\\")[0];\\n tmpSpan.innerText = newValue;\\n\\n \\$(\\\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9\\\").trigger(\\\"interact\\\");\\n });\\n });\\n if ( !foundSlider ) { alert(\\\"Unable to find all sliders!\\\"); }\\n var foundSlider = false;\\n \\$(\\\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9 .js-widget-slider\\\").each(function( index ) {\\n var tmpText = \\$(this.parentElement).children(\\\".cs-widget-label\\\").text().trim();\\n if ( tmpText !== \\\"N_G\\\" ) { return; }\\n\\n if ( foundSlider ) { alert(\\\"There are repeated sliders!\\\"); }\\n\\n foundSlider = true;\\n noUiSlider.create(this, {\\n start: 2,\\n step: 1,\\n connect: \\\"lower\\\",\\n format: wNumb({\\n decimals: 0\\n }),\\n range: {\\n min: 0,\\n max: 4\\n }\\n });\\n\\n var that = this;\\n this.noUiSlider.on('update', function (values, handle) {\\n var tmpRange = [\\\"0.5\\\", \\\"0.75\\\", \\\"1.0\\\", \\\"1.25\\\", \\\"1.5\\\"];\\n var newValue = tmpRange[values[handle]];\\n\\n var tmpSpan = \\$(that.parentElement).children(\\\".js-widget-value\\\")[0];\\n tmpSpan.innerText = newValue;\\n\\n \\$(\\\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9\\\").trigger(\\\"interact\\\");\\n });\\n });\\n if ( !foundSlider ) { alert(\\\"Unable to find all sliders!\\\"); }\\n \\$(\\\".js-widget-toggle .cs-button\\\").click(function (curEvent) {\\n if ( !\\$(curEvent.target).hasClass(\\\"cs-active\\\") ) {\\n var curItems = \\$(curEvent.target.parentElement).children(\\\".cs-button\\\");\\n var curIndex = curItems.index(curEvent.target);\\n\\n \\$.each(curItems, function(workIndex, workValue) {\\n var otherTarget = \\$(curEvent.target.parentElement.children[workIndex]);\\n\\n otherTarget.removeClass(\\\"cs-active\\\");\\n otherTarget.removeClass(\\\"cs-pre-active\\\");\\n\\n if ( workIndex == curIndex ) { otherTarget.addClass(\\\"cs-active\\\"); }\\n if ( workIndex == curIndex - 1 ) { otherTarget.addClass(\\\"cs-pre-active\\\"); }\\n });\\n\\n var curWidgetVal = \\$(curEvent.target).closest(\\\".js-widget\\\").children(\\\".js-widget-value\\\")[0];\\n curWidgetVal.innerText = curEvent.target.innerText;\\n\\n \\$(\\\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9\\\").trigger(\\\"interact\\\");\\n }\\n });\\n \\$(\\\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9\\\").on(\\\"interact\\\", function() {\\n var msgLabels = \\$(\\\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9 .cs-widget-label\\\").map(function(){\\n return \\$.trim(\\$(this).text());\\n }).get();\\n\\n var msgValues = \\$(\\\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9 .cs-widget-value\\\").map(function(){\\n return \\$.trim(\\$(this).text());\\n }).get();\\n\\n var msgDict = msgLabels.reduce((obj, k, i) => ({...obj, [k]: msgValues[i] }), {});\\n\\n var workPlotlyId = \\$(\\\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9 .js-plotly-plot\\\").attr(\\\"id\\\");\\n msgDict[\\\"___interact_plot_id___\\\"] = workPlotlyId;\\n\\n if ( \\\"interact-8f2a0f59-65e2-478c-be28-0938b1ee7bd9\\\" in demoData ) {\\n tmpData = demoData[\\\"interact-8f2a0f59-65e2-478c-be28-0938b1ee7bd9\\\"];\\n tmpData = tmpData[msgDict[\\\"reactor\\\"]];\\n tmpData = tmpData[msgDict[\\\"P_F\\\"]];\\n tmpData = tmpData[msgDict[\\\"N_G\\\"]];\\n var workPlot = \\$(\\\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9 .js-plotly-plot\\\")[0];\\n var workJson = tmpData;\\n\\n if ( typeof workPlot === \\\"undefined\\\" ) {\\n var tmpDisplay = \\$(\\\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9 .js-display\\\");\\n var tmpPlotId = \\\"js-plot-3fc6cb4a-97d2-4089-be7e-778b3d66fbd7\\\";\\n tmpDisplay.html('<div id=\\\"' + tmpPlotId + '\\\" style=\\\"width:600px;height:400px;\\\"></div>');\\n\\n plotDiv = document.getElementById(tmpPlotId);\\n Plotly.newPlot(plotDiv, workJson.data, workJson.layout, workJson.config);\\n } else {\\n customPlotlyReact(workPlot, workJson.data, workJson.layout, workJson.config);\\n }\\n } else {\\n if ( \\\"interact-8f2a0f59-65e2-478c-be28-0938b1ee7bd9\\\" in globalComms ) {\\n globalComms[\\\"interact-8f2a0f59-65e2-478c-be28-0938b1ee7bd9\\\"].send(msgDict);\\n } else {\\n console.log(\\\"Unable to startup GUI – may be waiting for demo data...\\\")\\n }\\n }\\n });\\n }\\n\\n customPlotLoader(anonFunc);\\n </script>\\n\")"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/javascript": [
"\n",
" var _guiBootup = function (curCallback) {\n",
" Jupyter.notebook.kernel.comm_manager.unregister_target(\"interact-8f2a0f59-65e2-478c-be28-0938b1ee7bd9\")\n",
" Jupyter.notebook.kernel.comm_manager.register_target(\"interact-8f2a0f59-65e2-478c-be28-0938b1ee7bd9\", function (comm, msg) {\n",
" globalComms[\"interact-8f2a0f59-65e2-478c-be28-0938b1ee7bd9\"] = comm;\n",
"\n",
" comm.on_msg(function(msg) {\n",
" if ( \"json\" in msg.content.data ) {\n",
" var workPlot = $(\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9 .js-plotly-plot\")[0];\n",
" if ( typeof workPlot === \"undefined\" ) { alert(\"Could not find plotly plot!\"); }\n",
"\n",
" var workJson = msg.content.data.json.plot;\n",
" customPlotlyReact(workPlot, workJson.data, workJson.layout, workJson.config);\n",
"\n",
" $(\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9 .js-new-plot-script\").replaceWith(msg.content.data.json.script);\n",
" } else {\n",
" if ( \"html\" in msg.content.data ) {\n",
" var tmpDisplay = $(\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9 .js-display\");\n",
" tmpDisplay.html(msg.content.data.html);\n",
" } else {\n",
" if ( \"text\" in msg.content.data ) {\n",
" console.log(msg.content.data.text);\n",
" } else {\n",
" alert(\"Unrecognized interact content type!\");\n",
" }\n",
" }\n",
" }\n",
" });\n",
"\n",
" comm.on_close(function(msg) { console.log(\"Julia close message: \" + msg); });\n",
" $(\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9\").trigger(\"interact\");\n",
" })\n",
"\n",
" var curCommand = 'Main.SimplePlots.interact_comms[\"interact-8f2a0f59-65e2-478c-be28-0938b1ee7bd9\"][] += 10';\n",
" Jupyter.notebook.kernel.execute(curCommand, {\"iopub\": {\"output\": function(tmpMessage) {\n",
" console.log(tmpMessage)\n",
" }}});\n",
"\n",
" if ( typeof curCallback !== \"undefined\" ) { curCallback(); }\n",
" }\n",
"\n",
" if ( typeof Jupyter === \"undefined\" ) {\n",
" customPlotLoader(function() {\n",
" $(\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9\").trigger(\"interact\");\n",
" });\n",
" } else {\n",
" if (Jupyter.notebook.kernel) {\n",
" _guiBootup()\n",
" } else {\n",
" Jupyter.notebook.events.one('kernel_ready.Kernel', (e) => {\n",
" _guiBootup(function() {\n",
" customPlotLoader(function() {\n",
" $(\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9\").trigger(\"interact\");\n",
" });\n",
" });\n",
" });\n",
" }\n",
" }\n"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/javascript": [
"demoData['interact-8f2a0f59-65e2-478c-be28-0938b1ee7bd9'] = {\"DEMO\":{\"0.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.284107021473831,8.520624583333355,9.786938942931178,11.075109300897813,12.376359027783261,13.681233723043158,14.979877809616557,16.262406060275783,17.519330865133643,18.74199460570609,19.922953942018097,21.0562708522602,22.1376818787043,23.164637479131223,24.136222305955037,25.052980744136313],\"y\":[22.65786297065462,26.091034370920013,29.781968187091806,33.783947078479,38.15916528576841,42.98038360599644,48.33268317962336,54.31541658401254,61.044457372889596,68.65486228219028,77.30407559800643,87.17581975364978,98.48483180561843,111.48262754501233,126.46451141045634,143.77810930930562]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[5.9009530619574955,7.050389513159464,8.234917639790224,9.449388768166827,10.688016131583579,11.944315428496857,13.21112586496703,14.48071188295817,15.744942315345403,16.99553620870348,18.224355611948614,19.423718010766258,20.586697271227962,21.707383357015114,22.781077522225424,23.804409449773885,24.775373369377235],\"y\":[23.653639198506838,27.35516302212165,31.246765779090083,35.373445579965306,39.78602327198865,44.54295531088428,49.712063638530566,55.37234617235592,61.61598471343581,68.55065950267434,76.30229070553858,85.01834703052609,94.87188502306253,106.06650648587528,118.84244566459337,133.4840248659513,150.3287528105181]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[5.778075050581507,6.8933957193639985,8.042037376828878,9.219912935919993,10.422453782853278,11.644525767672185,12.88040125101677,14.12378778439005,15.367914348696942,16.605672977709414,17.829808391001347,19.0331423892946,20.20881481209962,21.350520264959588,22.45272045740167,23.51081582564461,24.52126620583912],\"y\":[27.504283950704803,31.63616941184195,35.93985672834512,40.46047950047893,45.24783441569034,50.358296940078205,55.85657188498767,61.81747825639862,68.32790134762183,75.48902785964532,83.4189873118184,92.25604473794273,102.16252043441354,113.32964927845843,125.98363301687337,140.39318306786456,156.87889891926773]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[6.7779424424744334,7.899855804510547,9.050152022970897,10.225043844142368,11.420279641765923,12.631095670500551,13.852210505992705,15.07786316396795,16.301895423235916,17.517875976321783,18.719260008212338,19.899573618454653,21.052609206029263,22.17261645067006,23.254474370678746],\"y\":[35.62330928651919,40.30354012473883,45.184362677779205,50.31526280013169,55.75140411847626,61.55539546845996,67.79903757470774,74.56519561667508,81.9499171895657,90.06491728118256,99.04057177908015,109.02959391147103,120.21161191470816,132.79892046337648,147.04374304787498]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.7890113581166975,8.917532433598474,10.070371066394667,11.24389764678963,12.434038979559405,13.636255340448526,14.84555180860628,16.056525181425368,17.263446225135798,18.46037431295905,19.641298246140384,20.800293958844836,21.931687625281114,23.030212030177985],\"y\":[44.41719632830561,49.631071961522494,55.07955581423745,60.81710090895587,66.90483090670459,73.41225217555596,80.41904713925454,88.01707084319587,96.31266849109129,105.42944753722547,115.51166891618072,126.7284669492773,139.27916719504867,153.400048222042]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"0.75\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.327936473140097,9.55475493383888,10.802308230337115,12.062888985202441,13.32820455859254,14.58958541899521,15.838274470553698,17.065769887061123,18.26418431880448,19.426579072148577,20.547235028217006,21.621832263492564,22.647524955565668,23.622913513980215,24.54792862385544,25.423650036231848],\"y\":[19.58014597147603,22.282396215613378,25.20526921401355,28.392864703474928,31.89661638560924,35.776571566473024,40.10280654677089,44.95704486855779,50.43455268400101,56.64639661462541,63.72216229715541,71.81324679525683,81.09685787122177,91.78088199433377,104.10982579252003,118.37209718213124]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.073236611782107,9.253534972919377,10.456343217923443,11.675891093441061,12.905836135764602,14.139336291291421,15.369186379327246,16.588011360669185,17.788502839767855,18.963679011655454,20.107144216270505,21.213323686614412,22.27765230823426,23.296702500940043,24.2682441682623,25.191237323695674],\"y\":[23.39695592824264,26.42111791900962,29.648726117604294,33.12157191485015,36.88795774698996,41.00402274005164,45.53520580269283,50.55792239798372,56.161535366094746,62.45071162894456,69.54827179222433,77.59865683307379,86.77215513254889,97.27005585496055,109.33092500488206,123.23824464797443]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.899027707573141,9.04614310827527,10.216086156999912,11.404238561673578,12.60548228120828,13.814215545002975,15.024416139644407,16.229750772969982,17.423725799651542,18.59987024579576,19.75193800499671,20.874113362607133,21.961203407141483,23.008802632182586,24.01341871129528,24.972553133762695],\"y\":[26.887821636554747,30.20539638339452,33.713510848737954,37.45276561866573,41.469565968489796,45.81743954884235,50.55847151486857,55.76494095033598,61.521244002766466,67.92620114399448,75.09586461369277,83.16696531854771,92.30116510436015,102.6903100656558,114.56291411793549,128.19214170200647]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.76959143994735,8.891531205874864,10.036148771031616,11.199583444320494,12.3775437490205,13.56529698850154,14.757694796239354,15.949235180176695,17.134159763639914,18.306582114838392,19.460639905282367,20.590660877961465,21.691330927268805,22.757852462281377,23.78608274029,24.77264469106027],\"y\":[30.14351316382331,33.731018190090964,37.49797281712465,41.48437537674689,45.73542832538432,50.30284020114792,55.24621698746616,60.63463191262855,66.54846090325285,73.08158191891401,80.34405641755012,88.46543856607248,97.59889179833198,107.92633268603616,119.66486883325825,133.07485081416937]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[7.668135999100343,8.770104036473441,9.894437076101354,11.037810644026077,12.196527003505993,13.366491344526205,14.543216378697943,15.721856253609996,16.897269859252972,18.064111803208267,19.216947000593837,20.35038245317963,21.459207912481883,22.53853620535626,23.58393433674871,24.591538087472532],\"y\":[33.21951531716809,37.05788047141181,41.06547110999216,45.28202144329493,49.75194510629762,54.52562412088661,59.66075684475582,65.22385785641055,71.29199698712003,77.95487356060106,85.31734132963774,93.50252830454852,102.65573366714328,112.9493319924491,124.58897415136695,137.82144557820078]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.0\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[10.616575649449091,11.84946928676845,13.087703312207065,14.323367988094104,15.548441187426004,16.75508027587243,17.935934694728964,19.084444967839218,20.195094887555964,21.26359053628266,22.286951006941017,23.263508497735216,24.192827060595018,25.07555764389153],\"y\":[20.563562138531633,23.118299442129,25.921666550938273,29.020730969529097,32.470377996547505,36.33459281671295,40.68795372463113,45.61740066098543,51.224354167529995,57.627273231656055,64.96475787628358,73.39932647738085,83.12203199212715,94.35812903949406]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.120342979437979,10.298989817107342,11.493722893785312,12.698718422182965,13.907702211429305,15.11406190797924,16.311009693448536,17.491785020931836,18.649881694441138,19.779279701447685,20.874660857127566,21.931589011939824,22.946639998281594,23.917472655939054,24.84283888866034,25.72253661572593],\"y\":[21.556998977914365,24.149043881837432,26.934428332536132,29.951257166675074,33.24373511569365,36.86333445889558,40.870128095477384,45.334349297459454,50.33824706927271,55.9783172414172,62.36800295024125,69.64097401699723,77.95511430136266,87.4973722792552,98.48966745837595,111.19610000414961]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.928174871037927,10.076220866107553,11.241598878523567,12.419579332942646,13.604999897556858,14.792315940828699,15.975691450931347,17.149126997255614,18.306617830623722,19.442331742133884,20.55079368314769,21.62706306502697,22.666890410327554,23.666842451021715,24.6243882845022,25.5379430158139],\"y\":[24.622704701689642,27.442211551508333,30.44437995236912,33.66597723924032,37.14932795066729,40.94346527920823,45.105439745643565,49.701851538147174,54.81068070882943,60.523502548766636,66.9481924061004,74.21224420811201,82.46684993682729,91.89191413509522,102.70221037748489,115.15492974511326]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.784011930531234,9.90835945308096,11.050532693988265,12.206543818665105,13.37201122835315,14.542178194369992,15.711963448635885,16.876042920178477,18.028959648175547,19.16525634072068,20.27962265207897,21.36704757209398,22.42296677207997,23.443395483419696,24.4250393280199,25.365378015996583],\"y\":[27.485771764098182,30.516154751081682,33.72043288803209,37.13456566807727,40.79960270793796,44.76280692579495,49.07891839917706,53.81162799318428,59.03533690203873,64.8372923355326,71.32020929237616,78.6055130851717,86.83736683019123,96.18768262171174,106.86235511690998,119.10900308331857]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[8.670304997924807,9.77560332614704,10.898886186950994,12.036700083269285,13.185237392306934,14.34033735296948,15.49751273366797,16.652002367551958,17.798848420123374,18.932995425328798,20.049406170794338,21.143187845754074,22.209720868959298,23.244782747350413,24.244660235255918,25.20624478405101],\"y\":[30.192150616603236,33.41933080889707,36.812603831197855,40.407437442156095,44.243983100900664,48.368171120226286,52.83292695603169,57.69957885815377,63.03953270460079,68.93630368627967,75.48801536761361,82.81050433034214,91.04120345625034,100.34401952544916,110.91547186780448,122.99241888122931]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.25\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[11.688650510518052,12.90641120453052,14.122529524544804,15.329517811182352,16.520020877522366,17.687095536165273,18.824483219981175,19.926846167225822,20.989942581305822,22.010725152730426,22.987358282080972,23.919159880638837],\"y\":[19.764934948365866,22.128074161331977,24.737126816340933,27.63759981857903,30.88252162368754,34.53368504358183,38.66311372957762,43.35481354165391,48.70688189441281,54.83406356115994,61.870862244847565,69.97534596377467]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[10.180563402830163,11.356698901548485,12.542965223054004,13.733494836694852,14.922101925511493,16.102424627181005,17.268104701629102,18.412991523854362,19.531353627628075,20.618079323209972,21.66884873786199,22.680262897088404,23.649920502668635,24.576438862020556,25.459420979924243,26.299375413217543],\"y\":[20.642190144441777,22.99348824846004,25.537665046682672,28.311525655157332,31.357883539440095,34.72667645851605,38.47626806367871,42.674990737039614,47.40299411187065,52.75447493561812,58.84037758262972,65.79167171382322,73.763336621497,82.9392142698015,93.53793976364891,105.82022485898645]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.971099252099858,11.119469554875586,12.280069516295722,13.44805171911225,14.618214284484235,15.78507959317488,16.9430069438438,18.086333564255916,19.209535334546352,20.307396101305006,21.375173155725463,22.408746647134482,23.404742367642836,24.360620090678744,25.274722885965502,26.14628598056133],\"y\":[23.437783815635647,25.9733321018377,28.692059147333342,31.62930855116277,34.82598243601112,38.32964138641335,42.1957888623347,46.48940048865306,51.286768652436436,56.6777461884273,62.76848905551481,69.68481687785685,77.57633290542972,86.62147334420601,97.03369377664433,109.06905348353659]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.812431050099587,10.93877032203634,12.07844130720929,13.22731486945649,14.380915686873918,15.534465331464652,16.68295368458672,17.821236393964316,18.94415390495457,20.046665465884768,21.123989877562828,22.17174399780875,23.186070295108532,24.163745989402354,25.102268201511404],\"y\":[26.05271363266416,28.760710290141375,31.644225564930238,34.73763287273631,38.08046584335101,41.71848537239959,45.70492094287248,50.10194891157486,54.982481194928816,60.43235314267296,66.55301884594513,73.46488557493943,81.31144670779565,90.26440509800334,100.53001788381651]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.686493334015976,10.794847889447793,11.917145348936453,13.049785677145252,14.188843550631843,15.330090316215486,16.469039413266024,17.601014462655407,18.721237715412457,19.82493487472418,20.907450796555047,21.964369559364012,22.991632104665385,23.985645161880974,24.94337636202583],\"y\":[28.52605720741143,31.395824917833725,34.43452693141458,37.67587329733033,41.15838564657191,44.92642892130209,49.03140331070254,53.53315953622559,58.50171125587399,64.01933467171112,70.18316717421759,77.10844423976607,84.93254725545218,93.82007506406246,103.96919953589936]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[12.76150292953788,13.961906616947541,15.154274999747212,16.331635504650087,17.48737061081355,18.615469720761688,19.71075173918209,20.76903536889587,21.787241546963077,22.763421983632362,23.696717379785497],\"y\":[19.480730206051426,21.750945626615422,24.272147804097518,27.089884136173414,30.257214883274166,33.83597328764889,37.89826703827694,42.528283651000834,47.824476125557105,53.90222363213097,60.897086913782005]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[11.247316242431829,12.418655835663497,13.594447612484856,14.768834228587016,15.935783788443858,17.08925249866977,18.22337128673543,19.332641630201184,20.412123973231157,21.45760239503991,22.46571168784349,23.43401723120175,24.36104320697403,25.246249904728472,26.089965408063602],\"y\":[20.236940767820883,22.453135792311773,24.867504283049303,27.51693103733678,30.44441361768916,33.70018561617011,37.343044676571246,41.44193943839047,46.07787919102408,51.34624204871659,57.35957282632649,64.25098242006133,72.17828930406452,81.3290846651256,91.92696052834215]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[11.022090075385385,12.168884386903157,13.32300148209287,14.479502962607624,15.633187551478336,16.778692597483925,17.910622445430572,19.023696237357786,20.11290536495136,21.173669382358987,22.201979044631447,23.194516298905626,24.148743266376634,25.062955060324672,25.93629420485915],\"y\":[22.842526770353217,25.21159906537551,27.76946635473343,30.55144420597894,33.59857270926559,36.95872853720498,40.68794587545748,44.852005526370014,49.52836251332655,54.808496089888386,60.800782332912064,67.63400931151307,75.46167999496525,84.46728180009839,94.87074904213546]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[10.84975077441779,11.976475762021296,13.112199118707688,14.252662003675628,15.393319246655373,16.529403295594932,17.656012549593854,18.768220330933556,19.861198818463272,20.930350696688134,21.971440401743838,22.980716846149576,23.955020351407693,24.89186798129941,25.789513188676736],\"y\":[25.28438217744533,27.798271372487857,30.493758459639213,33.40504718867088,36.57170616285418,40.03974746385587,43.862908524422735,48.10419946774089,52.83779069197167,58.15133155163248,64.14881051711916,70.95409046448783,78.71528052823605,87.6101398406786,97.85275154612346]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[9.615513569047582,10.71205782487755,11.822087449486546,12.94216277159932,14.06853999918115,15.197189836665197,16.32383779083032,17.444025583291705,18.55319180048511,19.64676843141947,20.720288559084384,21.769499462594233,22.79047496457727,23.77972110532978,24.73427006254323,25.65175842617111],\"y\":[25.091624750118456,27.595922986563746,30.24656947514319,33.07281430549795,36.10805117281232,39.390718689536435,42.96533996385835,46.88375486651222,51.20660796289672,56.005168460010644,61.36357643616104,67.38163221999993,74.17827343638243,81.89591750229111,90.70588706622908,100.81518344006356]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"DEMO Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}}},\"Pulsed\":{\"0.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[2.388235978023415,3.272431652419696,4.195782853280535,5.155600603897977,6.149583068537815,7.175511802288896,8.231063887553438,9.313682096838988,10.420481048726579,11.548181561397362,12.693071823897373,13.850996863759757,15.017378550784032,16.187267599679764,17.355427048221497,18.516443869178367,19.664862244449722,20.79532922663338,21.902741672311308,22.982382922832507,24.030038898712718,25.042085874404858,26.01554572987495,26.948108311951508,27.838124098159366],\"y\":[9.575864197341852,12.070355038757592,14.579478077863637,17.12793988246572,19.734491475007733,22.416066255803017,25.189693570635594,28.07357112452751,31.087779717565493,34.254837281253806,37.600182599240355,41.15263538744165,44.94486106235786,49.013861907664825,53.40151596533779,58.1551883543166,63.328445571992624,68.98191091153025,75.18430803503188,82.01374994479109,89.55934246550062,97.9231856511912,107.22287426484309,117.59462056717376,129.19714938097388]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[2.3410892536434855,3.197065662990249,4.087140695084083,5.0091081240860005,5.9611786997829075,6.941720605592597,7.949102235194252,8.981584215286281,10.037239309009019,11.113891348630606,12.20907008339074,13.319981713157231,14.4434963027637,15.576153753852333,16.714189752972477,17.85358222839432,18.990117461728577,20.11947330710022,21.23731523412722,22.339399434112327,23.421676294336706,24.480387348019725,25.512149402054572,26.51402082809133],\"y\":[12.401549765916275,15.48933536976129,18.55381857590261,21.628061634699566,24.735377923092685,27.89521719686098,31.125827264535907,34.445675591734805,37.87432810508562,41.433070454655784,45.14540217192475,49.03746904789647,53.13846957794652,57.48105765856111,62.101757867217515,67.04140808683937,72.34564524737794,78.06545261775874,84.25779081319824,90.98633911685486,98.32237867993112,106.34585473716689,115.14666155295485,124.82620220498963]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[2.3109024407687455,3.1489825567551573,4.018001296310601,4.916036216614987,5.8415862298142684,6.793338659692565,7.770030443984135,8.770354051514257,9.792887783774226,10.836041543416128,11.898014364261948,12.976762669240577,14.06997968144827,15.175087173192932,16.289240999648822,17.409351710211457,18.532121015560467,19.654094085059548,20.771726676102748,21.881465126962226,22.979836498280967,24.063545881396212,25.12957839143268,26.17530498415908],\"y\":[14.99542984884299,18.609415712858002,22.161577138235717,25.69325743832342,29.232411364036814,32.8011926929722,36.41935344197186,40.10601697265634,43.880728468904444,47.76415309501853,51.77859082041678,55.94839136157771,60.300312913873995,64.86384848831162,69.6715331536339,74.7592395312024,80.16646503489441,85.93661101173895,92.11724973516915,98.76036849360241,105.92256845815116,113.6651758552033,122.05418774021909,131.15991246691792]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[3.114568584278921,3.9686115616265796,4.849642693251379,5.7563528442457885,6.687636733135308,7.642466730560484,8.619808422500366,9.61855856657894,10.637496708740901,11.675246561584329,12.730245728995527,13.800723762058908,14.884689353701921,15.97992793236967,17.084011085945964,18.19431918274201,19.30807830597571,20.422412263735445,21.53441011716291,22.641209607853956,23.740097407135508,24.828628810265617,25.904773328607504],\"y\":[21.528510576826104,25.52297997706333,29.46617353508463,33.3906892218475,37.32145014914505,41.279831053643804,45.28578221724423,49.35905534866617,53.519984732358374,57.79003033020265,62.1921841812372,66.75129183526654,71.4943149904064,76.45054690137457,81.65178245620565,87.1324368354829,92.92959809406213,99.08298758095988,105.63478483855678,112.6292457977313,120.11199666836197,128.12880629770973,136.72349888852943]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[3.0882137213801952,3.9308459534522413,4.798934527695568,5.691310904159684,6.6070188562744585,7.545197598372389,8.505004522487344,9.485559006306497,10.485898808513449,11.504945118049642,12.541474658281798,13.594098581166271,14.661248714145096,15.741172256346271,16.831936357613788,17.931444208459787,19.037464374481726,20.147675209004486,21.259726421336698,22.371320526924862,23.480318420505316,24.584876529385806],\"y\":[24.299047097876734,28.702379516727877,33.02318986831343,37.298701154690285,41.55663145507764,45.82003856736433,50.10979310963973,54.44598173554696,58.848775257946166,63.33900548586875,67.93856989511023,72.6707241410267,77.56029148285896,82.63379991032448,87.91954492193341,93.44756452043485,99.24950016726189,105.35830017393434,111.80769618859233,118.63134246900916,125.8614400577519,133.5265526947993]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"0.75\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[3.2366356813403723,4.143898655963154,5.08501234329718,6.057740747599963,7.05995517591893,8.08946150381766,9.143882548997135,10.220573790893003,11.316564098713966,12.428519168791734,13.55272815437916,14.68511494539015,15.82127528198152,16.9565396530226,18.086060005600668,19.204916019422168,20.30823451039889,21.391313877356847,22.449744778426247,23.479518629767867,24.477117035416143,25.439577631278546,26.364534648833637,27.25023531378206,28.095535581208956],\"y\":[9.011902944325854,10.849233250977624,12.711665435836196,14.613471397122403,16.56729194058831,18.585622942535394,20.681642134577775,22.869754659982256,25.166012403763535,27.58847889856964,30.157577292504246,32.89644415519465,35.83130612481547,38.99189527022243,42.41192066248615,46.1296170787598,50.188396467820496,54.637633472440406,59.53362276851236,64.94075322988773,70.93295206138899,77.59546118721153,85.02701832769992,93.34252596355635,102.67630175406916]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[2.322120394280557,3.1667466023194315,4.043188982219757,4.949267372976557,5.883210824765062,6.8434133814907,7.828288028532247,8.836167875294985,9.865233835465064,10.913459918175016,11.978572627366303,13.05802365745251,14.148976429452622,15.24830755610107,16.352624269063252,17.458298293109234,18.56151570644649,19.658341111905912,20.744793134607132,21.816927065202176,22.8709195907497,23.90315016173986,24.910273716508385,25.88928020447558,26.83753750338205,27.752815736375748],\"y\":[9.292174993967667,11.563729678374749,13.813655759508276,16.06758017888023,18.343406097707255,20.655874959174643,23.018630363367606,25.44531908102114,27.95027033465084,30.548975755045678,33.258472632699515,36.09768275421039,39.087736391486814,42.25230054520863,45.61792614207127,49.21442786485487,53.07531142893811,57.23826583423088,61.745742172835946,66.64564593198308,71.99217657896604,77.84685698781502,84.27980674854474,91.3713288307058,99.2139002988952,107.91468742315836]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[2.293969245203642,3.121918779006827,3.978755660971385,4.862563944874594,5.77183612811392,6.705252885920986,7.661553189223094,8.639447423563247,9.637553890040731,10.654349910314165,11.688133663618634,12.736995364596487,13.798797729420372,14.871166381395907,15.951491122968273,17.036938936291957,18.12447921704251,19.210921144414556,20.292962314065733,21.367246908007115,22.430430866538558,23.47925088955672,24.51059374040999,25.52156233159137,26.5095354656003,27.47221886567001],\"y\":[11.233524769969017,13.89701990060978,16.51101338701374,19.107536587540643,21.708146444750486,24.3297871163315,26.987420415987934,29.695400546064207,32.46829116959084,35.32141208556181,38.271247729153586,41.33578403579927,44.53480993549415,47.890204995171416,51.42622741118704,55.16981310506593,59.15089540492651,63.40275483516497,67.96240938959231,72.87105699354287,78.17458340037585,83.92415026385791,90.17687929823524,96.99664890541112,104.45501881082178,112.63229501462469]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[3.089728231771788,3.9325748732697376,4.800507218159824,5.692193919605783,6.606502673816392,7.542381454711701,8.4987799309574,9.47459241507247,10.468613819624622,11.479504657285025,12.505763428323977,13.545706009975122,14.59745238791485,15.658921457395289,16.727834758260187,17.801729934700536,18.877984455845564,19.953849734101087,21.026495291487443,22.09306213253578,23.150724094440417,24.19675579599916,25.228606062439134,26.24397658522414],\"y\":[16.083149724691488,19.02863717624674,21.934861227761335,24.827011836568317,27.724262162800684,30.642955879410593,33.59825362393396,36.60508941196993,39.6787874740281,42.835500622737925,46.092550662566005,49.46871381269354,52.98447533032051,56.662267550504936,60.526699955379506,64.60478647333026,68.92617277286712,73.52336401634757,78.43195059540038,83.69082483255323,89.34237412363514,95.43262330514527,102.01127739033163,109.1315784529571]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[3.0650187331598144,3.897180336239475,4.752999378113335,5.631273767980768,6.531005874270734,7.4512920249275885,8.391250103816203,9.349967412299202,10.326460545963439,11.319643338048067,12.328301091516055,13.351070526257814,14.386425581711139,15.432669643244038,16.4879349938432,17.550190373523925,18.617257484034603,19.686837135688794,20.756545543206915,21.823961113576637,22.886682048092432,23.94239538191216,24.988958989849557,26.02450007423902],\"y\":[18.160439084822737,21.413397425263412,24.605029107051294,27.764127697048433,30.912098625250902,34.0666951208459,37.24393407441745,40.45919227127224,43.727895421337244,47.06598946853172,50.490288489673915,54.018748886116214,57.670696926267134,61.46702425838336,65.43035848057836,69.58521057667777,73.95809644859814,78.57762472436983,83.47453628167223,88.68167088360148,94.23382048667644,100.16740299741487,106.51984721307367,113.32850590227649]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.0\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[3.212156648136875,4.108534586118824,5.037045102371102,5.995506154648294,6.9818569438479985,7.993994744397943,9.029664836613582,10.086382094681316,11.161375675437942,12.25155404487468,13.353490293686637,14.463428758431938,15.57731393772451,16.69084184360212,17.79953247395183,18.89882029315733,19.984157789883117,21.051125699849752,22.095542658349583,23.11356708986391,24.101785088552308,25.05727974862995,25.97767957558454,26.86118587979387,27.706581059769885,28.513221126891754,29.281016511067662],\"y\":[7.342109452613771,8.816919003835014,10.30965270398831,11.832084037664094,13.394504143780052,15.006964888133254,16.67996675262745,18.424909189041667,20.254434039444167,22.18272277795907,24.225779411729768,26.40171833046227,28.73107124358655,31.237125980567363,33.946310766402064,36.88863984947704,40.09823962743305,43.6139784264714,47.480227676981066,51.74778730570175,56.47501369780408,61.72919454514933,67.58822119457608,74.14261548347633,81.49797400173547,89.7778975316622,99.12747637933002]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[3.1460465921693532,4.013281803689701,4.908676970632818,5.8304847466620435,6.777127145333588,7.747056683212337,8.738663320562019,9.750206950161491,10.779766596733221,11.825202649752818,12.884131023911243,13.953909453308643,15.031636697987137,16.114165490025176,17.19812967598854,18.27998530432105,19.35606445927171,20.422639589017596,21.475995074322586,22.512502001743364,23.528691685112506,24.5213235108328,25.48744318437188,26.424428372039355,27.330019953674775,28.202338496492704],\"y\":[9.416374770983058,11.225123362677827,13.035074242303226,14.861068808436155,16.715216444716432,18.608617939340586,20.55228350424915,22.557697569546352,24.63721662991549,26.804386436465407,29.074222805803263,31.463481333967035,33.99093253216267,36.67765516745376,39.547359654236175,42.6267541868453,45.94596846798714,49.539053186826806,53.44457781974045,57.70635499421812,62.37432685596591,67.50565808004457,73.16609205403188,79.43164224920508,86.39071099707424,94.14675398585811]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[3.1034629202150255,3.9520840012424925,4.82634311770068,5.724740547606197,6.645964595914022,7.588767563731268,8.551883489114138,9.533968560963485,10.533555567766356,11.54901845443155,12.57854542727243,13.620120318873177,14.671512600748594,15.730276720982992,16.79376143682924,17.859129555570902,18.9233880311806,19.983427742036046,21.036071568243226,22.078128685163524,23.10645238842869,24.117998351693185,25.10988005175659,26.07941819630721,27.024181330426437,27.942015307968582],\"y\":[11.31549120265531,13.419842874629298,15.508455995579956,17.599239661631014,19.70618590172241,21.84156256247272,24.017059835850414,26.244471942088673,28.536153753562523,30.90536315727824,33.36654535011703,35.93559016327859,38.6300813750685,41.469551069711336,44.47574948849371,47.67294013383095,51.08823047311467,54.751950137965615,58.69809090435737,62.96482597846103,67.59513033538106,72.63752935279719,78.14701025909562,84.18614081312538,90.82645348651621,98.15017334987563]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[3.072804193542445,3.9081085518805643,4.767261383241886,5.648929018927457,6.551974061141023,7.475341589908107,8.4179844264449,9.37880932058611,10.356635711521715,11.350163099451304,12.35794526829814,13.378370800978347,14.409650009214468,15.449808764576398,16.496689855653543,17.547962448917918,18.601140022829775,19.653606802390886,20.702652281825003,21.74551293793483,22.77941977048937,23.801649930686985,24.809580485931896,25.800742383297116,26.772872970789653,27.723966071148745],\"y\":[13.096507608028766,15.470699836948189,17.812001518080685,20.141361360051967,22.474664505386947,24.825385882102903,27.205962841529775,29.628594378603694,32.10575880675224,34.65058456563493,37.27714201443251,40.00069306052688,42.837920131533494,45.807148083108395,48.92856849975968,52.224473758921405,55.71950730436107,59.44093631356214,63.418953013983554,67.68701102912077,72.28220302174908,77.245685162598,82.6231520109269,88.46536130656428,94.82870030352974,101.77577064305846]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[3.0492277391092637,3.8743431165023106,4.721948781851508,5.590833095624769,6.4799843843056,7.3884847830813385,8.315441110390134,9.259935447938725,10.220987363072469,11.197523853379156,12.188355167716896,13.192155794558241,14.207450570412274,15.232606249340721,16.265829079196145,17.305168992419,18.348530961053175,19.393693905855226,20.438337313229063,21.48007543907268,22.516498719760143,23.545221840898666,24.563937931292156,25.570478684794825,26.562881063053887],\"y\":[14.790125459868767,17.41514918183209,19.98995002339858,22.538484451218356,25.078525748707747,27.624770354248746,30.19043418084631,32.78816930432801,35.43064391535996,38.130943644192136,40.90287359352362,43.761203661013504,46.721881303099394,49.80222607612422,53.02111475847997,56.399162513930776,59.95890328235123,63.72497068049659,67.7242786040114,71.98619784999815,76.54272063931529,81.42859771394532,86.68142076177081,92.34160291326315,98.45217591423423]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.25\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[4.081858464014901,5.000938965820325,5.948752311304485,6.92329172154108,7.922524569082589,8.944287646427288,9.986212870258976,11.045674772247832,12.119756737010606,13.205235604027463,14.29858536081037,15.396000771771178,16.493441170586795,17.586693482331842,18.671452047038287,19.743411250342447,20.79836562267529,21.83231122129695,22.841541955206765,23.82273511720799,24.773021665128322,25.69003852794379,26.571962103122885,27.417523843305354,28.226010131433696,28.997249326743056,29.73158884997127],\"y\":[7.517425724654746,8.775736397566556,10.057820443640184,11.372462548340943,12.728164960058917,14.133744281989214,15.598719747899777,17.133607293441457,18.750172724040688,20.461671954808256,22.283095218394983,24.23142746130662,26.325935716839293,28.588494667416796,31.043963224074066,33.72062739523507,36.65072776881233,39.87109344338022,43.42390811804733,47.357638222796545,51.72815738683868,56.600106119560834,62.04853016888373,68.16084540183687,75.03918099080862,82.8031561574985,91.59314931373144]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[3.9907510814664606,4.878165138700393,5.790933059701235,6.727502539334077,7.686359760952825,8.665940438785094,9.66456568971493,10.680393967628463,11.711385291549657,12.755276485003282,13.809567422387829,14.87151886451389,15.938162576174866,17.006324157313546,18.072658459281712,19.133696680921307,20.185903352445724,21.22574054870009,22.24973596689609,23.25455108332401,24.237045556973417,25.194334407942016,26.123835236693857,27.02330378711111,27.89085738216475,28.72498706098318],\"y\":[9.567448900842663,11.095071495467252,12.635139215179175,14.198051361869929,15.793271406707586,17.430124335306285,19.11828590186773,20.868126120229842,22.690982358321023,24.599400833771515,26.607368767255664,28.73055177698423,30.986547782756986,33.395167777195866,35.978754430484344,38.76255122095799,41.77513746406344,45.04894822252003,48.620902701705674,52.533170547740795,56.83411276006227,61.5794431027124,66.83366743468795,72.67187278858236,79.18195569776631,86.4674002028411]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[3.0895390547979407,3.9320098683951157,4.799143739101847,5.689452419418677,6.601635435883962,7.534460347363982,8.486683817385028,9.456994811613209,10.443971407620204,11.446047274316802,12.46148616509836,13.488363994762368,14.52455872804166,15.567748605688964,16.61541926440769,17.664880116415905,18.713289979407833,19.75769143168506,20.79505276854824,21.822315827266227,22.836447408905105,23.83449163130242,24.8136203559338,25.771178870748713,26.704724275241254,27.61205446519311,28.491226193907348],\"y\":[9.65855598029113,11.437958360846622,13.202825836448799,14.968665133196748,16.74753408537154,18.54994620533017,20.385866427513733,22.265302882090374,24.198703127903965,26.197251364091002,28.273115773411963,30.439673399152152,32.71172946509636,35.105742979886855,37.64006827104885,40.33522159618663,43.214182629731134,46.30274218128687,49.6299098973505,53.228398986112396,57.13520935739979,61.392336302026266,66.04763945650768,71.15591709324993,76.78024491453127,82.9936582358344,89.88128422686609]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[3.060045092447457,3.8897081481276756,4.74231664862511,5.616541097904117,6.511246279623608,7.4253811471782765,8.35790689578404,9.307745487032596,10.273740420715912,11.254625810693236,12.249001951153698,13.255316714790833,14.271852776760202,15.296721011207453,16.327860550756533,17.363045975326862,18.39990192888956,19.43592517344821,20.4685137076695,21.495002142500674,22.512702086411796,23.51894590178552,24.511131901778008,25.486768902718996,26.443518051083693,27.37923000313727,28.29197582209413],\"y\":[11.178038874352291,13.187348975143605,15.16783368281743,17.13764166822043,19.110491817816843,21.09797506132477,23.110745988186327,25.15921732304728,27.25401052771693,29.406279644442463,31.62796764278797,33.932027741131805,36.33262898297544,38.845358631956685,41.48743056361474,44.27790730093542,47.237942937785725,50.39105454937527,53.76343061194049,57.38428635449998,61.28627781802921,65.50598873046135,70.08450720750193,75.06811292305186,80.50910002762741,86.46676715024428,93.00861395665748]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[3.857178744248301,4.698667461201244,5.560583267640075,6.4419103264257815,7.341726736881391,8.259137836564816,9.193228776775868,10.143028461038785,11.107480963002414,12.085422547474892,13.075563510554035,14.076474685315398,15.086578826590852,16.104147281638625,17.12730241431114,18.154026199711108,19.182175259638473,20.2095023843665,21.23368430877876,22.25235521530564,23.263145166209355,24.263722474924027,25.251838967858237,26.22537722944636,27.18239934613945],\"y\":[14.847104673834258,17.027220399385545,19.184851501839635,21.335369230055157,23.49144961984992,25.66445857471449,27.865248713283208,30.10466514282726,32.39389746376666,34.74474720918987,37.169848219569644,39.68286165260339,42.29865904377743,45.03350234096705,47.90522736189605,50.933435759012745,54.13969981308582,57.547783883296496,61.18388584718518,65.07690108071573,69.25871007842812,73.76448812819864,78.63303061387278,83.90707895126995,89.63361707827464]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}},\"1.5\":{\"0.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[4.060517811206524,4.972101663693543,5.911466735047897,6.876650880130786,7.865677959324205,8.876457168605787,9.906711861123977,10.953929173878453,12.01532723937652,13.087839368121372,14.168115722374656,15.252543212473128,16.337283886448432,17.418331122740224,18.491581654633986,19.55292007331612,20.598311223302098,21.62389506064249,22.62607827340683,23.601617344382433,24.547688719767198,25.461943168407903,26.342543026215115,27.188182545272443,27.998092760697336,28.772032976534938,29.510271081403733],\"y\":[6.605893873410832,7.700883590390577,8.815643475760247,9.95789945823538,11.135074206711954,12.35481876397261,13.625356663869947,14.955743040040312,16.356086593902177,17.837759562635032,19.413610827034255,21.098192997718236,22.908012880389027,24.86181490419167,26.98090830801593,29.289550800938287,31.815403852029853,34.5900775908113,37.649786420150846,41.03613979142928,44.79709611242258,48.98811139142163,53.67351788920185,58.92817167353946,64.83941154090965,71.50937552310216,79.05772590981113]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"0.75\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[3.9727458655990344,4.853822785958396,5.75942848975944,6.688033664480031,7.638153392369103,8.608261333872838,9.596728164648816,10.601775574388158,11.621442007188175,12.653558743437443,13.695736174454938,14.74536071438822,15.79960294532402,16.855437403899817,17.90967395905012,18.95900007195629,20.000032460911488,21.02937592607723,22.043686442383787,23.039735215364214,24.01447029816685,24.965072626936436,25.889003932448944,26.78404486654234,27.648322746518758,28.480329456768484,29.2789311387752],\"y\":[8.403381863355632,9.733893942201048,11.074422763741667,12.434154384855931,13.821398916477781,15.2443012517705,16.71127614550158,18.23131271322524,19.814215798088945,21.4708189937061,23.213189320016998,25.054836661252498,27.010938060035695,29.098586070336573,31.337070811004725,33.74820676872127,36.35671762390088,39.19069538347877,42.28215395092097,45.66770206744488,49.389366508390744,53.495603763556815,58.04254745167363,63.09554967084351,68.7310874802418,75.03912052268171,82.12600159929478]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.0\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[3.91598032130381,4.777461966255384,5.661369171049163,6.56641339645038,7.49137715133987,8.435037636540585,9.396112067964811,10.373216277520141,11.364832650048502,12.369285679914052,13.384724622486644,14.40911335952911,15.440227901147678,16.475662003239293,17.512841235070987,18.54904552065127,19.581439737770694,20.60711143946917,21.623114226024146,22.626514810492303,23.614441454795738,24.584131261264552,25.532973819565278,26.458548937485425,27.3586566074744,28.23133794436532,29.074886537775175],\"y\":[10.04503007307636,11.583479599990946,13.122096355456089,14.67155786336534,16.241131979322414,17.839564276221186,19.475605056657614,21.158361885913624,22.897563848693277,24.70378153639339,26.58862739936247,28.56495176066013,30.6470452849188,32.85085675435423,35.1942345799315,37.69720108408281,40.38227002364466,43.27482002488953,46.40353963226634,49.800963684258434,53.50412599418944,57.55536024921727,62.00329026156909,66.9040630852935,72.3228952545234,78.33602511366806,85.03319493741058]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.25\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[3.8750241433150823,4.722445305210633,5.590784670995034,6.478912045554868,7.385782711439084,8.310367687271286,9.251604053413791,10.208357263737394,11.17939152528642,12.163346401506985,13.158718915690967,14.163851063576843,15.176922989242035,16.19595222698698,17.218799406148182,18.243180679233213,19.26668688646818,20.286809136399878,21.300970095259135,22.306559877739346,23.300975063161687,24.281659066257134,25.24614190449066,26.192077341694226,27.11727544794405,28.019728772906205],\"y\":[11.581408926621611,13.309171317387037,15.027118742516441,16.747418206976903,18.480315015492618,20.23519426281276,22.021199687952787,23.847635462744716,25.72425536515054,27.661492332843753,29.6706575855379,31.76412681341193,33.955525016574235,36.25991865492942,38.69402252587409,41.27642859817608,44.02786458917776,46.971491246285595,50.133249054857416,53.54226749676242,57.23135316443505,61.237577237894435,65.60298845168953,70.37548533570566,75.6098921777125,81.36929834877091]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}},\"1.5\":{\"config\":{\"responsive\":true},\"data\":[{\"showlegend\":false,\"line\":{\"color\":\"#636EFA\"},\"mode\":\"lines\",\"x\":[3.8434881133336942,4.680131534681344,5.536542017007292,6.411703897735012,7.30469562480533,8.214624964490403,9.140583130964846,10.081610054724216,11.036666943247246,12.004614243431561,12.984194174973638,13.974017612505428,14.972555447773042,15.97813475074327,16.988940111860856,18.00302050765559,19.01830190251362,20.032605595445755,21.043672061794265,22.04918975221009,23.04682802697814,24.03427315839433,25.009266162837545,25.96964115920452,26.91336301745274,27.838563281342843],\"y\":[13.039840424806945,14.943142790632969,16.826523849693768,18.703629551219997,20.58568645217535,22.482734965602326,24.40433958703583,26.360040486138715,28.359668790234217,30.41358738570655,32.53289093227441,34.72958481379523,37.01675548869775,39.40874085380012,41.92130723695621,44.57183870649367,47.379544117203224,50.36568747248513,53.553847627343615,56.97021398417571,60.64392554921595,64.6074614126476,68.89709123259853,73.55339438570462,78.62185564392804,84.15354272490009]}],\"layout\":{\"showlegend\":true,\"xaxis\":{\"autorange\":false,\"range\":[0,30],\"title\":\"B_C\",\"type\":\"linear\"},\"annotations\":[],\"title\":\"Pulsed Cost Curves\",\"yaxis\":{\"autorange\":false,\"range\":[0,150],\"title\":\"cost\",\"type\":\"linear\"},\"shapes\":[],\"legend\":{}}}}}}\n",
" $(\"#js-interact__8f2a0f59-65e2-478c-be28-0938b1ee7bd9\").trigger(\"interact\");\n"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"used_fracs = 0.5:0.25:1.5\n",
"\n",
"@demo for reactor in [\"DEMO\", \"Pulsed\"], P_F=used_fracs, N_G=used_fracs\n",
" scan = Scan(reactor, P_F=P_F, N_G=N_G)\n",
" FusionSystems.plot(scan, :B_C, :cost)\n",
" \n",
" xlims!(0,30) ; ylims!(0,150)\n",
" title!(\"$(reactor) Cost Curves\")\n",
"end"
]
}
],
"metadata": {
"@webio": {
"lastCommId": null,
"lastKernelId": null
},
"kernelspec": {
"display_name": "Julia 1.4.0",
"language": "julia",
"name": "julia-1.4"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.4.0"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment