-
Notifications
You must be signed in to change notification settings - Fork 1
/
simple SAS notebook.sasnb
1 lines (1 loc) · 211 KB
/
simple SAS notebook.sasnb
1
[{"kind":1,"language":"markdown","value":"Demonstrate SAS cell","outputs":[]},{"kind":2,"language":"sas","value":"title \"Histogram of Sepal Length\";\r\nproc sgplot data=sashelp.iris;\r\n histogram sepallength / group=species transparency=0.5 scale=count;\r\n density sepallength / type=normal group=species;\r\n keylegend / location=inside position=topright across=1;\r\nrun;\r\ntitle;\r\n\r\n","outputs":[{"items":[{"data":"<!DOCTYPE html>\n<html lang=\"en\" xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<meta charset=\"utf-8\"/>\n<meta content=\"SAS V.04.00\" name=\"generator\"/>\n<title>SAS Output</title>\n<style>\n/*<![CDATA[*/\n.body.c > table, .body.c > pre, .body.c div > table,\n.body.c div > pre, .body.c > table, .body.c > pre,\n.body.j > table, .body.j > pre, .body.j div > table,\n.body.j div > pre, .body.j > table, .body.j > pre,\n.body.c p.note, .body.c p.warning, .body.c p.error, .body.c p.fatal,\n.body.j p.note, .body.j p.warning, .body.j p.error, .body.j p.fatal,\n.body.c > table.layoutcontainer, .body.j > table.layoutcontainer { margin-left: auto; margin-right: auto }\n.layoutregion.l table, .layoutregion.l pre, .layoutregion.l p.note,\n.layoutregion.l p.warning, .layoutregion.l p.error, .layoutregion.l p.fatal { margin-left: 0 }\n.layoutregion.c table, .layoutregion.c pre, .layoutregion.c p.note,\n.layoutregion.c p.warning, .layoutregion.c p.error, .layoutregion.c p.fatal { margin-left: auto; margin-right: auto }\n.layoutregion.r table, .layoutregion.r pre, .layoutregion.r p.note,\n.layoutregion.r table, .layoutregion.r pre, .layoutregion.r p.note,\n.layoutregion.r p.warning, .layoutregion.r p.error, .layoutregion.r p.fatal { margin-right: 0 }\narticle, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }\nhtml{ font-size: 100% }\n.body { margin: 1em; font-size: 13px; line-height: 1.231 }\nsup { position: relative; vertical-align: baseline; bottom: 0.25em; font-size: 0.8em }\nsub { position: relative; vertical-align: baseline; top: 0.25em; font-size: 0.8em }\nul, ol { margin: 1em 0; padding: 0 0 0 40px }\ndd { margin: 0 0 0 40px }\nnav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0 }\nimg { border: 0; vertical-align: middle }\nsvg:not(:root) { overflow: hidden }\nfigure { margin: 0 }\ntable { border-collapse: collapse; border-spacing: 0 }\n.layoutcontainer { border-collapse: separate; border-spacing: 0 }\np { margin-top: 0; text-align: left }\nh1.heading1 { text-align: left }\nh2.heading2 { text-align: left }\nh3.heading3 { text-align: left }\nh4.heading4 { text-align: left }\nh5.heading5 { text-align: left }\nh6.heading6 { text-align: left }\nspan { text-align: left }\ntable { margin-bottom: 1em }\ntd, th { text-align: left; padding: 3px 6px; vertical-align: top }\ntd[class$=\"fixed\"], th[class$=\"fixed\"] { white-space: pre }\nsection, article { padding-top: 1px; padding-bottom: 8px }\nhr.pagebreak { height: 0px; border: 0; border-bottom: 1px solid #c0c0c0; margin: 1em 0 }\n.stacked-value { text-align: left; display: block }\n.stacked-cell > .stacked-value, td.data > td.data, th.data > td.data, th.data > th.data, td.data > th.data, th.header > th.header { border: 0 }\n.stacked-cell > div.data { border-width: 0 }\n.systitleandfootercontainer { white-space: nowrap; margin-bottom: 1em }\n.systitleandfootercontainer > p { margin: 0 }\n.systitleandfootercontainer > p > span { display: inline-block; width: 100%; white-space: normal }\n.batch { display: table }\n.toc { display: none }\n.proc_note_group, .proc_title_group { margin-bottom: 1em }\np.proctitle { margin: 0 }\np.note, p.warning, p.error, p.fatal { display: table }\n.notebanner, .warnbanner, .errorbanner, .fatalbanner,\n.notecontent, .warncontent, .errorcontent, .fatalcontent { display: table-cell; padding: 0.5em }\n.notebanner, .warnbanner, .errorbanner, .fatalbanner { padding-right: 0 }\n.body > div > ol li { text-align: left }\n.beforecaption > h4 { margin-top: 0; margin-bottom: 0 }\n.c { text-align: center }\n.r { text-align: right }\n.l { text-align: left }\n.j { text-align: justify }\n.d { text-align: right }\n.b { vertical-align: bottom }\n.m { vertical-align: middle }\n.t { vertical-align: top }\n.accessiblecaption {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\na:active { color: #f9fafb }\n.aftercaption {\n background-color: #011829;\n border-spacing: 0;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n padding-top: 4pt;\n}\n.batch > colgroup {\n border-left: 1px solid #f9fafb;\n border-right: 1px solid #f9fafb;\n}\n.batch > tbody, .batch > thead, .batch > tfoot {\n border-top: 1px solid #f9fafb;\n border-bottom: 1px solid #f9fafb;\n}\n.batch { border: hidden; }\n.batch {\n background-color: #021727;\n border: 1px solid #f9fafb;\n border-collapse: separate;\n border-spacing: 1px;\n color: #ffffff;\n font-family: 'SAS Monospace', 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n padding: 7px;\n }\n.beforecaption {\n background-color: #011829;\n border-spacing: 0;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.body {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n margin-left: 8px;\n margin-right: 8px;\n}\n.bodydate {\n background-color: #011829;\n border-spacing: 0;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n text-align: right;\n vertical-align: top;\n width: 100%;\n}\n.bycontentfolder {\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: none;\n margin-left: 6pt;\n}\n.byline {\n background-color: #011829;\n border-spacing: 0;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.bylinecontainer > col, .bylinecontainer > colgroup > col, .bylinecontainer > colgroup, .bylinecontainer > tr, .bylinecontainer > * > tr, .bylinecontainer > thead, .bylinecontainer > tbody, .bylinecontainer > tfoot { border: none; }\n.bylinecontainer {\n background-color: #011829;\n border: none;\n border-spacing: 1px;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n width: 100%;\n}\n.caption {\n background-color: #011829;\n border-spacing: 0;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.cell, .container {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.contentfolder, .contentitem {\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: none;\n margin-left: 6pt;\n}\n.contentproclabel, .contentprocname {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.contents {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: decimal;\n margin-left: 8px;\n margin-right: 8px;\n}\n.contentsdate {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n width: 100%;\n}\n.contenttitle {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: bold;\n}\n.continued {\n background-color: #011829;\n border-spacing: 0;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n width: 100%;\n}\n.data {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.dataemphasis {\n background-color: #021727;\n border-color: #c1c1c1;\n border-style: solid;\n border-width: 0 1px 1px 0;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.dataemphasisfixed {\n background-color: #021727;\n border-color: #c1c1c1;\n border-style: solid;\n border-width: 0 1px 1px 0;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.dataempty {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.datafixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.datastrong {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.datastrongfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.date {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n width: 100%;\n}\n.document {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.errorbanner {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.errorcontent {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.errorcontentfixed {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.extendedpage {\n background-color: #011829;\n border-style: solid;\n border-width: 1pt;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n text-align: center;\n}\n.fatalbanner {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.fatalcontent {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.fatalcontentfixed {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.folderaction {\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: none;\n margin-left: 6pt;\n}\n.footer {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.footeremphasis {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.footeremphasisfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.footerempty {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.footerfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.footerstrong {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.footerstrongfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.frame {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.graph > colgroup {\n border-left: 1px solid #f9fafb;\n border-right: 1px solid #f9fafb;\n}\n.graph > tbody, .graph > thead, .graph > tfoot {\n border-top: 1px solid #f9fafb;\n border-bottom: 1px solid #f9fafb;\n}\n.graph { border: hidden; }\n.graph {\n background-color: #011829;\n border: 1px solid #f9fafb;\n border-collapse: separate;\n border-spacing: 1px;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n }\n.header {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.headeremphasis {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.headeremphasisfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.headerempty {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.headerfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.headersandfooters {\n background-color: #021727;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.headerstrong {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.headerstrongfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.heading1 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 24pt;\n font-style: normal;\n font-weight: bold;\n}\n.heading2 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 18pt;\n font-style: normal;\n font-weight: bold;\n}\n.heading3 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14pt;\n font-style: normal;\n font-weight: bold;\n}\n.heading4 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 12pt;\n font-style: normal;\n font-weight: bold;\n}\n.heading5 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 10pt;\n font-style: normal;\n font-weight: bold;\n}\n.heading6 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 8pt;\n font-style: normal;\n font-weight: bold;\n}\n.index {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.indexaction, .indexitem {\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: none;\n margin-left: 6pt;\n}\n.indexprocname {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.indextitle {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: bold;\n}\n.layoutcontainer, .layoutregion {\n border-width: 0;\n border-spacing: 30px;\n}\n.linecontent {\n background-color: #011829;\n border: 1px solid #013154;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\na:link { color: #e0e3e4 }\n.list {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: disc;\n}\n.list10 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: square;\n}\n.list2 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: circle;\n}\n.list3, .list4, .list5, .list6, .list7, .list8, .list9 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: square;\n}\n.listitem {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: disc;\n}\n.listitem10 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: square;\n}\n.listitem2 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: circle;\n}\n.listitem3, .listitem4, .listitem5, .listitem6, .listitem7, .listitem8, .listitem9 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: square;\n}\n.note {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.notebanner {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.notecontent {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.notecontentfixed {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.output > colgroup {\n border-left: 1px solid #f9fafb;\n border-right: 1px solid #f9fafb;\n}\n.output > tbody, .output > thead, .output > tfoot {\n border-top: 1px solid #f9fafb;\n border-bottom: 1px solid #f9fafb;\n}\n.output { border: hidden; }\n.output {\n background-color: #021727;\n border: 1px solid #f9fafb;\n border-collapse: separate;\n border-spacing: 1px;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n }\n.pageno {\n background-color: #011829;\n border-spacing: 0;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n text-align: right;\n vertical-align: top;\n}\n.pages {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: decimal;\n margin-left: 8px;\n margin-right: 8px;\n}\n.pagesdate {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n width: 100%;\n}\n.pagesitem {\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: none;\n margin-left: 6pt;\n}\n.pagesproclabel, .pagesprocname {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.pagestitle {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: bold;\n}\n.paragraph {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.parskip > col, .parskip > colgroup > col, .parskip > colgroup, .parskip > tr, .parskip > * > tr, .parskip > thead, .parskip > tbody, .parskip > tfoot { border: none; }\n.parskip {\n border: none;\n border-spacing: 0;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n }\n.prepage {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n text-align: left;\n}\n.proctitle {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.proctitlefixed {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowfooter {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowfooteremphasis {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.rowfooteremphasisfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.rowfooterempty {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowfooterfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.rowfooterstrong {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowfooterstrongfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowheader {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowheaderemphasis {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.rowheaderemphasisfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.rowheaderempty {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowheaderfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.rowheaderstrong {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowheaderstrongfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.systemfooter, .systemfooter10, .systemfooter2, .systemfooter3, .systemfooter4, .systemfooter5, .systemfooter6, .systemfooter7, .systemfooter8, .systemfooter9 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.systemtitle, .systemtitle10, .systemtitle2, .systemtitle3, .systemtitle4, .systemtitle5, .systemtitle6, .systemtitle7, .systemtitle8, .systemtitle9 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 16px;\n font-style: normal;\n font-weight: bold;\n}\n.systitleandfootercontainer > col, .systitleandfootercontainer > colgroup > col, .systitleandfootercontainer > colgroup, .systitleandfootercontainer > tr, .systitleandfootercontainer > * > tr, .systitleandfootercontainer > thead, .systitleandfootercontainer > tbody, .systitleandfootercontainer > tfoot { border: none; }\n.systitleandfootercontainer {\n background-color: #011829;\n border: none;\n border-spacing: 1px;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n width: 100%;\n}\n.table > col, .table > colgroup > col {\n border-left: 1px solid #c1c1c1;\n border-right: 0 solid #c1c1c1;\n}\n.table > tr, .table > * > tr {\n border-top: 1px solid #c1c1c1;\n border-bottom: 0 solid #c1c1c1;\n}\n.table { border: hidden; }\n.table {\n border-color: #c1c1c1;\n border-style: solid;\n border-width: 1px 0 0 1px;\n border-collapse: collapse;\n border-spacing: 0;\n }\n.titleandnotecontainer > col, .titleandnotecontainer > colgroup > col, .titleandnotecontainer > colgroup, .titleandnotecontainer > tr, .titleandnotecontainer > * > tr, .titleandnotecontainer > thead, .titleandnotecontainer > tbody, .titleandnotecontainer > tfoot { border: none; }\n.titleandnotecontainer {\n background-color: #011829;\n border: none;\n border-spacing: 1px;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n width: 100%;\n}\n.titlesandfooters {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.usertext {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\na:visited { color: #f9fafb }\n.warnbanner {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.warncontent {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.warncontentfixed {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n/*]]>*/\n</style>\n</head>\n<body class=\"c body\">\n<div style=\"padding-bottom: 8px; padding-top: 1px\">\n<div id=\"IDX\" style=\"padding-bottom: 8px; padding-top: 1px\">\n<div class=\"c\">\n<script type=\"text/ecmascript\">\r\nvar SVG_IDX_SVGRoot = null;\r\nvar SVG_IDX_TrueCoords = null;\r\nvar SVG_IDX_singleTip = null;\r\nvar SVG_IDX_singleBox = null;\r\nvar SVG_IDX_singleText = null;\r\nvar SVG_IDX_tiptspan = null;\r\nvar SVG_IDX_attrScale = 1;\r\nvar SVG_IDX_rightEdge = null;\r\nvar SVG_IDX_SVGHeight = null;\r\nvar SVG_IDX_SVGWidth = null;\r\nfunction SVG_IDX_Init(anchor) {\r\n SVG_IDX_SVGRoot = document.getElementById(anchor);\r\n SVG_IDX_TrueCoords = SVG_IDX_SVGRoot.createSVGPoint();\r\n SVG_IDX_singleTip = document.getElementById(anchor + '_singleTip1');\r\n SVG_IDX_singleBox = document.getElementById(anchor + '_singleBox1');\r\n SVG_IDX_singleText = document.getElementById(anchor + '_singleText1');\r\n SVG_IDX_tiptspan = document.getElementById(anchor + '_tiptspan1');\r\n SVG_IDX_tiptspan.firstChild.nodeValue = null;\r\n SVG_IDX_SVGRoot.addEventListener('mousemove', SVG_IDX_ShowTooltip, false);\r\n SVG_IDX_SVGRoot.addEventListener('mouseout', SVG_IDX_HideTooltip, false);\r\n SVG_IDX_SVGHeight = SVG_IDX_SVGRoot.getAttributeNS(null, \"height\");\r\n SVG_IDX_SVGWidth = SVG_IDX_SVGRoot.getAttributeNS(null, \"width\");\r\n if (!isNaN(parseFloat(SVG_IDX_SVGHeight)) && !isNaN(parseFloat(SVG_IDX_SVGWidth)))\r\n SVG_IDX_GetHW();\r\n}\r\nfunction SVG_IDX_GetHW()\r\n{\r\n if (SVG_IDX_SVGWidth != null && SVG_IDX_SVGWidth != \"\") {\r\n if (SVG_IDX_SVGWidth.match(/%/)) {\r\n var factor = parseFloat(SVG_IDX_SVGWidth.replace(/%/,\"\"))/100;\r\n SVG_IDX_SVGWidth = window.innerWidth * factor;\r\n }\r\n else if (SVG_IDX_SVGWidth.match(/in/))\r\n SVG_IDX_SVGWidth = parseFloat(SVG_IDX_SVGWidth.replace(/in/,\"\"))*96;\r\n else if (SVG_IDX_SVGWidth.match(/cm/))\r\n SVG_IDX_SVGWidth = parseFloat(SVG_IDX_SVGWidth.replace(/in/,\"\"))*96/2.54;\r\n else\r\n SVG_IDX_SVGWidth = parseFloat(SVG_IDX_SVGWidth);\r\n }\r\n if (SVG_IDX_SVGHeight != null && SVG_IDX_SVGHeight != \"\") {\r\n if (SVG_IDX_SVGHeight.match(/%/)) {\r\n var factor = parseFloat(SVG_IDX_SVGHeight.replace(/%/,\"\"))/100;\r\n SVG_IDX_SVGHeight = window.innerHeight * factor;\r\n }\r\n else if (SVG_IDX_SVGHeight.match(/in/))\r\n SVG_IDX_SVGHeight = parseFloat(SVG_IDX_SVGHeight.replace(/in/,\"\"))*96;\r\n else if (SVG_IDX_SVGHeight.match(/cm/))\r\n SVG_IDX_SVGHeight = parseFloat(SVG_IDX_SVGHeight.replace(/in/,\"\"))*96/2.54;\r\n else\r\n SVG_IDX_SVGHeight = parseFloat(SVG_IDX_SVGHeight);\r\n }\r\n}\r\nfunction SVG_IDX_GetScaleFactors(evt)\r\n{\r\n var zoomFactor = 1;\r\n windowWidth = (top.innerWidth==undefined) ? window.innerWidth : top.innerWidth;\r\n windowHeight = (top.innerHeight==undefined) ? window.innerHeight : top.innerHeight;\r\n SVG_IDX_rightEdge = (SVG_IDX_SVGWidth) ? SVG_IDX_SVGWidth - window.pageXOffset : windowWidth;\r\n if (parseFloat(SVG_IDX_SVGWidth) > 0 || parseFloat(SVG_IDX_SVGHeight) > 0)\r\n var tipScale = 1.875;\r\n else {\r\n var tipXScale = (screen.width/windowWidth) / SVG_IDX_SVGRoot.currentScale;\r\n var tipYScale = (screen.height/windowHeight) / SVG_IDX_SVGRoot.currentScale;\r\n var tipScale = (tipXScale + tipYScale)/2.0;\r\n }\r\n SVG_IDX_attrScale = tipScale;\r\n if (navigator.appName == 'Adobe SVG Viewer') {\r\n if (screen.deviceXDPI != null && screen.logicalXDPI != null)\r\n zoomFactor = screen.deviceXDPI/screen.logicalXDPI;\r\n SVG_IDX_attrScale = zoomFactor*tipScale;\r\n }\r\n else if (navigator.userAgent != null && navigator.userAgent != '') {\r\n var ua = navigator.userAgent.toLowerCase();\r\n if (ua.indexOf(\"msie\") != -1 || ua.indexOf(\"trident\") != -1) {\r\n zoomFactor = screen.deviceXDPI/screen.logicalXDPI;\r\n SVG_IDX_attrScale = tipScale/zoomFactor;\r\n SVG_IDX_rightEdge /= zoomFactor;\r\n }\r\n else if (ua.indexOf(\"ipad\") != -1) {\r\n zoomFactor = SVG_IDX_SVGRoot.clientWidth / window.innerWidth;\r\n SVG_IDX_attrScale = 1.5 / zoomFactor;\r\n SVG_IDX_rightEdge /= zoomFactor;\r\n }\r\n else if (ua.indexOf(\"opera\") != -1)\r\n SVG_IDX_attrScale = tipScale;\r\n else if (ua.indexOf(\"firefox\") != -1)\r\n SVG_IDX_attrScale = tipScale;\r\n else {\r\n if (SVG_IDX_SVGWidth > 0 || SVG_IDX_SVGHeight > 0)\r\n zoomFactor = 1;\r\n else\r\n zoomFactor = parseInt(document.defaultView.getComputedStyle(SVG_IDX_SVGRoot, null).width,10)/\r\n SVG_IDX_SVGRoot.clientWidth;\r\n SVG_IDX_attrScale = tipScale/zoomFactor;\r\n SVG_IDX_rightEdge *= zoomFactor;\r\n }\r\n }\r\n}\r\nfunction SVG_IDX_GetTrueCoords(evt)\r\n{\r\n var trans = SVG_IDX_SVGRoot.currentTranslate;\r\n var scale = SVG_IDX_SVGRoot.currentScale;\r\n SVG_IDX_GetScaleFactors();\r\n var p1 = SVG_IDX_SVGRoot.createSVGPoint();\r\n var p2;\r\n var m = SVG_IDX_SVGRoot.getScreenCTM();\r\n if (navigator.userAgent.toLowerCase().indexOf(\"ipad\") != -1) {\r\n p1.x = evt.clientX + window.pageXOffset;\r\n p1.y = evt.clientY + window.pageYOffset;\r\n }\r\n else {\r\n p1.x = evt.clientX;\r\n p1.y = evt.clientY;\r\n }\r\n p2 = p1.matrixTransform(m.inverse());\r\n SVG_IDX_TrueCoords.x = Math.round(p2.x*100) / 100;\r\n SVG_IDX_TrueCoords.y = Math.round(p2.y*100) / 100;\r\n}\r\nfunction SVG_IDX_HideTooltip( evt )\r\n{\r\n SVG_IDX_tiptspan.firstChild.nodeValue = null;\r\n SVG_IDX_singleTip.setAttributeNS(null, 'visibility', 'hidden');\r\n}\r\nfunction SVG_IDX_ShowTooltip( evt )\r\n{\r\n SVG_IDX_GetTrueCoords( evt );\r\n var targetElement = evt.target;\r\n var tspanCount = targetElement.getElementsByTagName('desc').length;\r\n if (tspanCount == 1) {\r\n var targetTspan = targetElement.getElementsByTagName('desc').item(0);\r\n if ( targetTspan) {\r\n if (targetTspan.firstChild != null)\r\n SVG_IDX_tiptspan.firstChild.nodeValue = targetTspan.firstChild.nodeValue; }\r\n }\r\n if ( null != SVG_IDX_tiptspan.firstChild.nodeValue && '' != SVG_IDX_tiptspan.firstChild.nodeValue.trim() )\r\n {\r\n var outline = SVG_IDX_singleText.getBBox();\r\n SVG_IDX_singleBox.setAttributeNS(null, 'transform', 'scale(' + SVG_IDX_attrScale + ',' + SVG_IDX_attrScale + ')' );\r\n SVG_IDX_singleText.setAttributeNS(null, 'transform', 'scale(' + SVG_IDX_attrScale + ',' + SVG_IDX_attrScale + ')' );\r\n SVG_IDX_singleTip.setAttributeNS(null, 'visibility', 'visible');\r\n if (evt.clientX + ((outline.width + 8)/0.8) * SVG_IDX_attrScale > SVG_IDX_rightEdge) {\r\n var xPos = SVG_IDX_TrueCoords.x - parseInt((outline.width + 8)*SVG_IDX_attrScale);\r\n if (xPos < 0)\r\n xPos = 0;\r\n }\r\n else\r\n var xPos = SVG_IDX_TrueCoords.x;\r\n if (SVG_IDX_TrueCoords.y < 16) {\r\n var yPos = SVG_IDX_TrueCoords.y + ((outline.height + 16)/0.8)*SVG_IDX_attrScale;\r\n if (yPos > windowHeight)\r\n yPos = SVG_IDX_TrueCoords.y - parseInt((outline.height + 8)*SVG_IDX_attrScale);\r\n }\r\n else\r\n var yPos = SVG_IDX_TrueCoords.y - parseInt((outline.height + 8)*SVG_IDX_attrScale);\r\n if (Number(outline.width == 0))\r\n SVG_IDX_singleBox.setAttributeNS(null, 'width', outline.width);\r\n else\r\n SVG_IDX_singleBox.setAttributeNS(null, 'width', outline.width + 8);\r\n SVG_IDX_singleBox.setAttributeNS(null, 'height', outline.height + 8);\r\n SVG_IDX_singleTip.setAttributeNS(null, 'transform', 'translate(' + xPos + ',' + yPos + ')');\r\n }\r\n}\r\n</script>\r\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xml:space=\"preserve\" baseProfile=\"full\" version=\"1.1\" id=\"SVG_IDX\" onload='SVG_IDX_Init(\"SVG_IDX\")' viewBox=\"-1 -1 641 481\" height=\"480\" width=\"640\">\r\n<title>Histogram of Sepal Length;</title>\r\n<desc id=\"desc_SVG_IDX\">The SGPlot Procedure</desc>\r\n<defs>\r\n<clipPath id=\"SVG_IDX_clipPage1\">\r\n<rect x=\"-1\" y=\"-1\" width=\"641\" height=\"481\"></rect>\r\n</clipPath>\r\n</defs>\r\n<g id=\"SVG_IDX_Page1\" clip-path=\"url(#SVG_IDX_clipPage1)\">\r\n<g transform=\" scale(1, 1)\">\r\n<rect x=\"0\" y=\"0\" width=\"639\" height=\"479\" style=\"fill: #011829; \"></rect>\r\n<rect x=\"0\" y=\"0\" width=\"639\" height=\"479\" style=\"fill: #011829; \"></rect>\r\n<rect x=\"0\" y=\"0\" width=\"639\" height=\"479\" style=\"stroke: #F9FAFB; stroke-width: 1; fill: none; \"></rect>\r\n<g transform=\"matrix(1, 0, 0, 1, 11, 11)\">\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath0\">\r\n<rect x=\"-1\" y=\"-1\" width=\"619\" height=\"459\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath0)\">\r\n<g transform=\"matrix(1, 0, 0, 1, 0, 23)\">\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath1\">\r\n<rect x=\"-1\" y=\"-1\" width=\"619\" height=\"436\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath1)\">\r\n<rect x=\"53.41356\" y=\"-0.0501\" width=\"563.08885\" height=\"387.15468\" style=\"fill: #011829; \"></rect>\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath2\">\r\n<rect x=\"52\" y=\"-1\" width=\"566\" height=\"389\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath2)\">\r\n<rect x=\"88.54992\" y=\"293.36806\" width=\"36.55752\" height=\"88.7474\" style=\"fill: #2470AD; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"88.54992\" y=\"293.36806\" width=\"36.55752\" height=\"88.7474\" style=\"stroke: #35A5FF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<rect x=\"125.10745\" y=\"226.80751\" width=\"36.55752\" height=\"155.30795\" style=\"fill: #2470AD; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"125.10745\" y=\"226.80751\" width=\"36.55752\" height=\"155.30795\" style=\"stroke: #35A5FF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<rect x=\"161.66497\" y=\"4.93899\" width=\"36.55752\" height=\"377.17647\" style=\"fill: #2470AD; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"161.66497\" y=\"4.93899\" width=\"36.55752\" height=\"377.17647\" style=\"stroke: #35A5FF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<rect x=\"198.2225\" y=\"115.87325\" width=\"36.55752\" height=\"266.24221\" style=\"fill: #2470AD; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"198.2225\" y=\"115.87325\" width=\"36.55752\" height=\"266.24221\" style=\"stroke: #35A5FF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<rect x=\"234.78003\" y=\"226.80751\" width=\"36.55752\" height=\"155.30795\" style=\"fill: #2470AD; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"234.78003\" y=\"226.80751\" width=\"36.55752\" height=\"155.30795\" style=\"stroke: #35A5FF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<rect x=\"271.33755\" y=\"315.55491\" width=\"36.55752\" height=\"66.56055\" style=\"fill: #2470AD; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"271.33755\" y=\"315.55491\" width=\"36.55752\" height=\"66.56055\" style=\"stroke: #35A5FF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<path d=\"M307.89508 382.11546L344.45261 382.11546\" style=\"stroke: #35A5FF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></path>\r\n<path d=\"M344.45261 382.11546L381.01013 382.11546\" style=\"stroke: #35A5FF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></path>\r\n<path d=\"M381.01013 382.11546L417.56766 382.11546\" style=\"stroke: #35A5FF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></path>\r\n<path d=\"M417.56766 382.11546L454.12519 382.11546\" style=\"stroke: #35A5FF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></path>\r\n<path d=\"M454.12519 382.11546L490.68272 382.11546\" style=\"stroke: #35A5FF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></path>\r\n<path d=\"M490.68272 382.11546L527.24024 382.11546\" style=\"stroke: #35A5FF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></path>\r\n<path d=\"M527.24024 382.11546L563.79777 382.11546\" style=\"stroke: #35A5FF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></path>\r\n<path d=\"M88.54992 382.11546L125.10745 382.11546\" style=\"stroke: #EACE5C; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></path>\r\n<path d=\"M125.10745 382.11546L161.66497 382.11546\" style=\"stroke: #EACE5C; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></path>\r\n<rect x=\"161.66497\" y=\"315.55491\" width=\"36.55752\" height=\"66.56055\" style=\"fill: #98863C; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"161.66497\" y=\"315.55491\" width=\"36.55752\" height=\"66.56055\" style=\"stroke: #EACE5C; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<rect x=\"198.2225\" y=\"337.74176\" width=\"36.55752\" height=\"44.3737\" style=\"fill: #98863C; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"198.2225\" y=\"337.74176\" width=\"36.55752\" height=\"44.3737\" style=\"stroke: #EACE5C; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<rect x=\"234.78003\" y=\"138.0601\" width=\"36.55752\" height=\"244.05536\" style=\"fill: #98863C; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"234.78003\" y=\"138.0601\" width=\"36.55752\" height=\"244.05536\" style=\"stroke: #EACE5C; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<rect x=\"271.33755\" y=\"160.24695\" width=\"36.55752\" height=\"221.86851\" style=\"fill: #98863C; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"271.33755\" y=\"160.24695\" width=\"36.55752\" height=\"221.86851\" style=\"stroke: #EACE5C; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<rect x=\"307.89508\" y=\"160.24695\" width=\"36.55752\" height=\"221.86851\" style=\"fill: #98863C; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"307.89508\" y=\"160.24695\" width=\"36.55752\" height=\"221.86851\" style=\"stroke: #EACE5C; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<rect x=\"344.45261\" y=\"248.99436\" width=\"36.55752\" height=\"133.1211\" style=\"fill: #98863C; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"344.45261\" y=\"248.99436\" width=\"36.55752\" height=\"133.1211\" style=\"stroke: #EACE5C; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<rect x=\"381.01013\" y=\"248.99436\" width=\"36.55752\" height=\"133.1211\" style=\"fill: #98863C; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"381.01013\" y=\"248.99436\" width=\"36.55752\" height=\"133.1211\" style=\"stroke: #EACE5C; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<rect x=\"417.56766\" y=\"337.74176\" width=\"36.55752\" height=\"44.3737\" style=\"fill: #98863C; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"417.56766\" y=\"337.74176\" width=\"36.55752\" height=\"44.3737\" style=\"stroke: #EACE5C; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<path d=\"M454.12519 382.11546L490.68272 382.11546\" style=\"stroke: #EACE5C; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></path>\r\n<path d=\"M490.68272 382.11546L527.24024 382.11546\" style=\"stroke: #EACE5C; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></path>\r\n<path d=\"M527.24024 382.11546L563.79777 382.11546\" style=\"stroke: #EACE5C; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></path>\r\n<path d=\"M88.54992 382.11546L125.10745 382.11546\" style=\"stroke: #837CFF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></path>\r\n<path d=\"M125.10745 382.11546L161.66497 382.11546\" style=\"stroke: #837CFF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></path>\r\n<rect x=\"161.66497\" y=\"359.92861\" width=\"36.55752\" height=\"22.18685\" style=\"fill: #5954AD; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"161.66497\" y=\"359.92861\" width=\"36.55752\" height=\"22.18685\" style=\"stroke: #837CFF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<path d=\"M198.2225 382.11546L234.78003 382.11546\" style=\"stroke: #837CFF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></path>\r\n<rect x=\"234.78003\" y=\"359.92861\" width=\"36.55752\" height=\"22.18685\" style=\"fill: #5954AD; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"234.78003\" y=\"359.92861\" width=\"36.55752\" height=\"22.18685\" style=\"stroke: #837CFF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<rect x=\"271.33755\" y=\"271.18121\" width=\"36.55752\" height=\"110.93425\" style=\"fill: #5954AD; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"271.33755\" y=\"271.18121\" width=\"36.55752\" height=\"110.93425\" style=\"stroke: #837CFF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<rect x=\"307.89508\" y=\"248.99436\" width=\"36.55752\" height=\"133.1211\" style=\"fill: #5954AD; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"307.89508\" y=\"248.99436\" width=\"36.55752\" height=\"133.1211\" style=\"stroke: #837CFF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<rect x=\"344.45261\" y=\"49.31269\" width=\"36.55752\" height=\"332.80276\" style=\"fill: #5954AD; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"344.45261\" y=\"49.31269\" width=\"36.55752\" height=\"332.80276\" style=\"stroke: #837CFF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<rect x=\"381.01013\" y=\"226.80751\" width=\"36.55752\" height=\"155.30795\" style=\"fill: #5954AD; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"381.01013\" y=\"226.80751\" width=\"36.55752\" height=\"155.30795\" style=\"stroke: #837CFF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<rect x=\"417.56766\" y=\"293.36806\" width=\"36.55752\" height=\"88.7474\" style=\"fill: #5954AD; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"417.56766\" y=\"293.36806\" width=\"36.55752\" height=\"88.7474\" style=\"stroke: #837CFF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<rect x=\"454.12519\" y=\"271.18121\" width=\"36.55752\" height=\"110.93425\" style=\"fill: #5954AD; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"454.12519\" y=\"271.18121\" width=\"36.55752\" height=\"110.93425\" style=\"stroke: #837CFF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<rect x=\"490.68272\" y=\"271.18121\" width=\"36.55752\" height=\"110.93425\" style=\"fill: #5954AD; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"490.68272\" y=\"271.18121\" width=\"36.55752\" height=\"110.93425\" style=\"stroke: #837CFF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<rect x=\"527.24024\" y=\"359.92861\" width=\"36.55752\" height=\"22.18685\" style=\"fill: #5954AD; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"527.24024\" y=\"359.92861\" width=\"36.55752\" height=\"22.18685\" style=\"stroke: #837CFF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; \"></rect>\r\n<path d=\"M57.9063 377.93115L60.4613 377.12252L63.01631 376.17871L65.57132 375.08138L68.12632 373.81069L70.68133 372.34506L\r\n73.23634 370.6614L75.79135 368.73501L78.34635 366.53985L80.90136 364.04858L83.45637 361.23288L86.01138 358.06359L\r\n88.56639 354.51116L91.12139 350.54595L93.6764 346.13867L96.23141 341.26092L98.78642 335.88568L101.34143 329.98797L\r\n103.89643 323.5455L106.45143 316.53921L109.00644 308.95416L111.56145 300.78002L114.11646 292.01199L116.67147 282.65127L\r\n119.22647 272.70593L121.78148 262.19119L124.33649 251.1302L126.8915 239.55435L129.4465 227.50347L134.55651 202.17971L\r\n139.66653 175.65101L154.99658 95.5987L157.55159 83.24063L160.10659 71.45066L162.6616 60.33614L165.21661 50.00114L\r\n167.77162 40.54488L170.32663 32.06013L172.88163 24.63169L175.43664 18.33502L177.99165 13.23492L180.54666 9.38444L\r\n183.10166 6.82398L185.65667 5.58053L186.7678 5.45453L188.21168 5.66727L190.76669 7.08327L193.3217 9.81355L195.8767 \r\n13.82932L198.43171 19.08851L200.98672 25.53648L203.54171 33.10696L206.09672 41.72321L208.65173 51.29932L211.20674 \r\n61.74157L213.76174 72.95003L216.31675 84.8201L218.87176 97.24415L223.98178 123.31799L241.86683 216.67324L244.42184 \r\n229.09808L246.97685 241.08966L249.53185 252.60053L252.08686 263.59197L254.64187 274.03369L257.19686 283.90362L259.75189 \r\n293.18746L262.30688 301.87808L264.8619 309.97512L267.4169 317.48413L269.97192 324.41604L272.52691 330.78643L275.08193 \r\n336.61474L277.63693 341.92373L280.19195 346.73867L282.74694 351.08676L285.30197 354.99655L287.85696 358.4974L290.41198 \r\n361.61895L292.96697 364.39077L295.522 366.84188L298.07699 369.00051L300.63201 370.89386L303.18701 372.54776L305.74203 \r\n373.98672L308.29702 375.23367L310.85205 376.3099L313.40704 377.2351L315.96206 378.02737L318.51705 378.70312L321.07208 \r\n379.27722L323.62707 379.76309L326.18206 380.17266L328.73709 380.51657L331.29208 380.80426L333.8471 381.044L336.40209 \r\n381.24298L338.95712 381.40753L341.51211 381.54306L344.06713 381.65429L346.62213 381.7452L349.17715 381.81927L351.73214 \r\n381.87933L354.28716 381.92788L356.84216 381.96697L359.39718 381.99835L361.95217 382.0234L364.5072 382.04336L367.06219 \r\n382.0592L369.61721 382.07171L372.17221 382.08157L374.72723 382.08929L377.28222 382.09533L379.83724 382.1L382.39224 \r\n382.10366L384.94726 382.10647L387.50225 382.10864L390.05728 382.11032L392.61227 382.11157L395.16729 382.11254L397.72228 \r\n382.11328L400.27731 382.11383L402.8323 382.11425L405.38729 382.11456L407.94232 382.1148L410.49731 382.11499L413.05233 \r\n382.11511L415.60732 382.1152L418.16235 382.11529L420.71734 382.11532L423.27236 382.11535L425.82736 382.11538L428.38238 \r\n382.11541L430.93737 382.11541L433.4924 382.11544L436.04739 382.11544L438.60241 382.11544L441.15741 382.11544L443.71243 \r\n382.11544L446.26742 382.11547L448.82244 382.11547L451.37744 382.11547L453.93246 382.11547L456.48745 382.11547L459.04248 \r\n382.11547L461.59747 382.11547L464.15249 382.11547L466.70748 382.11547L469.26251 382.11547L471.8175 382.11547L474.37252 \r\n382.11547L476.92752 382.11547L479.48254 382.11547L482.03753 382.11547L484.59252 382.11547L487.14755 382.11547L489.70254 \r\n382.11547L492.25756 382.11547L494.81256 382.11547L497.36758 382.11547L499.92257 382.11547L502.47759 382.11547L505.03259 \r\n382.11547L507.58761 382.11547L510.1426 382.11547L512.69763 382.11547L515.25262 382.11547L517.80761 382.11547L520.36267 \r\n382.11547L522.91766 382.11547L525.47265 382.11547L528.02764 382.11547L530.5827 382.11547L533.13769 382.11547L535.69268 \r\n382.11547L538.24768 382.11547L540.80273 382.11547L543.35772 382.11547L545.91271 382.11547L548.46771 382.11547L551.02276 \r\n382.11547L553.57775 382.11547L556.13275 382.11547L558.68774 382.11547L561.24279 382.11547L563.79779 382.11547\" style=\"stroke: #35A5FF; stroke-width: 3; fill: none; \"></path>\r\n<path d=\"M88.54992 381.21578L90.95016 381.09332L93.3504 380.9559L95.75064 380.80188L98.15089 380.6296L100.55113 380.43716L\r\n102.95136 380.22256L105.35161 379.98361L107.75185 379.71801L110.15209 379.42324L112.55233 379.09661L114.95258 378.73529L\r\n117.35282 378.33624L119.75306 377.8962L122.1533 377.4118L124.55355 376.87942L126.95378 376.29525L129.35403 375.65536L\r\n131.75427 374.9555L134.1545 374.1914L136.55476 373.35849L138.955 372.45214L141.35524 371.46749L143.75547 370.39956L\r\n146.15573 369.24331L148.55596 367.99352L150.9562 366.64492L153.35644 365.1922L155.75668 363.63L158.15693 361.95297L\r\n160.55717 360.15582L162.95741 358.23327L165.35765 356.18017L167.7579 353.9916L170.15814 351.66268L172.55838 349.18893L\r\n174.95861 346.566L177.35887 343.79L179.7591 340.85732L182.15934 337.76489L184.55958 334.51004L186.95983 331.09063L\r\n189.36007 327.50524L191.76031 323.75296L194.16055 319.83358L196.5608 315.74774L198.96104 311.49676L201.36128 307.08282L\r\n203.76151 302.509L206.16175 297.77929L210.96225 287.87271L215.76272 277.41409L220.56321 266.47036L225.36369 255.12461L\r\n234.96466 231.63714L249.36611 196.31189L254.16659 185.09037L258.96707 174.40452L261.3673 169.31152L263.76757 164.41088L\r\n266.16781 159.72146L268.56805 155.26161L270.96829 151.04904L273.36852 147.1007L275.76876 143.43272L278.169 140.06022L\r\n280.56924 136.99726L282.96951 134.25674L285.36975 131.85026L287.76998 129.78813L290.17022 128.07917L292.57046 126.73081L\r\n294.9707 125.74887L297.37094 125.13764L299.77117 124.89976L300.09616 124.89633L302.17144 125.0363L304.57168 125.54663L\r\n306.97192 126.42855L309.37216 127.67821L311.7724 129.29019L314.17263 131.2575L316.57287 133.5717L318.97311 136.22288L\r\n321.37335 139.19975L323.77362 142.48977L326.17385 146.0792L328.57409 149.95317L330.97433 154.09584L333.37457 158.49044L\r\n335.77481 163.1195L338.17504 167.96479L340.57528 173.00759L342.97555 178.22877L347.77603 189.12817L352.5765 200.50581L\r\n364.57772 230.02664L376.57891 259.30212L381.37939 270.5119L386.1799 281.28753L390.98037 291.55178L393.38061 296.47241L\r\n395.78085 301.24356L398.18109 305.86001L400.58132 310.31756L402.98159 314.61294L405.38183 318.74365L407.78207 322.70819L\r\n410.18231 326.50573L412.58254 330.13626L414.98278 333.60049L417.38302 336.89971L419.78326 340.03588L422.1835 343.01153L\r\n424.58377 345.82962L426.984 348.49362L429.38424 351.00735L431.78448 353.37506L434.18472 355.60116L436.58496 357.69046L\r\n438.98519 359.64785L441.38543 361.47845L443.7857 363.18746L446.18594 364.78024L448.58618 366.26208L450.98641 367.63833L\r\n453.38665 368.91436L455.78689 370.09542L458.18713 371.18676L460.58737 372.19345L462.9876 373.12054L465.38787 373.97287L\r\n467.78811 374.75515L470.18835 375.47195L472.58859 376.12768L474.98883 376.72653L477.38906 377.27255L479.7893 377.76959L\r\n482.18954 378.22128L484.58981 378.6311L486.99005 379.00231L489.39028 379.33807L491.79052 379.64117L494.19076 379.91442L\r\n496.591 380.16037L498.99124 380.38134L501.39147 380.57955L503.79174 380.75711L506.19198 380.91589L508.59222 381.05764L\r\n510.99246 381.18402L513.39269 381.29647L515.79296 381.39642L518.19317 381.48507L520.59344 381.56359L522.99365 381.63305L\r\n525.39392 381.69436L527.79412 381.74844L530.19439 381.79602L532.5946 381.83786L534.99487 381.87454L537.39514 381.9067L\r\n539.79534 381.93481L542.19561 381.95938L544.59582 381.9808L546.99609 381.99945L549.3963 382.01565L551.79657 382.02972L\r\n554.19683 382.04193L556.59704 382.05249L558.99731 382.06158L561.39752 382.06945L563.79779 382.07623\" style=\"stroke: #EACE5C; stroke-width: 3; fill: none; \"></path>\r\n<path d=\"M88.54992 381.93466L91.19365 381.91006L93.83739 381.88238L96.48113 381.85128L99.12486 381.8164L101.7686 381.77728L\r\n104.41233 381.73352L107.05607 381.68457L109.69981 381.62991L112.34355 381.56896L114.98728 381.50109L117.63102 381.42559L\r\n120.27475 381.34173L122.91849 381.24865L125.56223 381.14553L128.20596 381.0314L130.8497 380.90524L133.49343 380.76599L\r\n136.13717 380.61245L138.78091 380.44338L141.42465 380.25747L144.06839 380.05328L146.71212 379.82931L149.35585 379.58398L\r\n151.99958 379.31558L154.64332 379.0223L157.28706 378.7023L159.9308 378.35357L162.57453 377.97406L165.21827 377.56155L\r\n167.86201 377.11376L170.50575 376.62835L173.14947 376.10281L175.79321 375.53463L178.43695 374.92114L181.08068 374.25958L\r\n183.72442 373.54718L186.36816 372.78103L189.0119 371.95825L191.65564 371.07577L194.29937 370.13058L196.94311 369.11959L\r\n199.58683 368.03976L202.23057 366.8879L204.87431 365.66095L207.51805 364.35583L210.16178 362.96951L212.80552 361.49896L\r\n215.44926 359.94128L218.093 358.2937L220.73673 356.55343L223.38047 354.71795L226.0242 352.78485L228.66793 350.75189L\r\n231.31167 348.617L233.95541 346.37844L236.59915 344.03466L239.24288 341.58435L241.88662 339.02654L244.53036 336.36065L\r\n247.1741 333.58633L249.81782 330.70367L252.46156 327.71313L255.1053 324.61563L257.74905 321.41247L260.39279 318.1054L\r\n265.68023 311.18911L270.96771 303.89059L276.25518 296.24182L281.54266 288.28308L289.47387 275.8724L329.12991 213.15277L\r\n331.77365 209.46046L334.41738 205.89273L337.06112 202.46052L339.70486 199.17454L342.3486 196.04518L344.99233 193.08247L\r\n347.63607 190.296L350.27981 187.69491L352.92355 185.28779L355.56729 183.0827L358.21102 181.08705L360.85476 179.30761L\r\n363.4985 177.75044L366.14221 176.42091L368.78594 175.32357L371.42968 174.46225L374.07342 173.83993L376.71716 173.45877L\r\n379.3609 173.32011L379.54785 173.3195L382.00463 173.42442L384.64837 173.77134L387.29211 174.35967L389.93585 175.18736L\r\n392.57958 176.25154L395.22332 177.54849L397.86706 179.07377L400.5108 180.82214L403.15454 182.78761L405.79827 184.96353L\r\n408.44201 187.34254L411.08575 189.91671L413.72949 192.6775L416.37319 195.61587L419.01693 198.72226L421.66067 201.98671L\r\n424.30441 205.39889L426.94815 208.94812L429.59188 212.62347L434.87936 220.30787L440.16684 228.36148L448.09805 240.93452L\r\n479.82287 291.73474L485.11035 299.56588L490.39782 307.06875L495.6853 314.20663L500.97277 320.95107L503.61651 324.16903L\r\n506.26025 327.28158L508.90399 330.28729L511.54772 333.18524L514.19146 335.97491L516.8352 338.65612L519.47894 341.22918L\r\n522.12268 343.69464L524.76641 346.05343L527.41015 348.30679L530.05389 350.4562L532.69763 352.50347L535.34136 354.45056L\r\n537.9851 356.29971L540.62884 358.05328L543.27252 359.71383L545.91625 361.28402L548.55999 362.76672L551.20373 364.16479L\r\n553.84747 365.4812L556.49121 366.71902L559.13494 367.88131L561.77868 368.97116L564.42242 369.99166L567.06616 370.94598L\r\n569.7099 371.83712L572.35363 372.66821L574.99737 373.44216L577.64111 374.16198L580.28485 374.83056L582.92858 375.45068L\r\n585.57232 376.02511L588.21606 376.55651L590.8598 377.04745L593.50354 377.50042L596.14727 377.91778L598.79101 378.30184L\r\n601.43475 378.65478L604.07849 378.97872L606.72222 379.27566L609.36596 379.54745L612.0097 379.79595\" style=\"stroke: #837CFF; stroke-width: 3; fill: none; \"></path>\r\n</g>\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath3\">\r\n<rect x=\"-1\" y=\"-1\" width=\"619\" height=\"436\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath3)\">\r\n<path d=\"M52.91437 387.10457L617.00161 387.10457\" style=\"stroke: #F9FAFB; stroke-width: 1; fill: none; \"></path>\r\n<path d=\"M617.00161 387.10457L617.00161 -0.0501\" style=\"stroke: #F9FAFB; stroke-width: 1; fill: none; \"></path>\r\n<path d=\"M52.91437 -0.0501L617.00161 -0.0501\" style=\"stroke: #F9FAFB; stroke-width: 1; fill: none; \"></path>\r\n<path d=\"M52.91437 387.10457L52.91437 -0.0501\" style=\"stroke: #F9FAFB; stroke-width: 1; fill: none; \"></path>\r\n<path d=\"M52.91437 387.10457L617.00161 387.10457\" style=\"stroke: #F9FAFB; stroke-width: 1; fill: none; \"></path>\r\n<path d=\"M64.17823 387.10457L64.17823 392.70457\" style=\"stroke: #F9FAFB; stroke-width: 1; fill: none; \"></path>\r\n<g transform=\"matrix(1, 0, 0, 1, 57.17823, 407.20457)\">\r\n<text textLength=\"14\" lengthAdjust=\"spacingAndGlyphs\" x=\"0\" y=\"0.5\" style=\"fill: #B0B8C3; font-family: 'SVG_IDX_Albany AMT Font3', 'Albany AMT', sans-serif; font-size: 12px; white-space: pre; \">40</text>\r\n</g>\r\n<path d=\"M186.03666 387.10457L186.03666 392.70457\" style=\"stroke: #F9FAFB; stroke-width: 1; fill: none; \"></path>\r\n<g transform=\"matrix(1, 0, 0, 1, 179.03666, 407.20457)\">\r\n<text textLength=\"14\" lengthAdjust=\"spacingAndGlyphs\" x=\"0\" y=\"0.5\" style=\"fill: #B0B8C3; font-family: 'SVG_IDX_Albany AMT Font3', 'Albany AMT', sans-serif; font-size: 12px; white-space: pre; \">50</text>\r\n</g>\r\n<path d=\"M307.89508 387.10457L307.89508 392.70457\" style=\"stroke: #F9FAFB; stroke-width: 1; fill: none; \"></path>\r\n<g transform=\"matrix(1, 0, 0, 1, 300.89508, 407.20457)\">\r\n<text textLength=\"14\" lengthAdjust=\"spacingAndGlyphs\" x=\"0\" y=\"0.5\" style=\"fill: #B0B8C3; font-family: 'SVG_IDX_Albany AMT Font3', 'Albany AMT', sans-serif; font-size: 12px; white-space: pre; \">60</text>\r\n</g>\r\n<path d=\"M429.7535 387.10457L429.7535 392.70457\" style=\"stroke: #F9FAFB; stroke-width: 1; fill: none; \"></path>\r\n<g transform=\"matrix(1, 0, 0, 1, 422.7535, 407.20457)\">\r\n<text textLength=\"14\" lengthAdjust=\"spacingAndGlyphs\" x=\"0\" y=\"0.5\" style=\"fill: #B0B8C3; font-family: 'SVG_IDX_Albany AMT Font3', 'Albany AMT', sans-serif; font-size: 12px; white-space: pre; \">70</text>\r\n</g>\r\n<path d=\"M551.61193 387.10457L551.61193 392.70457\" style=\"stroke: #F9FAFB; stroke-width: 1; fill: none; \"></path>\r\n<g transform=\"matrix(1, 0, 0, 1, 544.61193, 407.20457)\">\r\n<text textLength=\"14\" lengthAdjust=\"spacingAndGlyphs\" x=\"0\" y=\"0.5\" style=\"fill: #B0B8C3; font-family: 'SVG_IDX_Albany AMT Font3', 'Albany AMT', sans-serif; font-size: 12px; white-space: pre; \">80</text>\r\n</g>\r\n<g transform=\"matrix(1, 0, 0, 1, 279.95799, 429.20457)\">\r\n<text textLength=\"110\" lengthAdjust=\"spacingAndGlyphs\" x=\"0\" y=\"0.5\" style=\"fill: #F9FAFB; font-family: 'SVG_IDX_Albany AMT Font3', 'Albany AMT', sans-serif; font-size: 13px; white-space: pre; \">Sepal Length (mm)</text>\r\n</g>\r\n<path d=\"M52.91437 387.10457L52.91437 -0.0501\" style=\"stroke: #F9FAFB; stroke-width: 1; fill: none; \"></path>\r\n<path d=\"M52.91437 382.11546L47.31121 382.11546\" style=\"stroke: #F9FAFB; stroke-width: 1; fill: none; \"></path>\r\n<g transform=\"matrix(1, 0, 0, 1, 36.80924, 386.11546)\">\r\n<text textLength=\"7\" lengthAdjust=\"spacingAndGlyphs\" x=\"0\" y=\"0.5\" style=\"fill: #B0B8C3; font-family: 'SVG_IDX_Albany AMT Font3', 'Albany AMT', sans-serif; font-size: 12px; white-space: pre; \">0</text>\r\n</g>\r\n<path d=\"M52.91437 271.18121L47.31121 271.18121\" style=\"stroke: #F9FAFB; stroke-width: 1; fill: none; \"></path>\r\n<g transform=\"matrix(1, 0, 0, 1, 36.80924, 275.18121)\">\r\n<text textLength=\"7\" lengthAdjust=\"spacingAndGlyphs\" x=\"0\" y=\"0.5\" style=\"fill: #B0B8C3; font-family: 'SVG_IDX_Albany AMT Font3', 'Albany AMT', sans-serif; font-size: 12px; white-space: pre; \">5</text>\r\n</g>\r\n<path d=\"M52.91437 160.24695L47.31121 160.24695\" style=\"stroke: #F9FAFB; stroke-width: 1; fill: none; \"></path>\r\n<g transform=\"matrix(1, 0, 0, 1, 29.80924, 164.24695)\">\r\n<text textLength=\"14\" lengthAdjust=\"spacingAndGlyphs\" x=\"0\" y=\"0.5\" style=\"fill: #B0B8C3; font-family: 'SVG_IDX_Albany AMT Font3', 'Albany AMT', sans-serif; font-size: 12px; white-space: pre; \">10</text>\r\n</g>\r\n<path d=\"M52.91437 49.31269L47.31121 49.31269\" style=\"stroke: #F9FAFB; stroke-width: 1; fill: none; \"></path>\r\n<g transform=\"matrix(1, 0, 0, 1, 29.80924, 53.3127)\">\r\n<text textLength=\"14\" lengthAdjust=\"spacingAndGlyphs\" x=\"0\" y=\"0.5\" style=\"fill: #B0B8C3; font-family: 'SVG_IDX_Albany AMT Font3', 'Albany AMT', sans-serif; font-size: 12px; white-space: pre; \">15</text>\r\n</g>\r\n<g transform=\"matrix(0, -1, 1, 0, 12.80134, 210.52723)\">\r\n<text textLength=\"34\" lengthAdjust=\"spacingAndGlyphs\" x=\"0\" y=\"0.5\" style=\"fill: #F9FAFB; font-family: 'SVG_IDX_Albany AMT Font3', 'Albany AMT', sans-serif; font-size: 13px; white-space: pre; \">Count</text>\r\n</g>\r\n</g>\r\n</g>\r\n</g>\r\n<g transform=\"matrix(1, 0, 0, 1, 498, 28)\">\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath4\">\r\n<rect x=\"-1\" y=\"-1\" width=\"116\" height=\"91\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath4)\">\r\n<g transform=\"matrix(1, 0, 0, 1, 54, 75)\">\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath5\">\r\n<rect x=\"-1\" y=\"-1\" width=\"54\" height=\"15\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath5)\">\r\n<text textLength=\"47\" lengthAdjust=\"spacingAndGlyphs\" x=\"3\" y=\"11\" style=\"fill: #B0B8C3; font-family: 'SVG_IDX_Albany AMT Font3', 'Albany AMT', sans-serif; font-size: 12px; white-space: pre; \">Virginica</text>\r\n</g>\r\n</g>\r\n<g transform=\"matrix(1, 0, 0, 1, 0, 75)\">\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath6\">\r\n<rect x=\"-1\" y=\"-1\" width=\"55\" height=\"16\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath6)\">\r\n<path d=\"M3 7L50 7\" style=\"stroke: #837CFF; stroke-width: 3; fill: none; stroke-linecap: square; \"></path>\r\n</g>\r\n</g>\r\n<g transform=\"matrix(1, 0, 0, 1, 54, 60)\">\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath7\">\r\n<rect x=\"-1\" y=\"-1\" width=\"62\" height=\"15\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath7)\">\r\n<text textLength=\"55\" lengthAdjust=\"spacingAndGlyphs\" x=\"3\" y=\"11\" style=\"fill: #B0B8C3; font-family: 'SVG_IDX_Albany AMT Font3', 'Albany AMT', sans-serif; font-size: 12px; white-space: pre; \">Versicolor</text>\r\n</g>\r\n</g>\r\n<g transform=\"matrix(1, 0, 0, 1, 0, 60)\">\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath8\">\r\n<rect x=\"-1\" y=\"-1\" width=\"55\" height=\"16\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath8)\">\r\n<path d=\"M3 7L50 7\" style=\"stroke: #EACE5C; stroke-width: 3; fill: none; stroke-linecap: square; \"></path>\r\n</g>\r\n</g>\r\n<g transform=\"matrix(1, 0, 0, 1, 54, 45)\">\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath9\">\r\n<rect x=\"-1\" y=\"-1\" width=\"46\" height=\"15\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath9)\">\r\n<text textLength=\"39\" lengthAdjust=\"spacingAndGlyphs\" x=\"3\" y=\"11\" style=\"fill: #B0B8C3; font-family: 'SVG_IDX_Albany AMT Font3', 'Albany AMT', sans-serif; font-size: 12px; white-space: pre; \">Setosa</text>\r\n</g>\r\n</g>\r\n<g transform=\"matrix(1, 0, 0, 1, 0, 45)\">\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath10\">\r\n<rect x=\"-1\" y=\"-1\" width=\"55\" height=\"16\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath10)\">\r\n<path d=\"M3 7L50 7\" style=\"stroke: #35A5FF; stroke-width: 3; fill: none; stroke-linecap: square; \"></path>\r\n</g>\r\n</g>\r\n<g transform=\"matrix(1, 0, 0, 1, 54, 30)\">\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath11\">\r\n<rect x=\"-1\" y=\"-1\" width=\"54\" height=\"15\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath11)\">\r\n<text textLength=\"47\" lengthAdjust=\"spacingAndGlyphs\" x=\"3\" y=\"11\" style=\"fill: #B0B8C3; font-family: 'SVG_IDX_Albany AMT Font3', 'Albany AMT', sans-serif; font-size: 12px; white-space: pre; \">Virginica</text>\r\n</g>\r\n</g>\r\n<g transform=\"matrix(1, 0, 0, 1, 19, 30)\">\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath12\">\r\n<rect x=\"-1\" y=\"-1\" width=\"16\" height=\"16\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath12)\">\r\n<rect x=\"3\" y=\"2\" width=\"8\" height=\"8\" style=\"fill: #5954AD; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"3\" y=\"2\" width=\"8\" height=\"8\" style=\"stroke: #837CFF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; stroke-linecap: square; \"></rect>\r\n</g>\r\n</g>\r\n<g transform=\"matrix(1, 0, 0, 1, 54, 15)\">\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath13\">\r\n<rect x=\"-1\" y=\"-1\" width=\"62\" height=\"15\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath13)\">\r\n<text textLength=\"55\" lengthAdjust=\"spacingAndGlyphs\" x=\"3\" y=\"11\" style=\"fill: #B0B8C3; font-family: 'SVG_IDX_Albany AMT Font3', 'Albany AMT', sans-serif; font-size: 12px; white-space: pre; \">Versicolor</text>\r\n</g>\r\n</g>\r\n<g transform=\"matrix(1, 0, 0, 1, 19, 15)\">\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath14\">\r\n<rect x=\"-1\" y=\"-1\" width=\"16\" height=\"16\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath14)\">\r\n<rect x=\"3\" y=\"2\" width=\"8\" height=\"8\" style=\"fill: #98863C; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"3\" y=\"2\" width=\"8\" height=\"8\" style=\"stroke: #EACE5C; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; stroke-linecap: square; \"></rect>\r\n</g>\r\n</g>\r\n<g transform=\"matrix(1, 0, 0, 1, 54, 0)\">\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath15\">\r\n<rect x=\"-1\" y=\"-1\" width=\"46\" height=\"15\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath15)\">\r\n<text textLength=\"39\" lengthAdjust=\"spacingAndGlyphs\" x=\"3\" y=\"11\" style=\"fill: #B0B8C3; font-family: 'SVG_IDX_Albany AMT Font3', 'Albany AMT', sans-serif; font-size: 12px; white-space: pre; \">Setosa</text>\r\n</g>\r\n</g>\r\n<g transform=\"matrix(1, 0, 0, 1, 19, 0)\">\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath16\">\r\n<rect x=\"-1\" y=\"-1\" width=\"16\" height=\"16\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath16)\">\r\n<rect x=\"3\" y=\"2\" width=\"8\" height=\"8\" style=\"fill: #2470AD; fill-opacity: 0.49803; \"></rect>\r\n<rect x=\"3\" y=\"2\" width=\"8\" height=\"8\" style=\"stroke: #35A5FF; stroke-width: 1; stroke-opacity: 0.49803; \r\nfill: none; stroke-linecap: square; \"></rect>\r\n</g>\r\n</g>\r\n</g>\r\n</g>\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath17\">\r\n<rect x=\"-1\" y=\"-1\" width=\"619\" height=\"24\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath17)\">\r\n<g transform=\"matrix(1, 0, 0, 1, 238, 0)\">\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath18\">\r\n<rect x=\"-1\" y=\"-1\" width=\"196\" height=\"19\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath18)\">\r\n<text textLength=\"188\" lengthAdjust=\"spacingAndGlyphs\" x=\"3.5\" y=\"13.5791\" style=\"fill: #B0B8C3; font-family: 'SVG_IDX_Albany AMT Font6', 'Albany AMT', sans-serif; font-size: 15px; font-weight: bold; white-space: pre; \">Histogram of Sepal Length</text>\r\n</g>\r\n</g>\r\n</g>\r\n<g transform=\"matrix(1, 0, 0, 1, 0, 23)\">\r\n</g>\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath19\">\r\n<rect x=\"52\" y=\"-1\" width=\"566\" height=\"389\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath19)\">\r\n</g>\r\n<defs>\r\n<clipPath id=\"SVG_IDX_ClipPath20\">\r\n<rect x=\"-1\" y=\"-1\" width=\"619\" height=\"459\" ></rect>\r\n</clipPath>\r\n</defs>\r\n<g clip-path=\"url(#SVG_IDX_ClipPath20)\">\r\n</g>\r\n</g>\r\n</g>\r\n</g>\r\n<rect x=\"0\" y=\"0\" width=\"640\" height=\"480\" fill=\"#FFFFFF\" fill-opacity=\"0\" aria-hidden=\"true\">\r\n<desc>The SGPlot Procedure</desc>\r\n</rect>\r\n</g>\r\n<g id=\"SVG_IDX_singleTip1\" visibility=\"hidden\" pointer-events=\"none\">\r\n <rect id=\"SVG_IDX_singleBox1\" x=\"0\" y=\"0\" width=\"88\" height=\"20\" rx=\"2\" ry=\"2\" fill=\"white\" stroke=\"black\" stroke-width=\"0.8\" opacity=\"0.8\"></rect>\r\n <text id=\"SVG_IDX_singleText1\" x=\"5\" y=\"8\" font-family=\"'Albany AMT', sans-serif\" font-size=\"6\"><tspan id=\"SVG_IDX_tiptspan1\" x=\"4\" class=\"tiptext\"><![CDATA[ ]]></tspan></text>\r\n</g>\r\n<defs>\r\n<style type=\"text/css\"><![CDATA[\r\n tspan.tiptext { white-space: pre }\r\n]]></style>\r\n</defs>\r\n<defs>\r\n<style type=\"text/css\"><![CDATA[\r\n @font-face {\r\n font-family: \"SVG_IDX_Albany AMT Font3\";\r\n src: url(\"#SVG_IDX_Font3\") format(\"svg\")\r\n }\r\n]]></style>\r\n<font id=\"SVG_IDX_Font3\" horiz-adv-x=\"3776\" >\r\n <font-face font-family=\"SVG_IDX_Albany AMT Font3\"\r\n units-per-em=\"2048\" ascent=\"1854\" descent=\"-434\" >\r\n <font-face-src>\r\n <font-face-name name=\"SVG_IDX_Albany AMT Font3\"></font-face-name>\r\n </font-face-src>\r\n </font-face>\r\n<missing-glyph><path d=\"M0 0v4992h3456v-4992h-3456\" fill=\"none\"></path>\r\n</missing-glyph>\r\n<glyph unicode=\"(\" horiz-adv-x=\"680\" \r\nd=\"M597 -294L524 -341Q317 -110 222 101 T128 576Q128 838 222 1050 T524 1493L597 \r\n1446Q444 1242 371 1034 T298 578Q298 332 369 124 T597 -294Z\" ></glyph>\r\n<glyph unicode=\"/\" horiz-adv-x=\"552\" \r\nd=\"M565 1450L122 0L-10 0L432 1450L565 1450Z\" ></glyph>\r\n<glyph unicode=\"h\" horiz-adv-x=\"1147\" \r\nd=\"M1024 0L853 0L853 650Q853 766 790 831 T620 896Q451 896 298 725 L298 \r\n0L128 0L128 1493L298 1493L298 896Q470 1066 662 1066 Q830 1066 927 973 T\r\n1024 708Z\" ></glyph>\r\n<glyph unicode=\"A\" horiz-adv-x=\"1360\" \r\nd=\"M1333 0L1153 0L946 512L375 512L169 0L-10 0L573 1450L749 1450L1333 \r\n0ZM878 682L661 1222L444 682L878 682Z\" ></glyph>\r\n<glyph unicode=\"g\" horiz-adv-x=\"1147\" \r\nd=\"M1024 -22Q1024 -220 904 -323 T562 -426Q336 -426 128 -298 L192 -170Q395 -256 \r\n574 -256 Q706 -256 780 -187 T853 6L853 170Q736 0 538 0 Q328 0 206 147 T\r\n85 554Q85 782 211 924 T526 1066Q738 1066 853 938 L853 1066L1024 1066L1024 \r\n-22ZM853 361L853 768Q816 822 737 859 T566 896Q418 896 337 802 T256 538Q\r\n256 364 341 267 T573 170Q631 170 694 200 T805 285T853 341Z\" ></glyph>\r\n<glyph unicode=\"4\" horiz-adv-x=\"1147\" \r\nd=\"M1066 298L853 298L853 0L682 0L682 298L42 298L42 469L674 1450L853 \r\n1450L853 469L1066 469L1066 298ZM682 469L682 1157L240 469L682 469Z\" ></glyph>\r\n<glyph unicode=\"0\" horiz-adv-x=\"1147\" \r\nd=\"M1066 734Q1066 358 943 178 T576 0Q329 0 207 180 T85 734Q85 1092 207 \r\n1271 T576 1450Q820 1450 943 1271 T1066 734ZM575 170Q734 170 815 296 T896 726Q\r\n896 1014 820 1147 T573 1280Q414 1280 335 1141 T256 726Q256 448 336 309 T575 \r\n170Z\" ></glyph>\r\n<glyph unicode=\"5\" horiz-adv-x=\"1147\" \r\nd=\"M341 905Q442 938 544 938 Q782 938 924 812 T1066 477Q1066 268 924 134 T551 \r\n0Q296 0 85 128 L139 298Q338 170 550 170 Q699 170 797 256 T896 477Q896 \r\n609 795 688 T538 768Q433 768 336 725 L170 758L170 1450L1024 1450L1024 1280L\r\n341 1280L341 905Z\" ></glyph>\r\n<glyph unicode=\"6\" horiz-adv-x=\"1147\" \r\nd=\"M256 815Q306 891 403 936 T606 981Q800 981 933 849 T1066 507Q1066 282 942 \r\n141 T596 0Q348 0 216 180 T85 704Q85 1069 231 1260 T635 1450Q823 1450 \r\n981 1365 L922 1194Q776 1280 626 1280 Q450 1280 355 1163 T256 815ZM589 170Q736 \r\n170 816 256 T896 492Q896 637 812 724 T582 810Q543 810 502 800 T424 770T\r\n354 724T289 657T256 601Q256 434 343 302 T589 170Z\" ></glyph>\r\n<glyph unicode=\"7\" horiz-adv-x=\"1147\" \r\nd=\"M1024 1306L397 0L213 0L827 1280L85 1280L85 1450L1024 1450L1024 1306Z\" ></glyph>\r\n<glyph unicode=\"8\" horiz-adv-x=\"1147\" \r\nd=\"M796 771Q924 730 995 638 T1066 425Q1066 244 929 122 T576 0Q360 0 222 \r\n122 T85 427Q85 545 156 636 T353 771Q252 800 190 884 T128 1074Q128 1234 \r\n247 1342 T574 1450Q778 1450 901 1343 T1024 1074Q1024 967 962 884 T796 771ZM576 \r\n853Q695 853 774 911 T853 1070Q853 1164 776 1222 T574 1280Q450 1280 374 1223 T\r\n298 1070Q298 968 382 911 T576 853ZM577 170Q712 170 804 244 T896 430Q896 \r\n535 801 609 T577 682Q446 682 351 608 T256 430Q256 314 344 242 T577 170Z\" ></glyph>\r\n<glyph unicode=\"S\" horiz-adv-x=\"1360\" \r\nd=\"M1109 1152Q1030 1207 912 1243 T690 1280Q531 1280 436 1223 T341 1078Q341 1015 \r\n406 965 T720 842Q885 793 987 749 T1164 628T1237 430Q1237 227 1075 113 T682 \r\n0Q378 0 128 149 L170 298Q429 170 674 170 Q846 170 956 238 T1066 416Q\r\n1066 484 1013 530 T882 603T672 676Q512 730 412 770 T241 885T170 1079Q170 \r\n1247 313 1349 T699 1450Q816 1450 950 1411 T1194 1301Z\" ></glyph>\r\n<glyph unicode=\"e\" horiz-adv-x=\"1147\" \r\nd=\"M1109 170Q876 0 654 0 Q386 0 235 143 T85 535Q85 773 221 919 T591 \r\n1066Q800 1066 933 928 T1066 558L1066 512L256 512Q264 346 363 258 T638 170Q\r\n845 170 1045 298 ZM896 640Q882 757 795 826 T589 896Q458 896 370 829 T256 \r\n640Z\" ></glyph>\r\n<glyph unicode=\"p\" horiz-adv-x=\"1147\" \r\nd=\"M298 938Q430 1066 626 1066 Q814 1066 940 924 T1066 554Q1066 299 940 149 T620 \r\n0Q423 0 298 128 L298 -426L128 -426L128 1066L298 1066L298 938ZM298 768L\r\n298 298Q341 245 421 208 T586 170Q730 170 813 267 T896 538Q896 709 814 \r\n802 T586 896Q511 896 433 860 T298 768Z\" ></glyph>\r\n<glyph unicode=\"a\" horiz-adv-x=\"1147\" \r\nd=\"M1077 0L906 0Q884 22 869 62 T853 128Q660 0 429 0 Q276 0 180 74 T\r\n85 282Q85 387 142 460 T314 573T606 625L853 640L853 668Q853 796 790 \r\n846 T569 896Q493 896 381 870 T192 810L128 981Q218 1019 348 1043 T587 1066Q\r\n810 1066 917 972 T1024 686L1024 248Q1024 84 1077 0ZM853 298L853 512Q616 \r\n500 542 493 T398 464T292 402T256 304Q256 244 310 207 T449 170Q557 170 \r\n671 206 T853 298Z\" ></glyph>\r\n<glyph unicode=\"l\" horiz-adv-x=\"425\" \r\nd=\"M298 0L128 0L128 1493L298 1493L298 0Z\" ></glyph>\r\n<glyph unicode=\" \" horiz-adv-x=\"552\" \r\n></glyph>\r\n<glyph unicode=\"L\" horiz-adv-x=\"1147\" \r\nd=\"M1109 0L170 0L170 1450L341 1450L341 170L1109 170L1109 0Z\" ></glyph>\r\n<glyph unicode=\"n\" horiz-adv-x=\"1147\" \r\nd=\"M1024 0L853 0L853 650Q853 766 790 831 T620 896Q451 896 298 725 L298 \r\n0L128 0L128 1066L298 1066L298 896Q470 1066 662 1066 Q830 1066 927 973 T\r\n1024 708Z\" ></glyph>\r\n<glyph unicode=\"t\" horiz-adv-x=\"552\" \r\nd=\"M597 42Q497 0 437 0 Q298 0 234 73 T170 304L170 896L42 896L42 1066L\r\n170 1066L170 1365L341 1365L341 1066L554 1066L554 896L341 896L341 331Q341 \r\n170 461 170 Q513 170 576 170 Z\" ></glyph>\r\n<glyph unicode=\"m\" horiz-adv-x=\"1700\" \r\nd=\"M1578 0L1408 0L1408 650Q1408 772 1357 834 T1204 896Q1140 896 1068 862 T936 \r\n768Q938 751 938 709 L938 0L768 0L768 650Q768 772 720 834 T576 896Q432 \r\n896 298 725 L298 0L128 0L128 1066L298 1066L298 896Q438 1066 620 1066 Q\r\n835 1066 910 896 Q1055 1066 1249 1066 Q1408 1066 1493 974 T1578 708Z\" ></glyph>\r\n<glyph unicode=\")\" horiz-adv-x=\"680\" \r\nd=\"M158 1493Q365 1262 460 1050 T554 576Q554 313 460 101 T158 -341L85 -294Q238 \r\n-90 311 118 T384 578Q384 826 311 1034 T85 1446Z\" ></glyph>\r\n<glyph unicode=\"1\" horiz-adv-x=\"1147\" \r\nd=\"M725 0L554 0L554 1201Q435 1066 213 1066 L213 1237Q480 1237 597 1450 L725 \r\n1450L725 0Z\" ></glyph>\r\n<glyph unicode=\"C\" horiz-adv-x=\"1487\" \r\nd=\"M85 720Q85 1044 292 1247 T836 1450Q1165 1450 1408 1258 L1322 1109Q1093 1280 \r\n824 1280 Q566 1280 411 1124 T256 720Q256 470 406 320 T812 170Q1084 170 1322 \r\n341 L1408 192Q1156 0 825 0 Q482 0 284 197 T85 720Z\" ></glyph>\r\n<glyph unicode=\"o\" horiz-adv-x=\"1147\" \r\nd=\"M576 1066Q802 1066 934 920 T1066 533Q1066 292 934 146 T576 0Q349 0 217 \r\n145 T85 533Q85 776 217 921 T576 1066ZM576 170Q724 170 810 276 T896 533Q\r\n896 697 812 796 T576 896Q423 896 339 797 T256 533Q256 380 342 275 T576 \r\n170Z\" ></glyph>\r\n<glyph unicode=\"u\" horiz-adv-x=\"1147\" \r\nd=\"M1024 0L853 0L853 170Q682 0 489 0 Q321 0 224 93 T128 358L128 1066L\r\n298 1066L298 416Q298 301 361 236 T532 170Q700 170 853 341 L853 1066L1024 \r\n1066L1024 0Z\" ></glyph>\r\n<glyph unicode=\"V\" horiz-adv-x=\"1360\" \r\nd=\"M1333 1450L749 0L573 0L-10 1450L169 1450L661 228L1153 1450L1333 1450Z\" ></glyph>\r\n<glyph unicode=\"i\" horiz-adv-x=\"425\" \r\nd=\"M298 0L128 0L128 1066L298 1066L298 0ZM212 1493Q248 1493 273 1461 T298 \r\n1385Q298 1342 273 1311 T212 1280Q178 1280 153 1311 T128 1385Q128 1430 152 1462 T\r\n212 1493Z\" ></glyph>\r\n<glyph unicode=\"r\" horiz-adv-x=\"680\" \r\nd=\"M682 1024L618 853Q574 896 538 896 Q486 896 438 852 T345 724T298 638L298 \r\n0L128 0L128 1066L298 1066L298 810Q371 960 428 1013 T562 1066Q634 1066 \r\n682 1024Z\" ></glyph>\r\n<glyph unicode=\"c\" horiz-adv-x=\"1020\" \r\nd=\"M85 535Q85 786 230 926 T591 1066Q774 1066 938 938 L888 810Q744 896 590 \r\n896 Q444 896 350 797 T256 534Q256 368 349 269 T584 170Q728 170 886 256 L\r\n938 128Q771 0 585 0 Q363 0 224 146 T85 535Z\" ></glyph>\r\n<glyph unicode=\"s\" horiz-adv-x=\"1020\" \r\nd=\"M832 810Q668 896 512 896 Q388 896 322 867 T256 786Q256 750 305 726 T448 \r\n668L588 618Q788 546 863 478 T938 306Q938 162 822 81 T510 0Q278 0 85 \r\n85 L149 256Q328 170 506 170 Q768 170 768 300 Q768 350 706 385 T465 483Q\r\n322 536 267 556 T169 610T105 685T85 779Q85 908 196 987 T516 1066Q604 \r\n1066 709 1044 T896 981Z\" ></glyph>\r\n</font>\r\n<style type=\"text/css\"><![CDATA[\r\n @font-face {\r\n font-family: \"SVG_IDX_Albany AMT Font6\";\r\n font-weight: bold;\r\n src: url(\"#SVG_IDX_Font6\") format(\"svg\")\r\n }\r\n]]></style>\r\n<font id=\"SVG_IDX_Font6\" horiz-adv-x=\"3648\" >\r\n <font-face font-family=\"SVG_IDX_Albany AMT Font6\"\r\n font-weight=\"bold\" units-per-em=\"2048\" ascent=\"1854\" descent=\"-434\" >\r\n <font-face-src>\r\n <font-face-name name=\"SVG_IDX_Albany AMT Font6\"></font-face-name>\r\n </font-face-src>\r\n </font-face>\r\n<missing-glyph><path d=\"M0 0v4992h3456v-4992h-3456\" fill=\"none\"></path>\r\n</missing-glyph>\r\n<glyph unicode=\"(\" horiz-adv-x=\"680\" \r\nd=\"M640 -252L524 -341Q294 -107 189 104 T85 576Q85 832 187 1042 T524 1493L640 \r\n1404Q517 1245 450 1024 T384 578Q384 328 448 112 T640 -252Z\" ></glyph>\r\n<glyph unicode=\"/\" horiz-adv-x=\"552\" \r\nd=\"M565 1450L208 0L-10 0L346 1450L565 1450Z\" ></glyph>\r\n<glyph unicode=\"h\" horiz-adv-x=\"1232\" \r\nd=\"M1109 0L810 0L810 594Q810 810 662 810 Q530 810 426 640 L426 0L128 \r\n0L128 1493L426 1493L426 896Q555 1066 759 1066 Q919 1066 1014 970 T1109 700Z\" ></glyph>\r\n<glyph unicode=\"A\" horiz-adv-x=\"1402\" \r\nd=\"M1493 0L1172 0L1027 384L466 384L320 0L0 0L594 1450L898 1450L1493 \r\n0ZM930 640L746 1124L562 640L930 640Z\" ></glyph>\r\n<glyph unicode=\"g\" horiz-adv-x=\"1232\" \r\nd=\"M1109 48Q1109 -180 965 -303 T557 -426Q321 -426 128 -298 L192 -85Q365 -170 536 \r\n-170 Q668 -170 739 -111 T810 60L810 128Q692 0 513 0 Q325 0 205 141 T\r\n85 521Q85 774 206 920 T525 1066Q605 1066 683 1031 T810 938L810 1066L1109 \r\n1066L1109 48ZM810 384L810 682Q722 810 594 810 Q502 810 443 735 T384 528Q\r\n384 400 441 328 T594 256Q719 256 810 384Z\" ></glyph>\r\n<glyph unicode=\"H\" horiz-adv-x=\"1487\" \r\nd=\"M1365 0L1066 0L1066 597L426 597L426 0L128 0L128 1450L426 1450L426 \r\n853L1066 853L1066 1450L1365 1450L1365 0Z\" ></glyph>\r\n<glyph unicode=\"i\" horiz-adv-x=\"552\" \r\nd=\"M276 1493Q336 1493 381 1449 T426 1342Q426 1282 382 1238 T276 1194Q214 1194 \r\n171 1238 T128 1342Q128 1405 171 1449 T276 1493ZM426 0L128 0L128 1066L426 \r\n1066L426 0Z\" ></glyph>\r\n<glyph unicode=\"s\" horiz-adv-x=\"1147\" \r\nd=\"M960 725Q779 810 609 810 Q426 810 426 762 Q426 738 477 723 T650 664Q894 \r\n568 980 496 T1066 319Q1066 0 548 0 Q312 0 85 85 L149 341Q334 256 530 \r\n256 Q768 256 768 314 Q768 336 713 371 T530 446Q311 510 219 583 T128 761Q\r\n128 901 249 983 T593 1066Q806 1066 1024 981 Z\" ></glyph>\r\n<glyph unicode=\"t\" horiz-adv-x=\"680\" \r\nd=\"M725 85Q633 0 527 0 Q353 0 262 84 T170 326L170 810L42 810L42 1066L\r\n170 1066L170 1408L469 1408L469 1066L682 1066L682 810L469 810L469 392Q469 \r\n328 494 292 T563 256Q614 256 661 298 Z\" ></glyph>\r\n<glyph unicode=\"o\" horiz-adv-x=\"1232\" \r\nd=\"M618 1066Q858 1066 1005 925 T1152 533Q1152 282 1005 141 T618 0Q377 0 231 \r\n141 T85 533Q85 784 231 925 T618 1066ZM618 256Q724 256 789 331 T853 533Q\r\n853 660 790 735 T618 810Q505 810 444 738 T384 533Q384 404 445 330 T618 \r\n256Z\" ></glyph>\r\n<glyph unicode=\"r\" horiz-adv-x=\"807\" \r\nd=\"M810 1024L746 768Q706 810 662 810 Q613 810 567 780 T474 673T426 582L426 \r\n0L128 0L128 1066L426 1066L426 853Q482 970 540 1018 T682 1066Q759 1066 \r\n810 1024Z\" ></glyph>\r\n<glyph unicode=\"a\" horiz-adv-x=\"1147\" \r\nd=\"M1077 0L778 0Q725 70 725 128 Q586 0 392 0 Q249 0 167 85 T85 311Q\r\n85 413 139 489 T301 611T557 669L725 682L725 699Q725 853 529 853 Q468 \r\n853 369 828 T192 768L128 981Q228 1018 357 1042 T588 1066Q802 1066 913 965 T\r\n1024 670L1024 248Q1024 100 1077 0ZM725 341L725 512Q573 494 537 487 T461 \r\n457T403 398T384 320Q384 275 411 244 T486 213Q618 213 725 341Z\" ></glyph>\r\n<glyph unicode=\"m\" horiz-adv-x=\"1827\" \r\nd=\"M1706 0L1408 0L1408 594Q1408 721 1376 766 T1282 810Q1175 810 1066 682 L1066 \r\n0L768 0L768 594Q768 730 737 770 T646 810Q538 810 426 640 L426 0L128 \r\n0L128 1066L426 1066L426 896Q550 1066 747 1066 Q954 1066 1041 896 Q1173 1066 \r\n1384 1066 Q1539 1066 1623 972 T1706 700Z\" ></glyph>\r\n<glyph unicode=\" \" horiz-adv-x=\"552\" \r\n></glyph>\r\n<glyph unicode=\"f\" horiz-adv-x=\"680\" \r\nd=\"M768 1408L704 1194Q619 1237 562 1237 Q518 1237 494 1203 T469 1107L469 1066L\r\n682 1066L682 853L469 853L469 0L170 0L170 853L0 853L0 1066L170 1066L\r\n170 1158Q170 1321 265 1407 T538 1493Q636 1493 768 1408Z\" ></glyph>\r\n<glyph unicode=\"S\" horiz-adv-x=\"1360\" \r\nd=\"M1152 1066Q923 1194 682 1194 Q545 1194 464 1157 T384 1060Q384 1021 437 992 T\r\n698 902Q876 849 993 810 T1195 683T1280 444Q1280 244 1104 122 T668 0Q336 \r\n0 42 149 L128 384Q419 256 656 256 Q802 256 891 303 T981 429Q981 478 \r\n920 514 T642 613Q471 664 359 701 T166 824T85 1059Q85 1234 245 1342 T678 \r\n1450Q973 1450 1237 1301 Z\" ></glyph>\r\n<glyph unicode=\"e\" horiz-adv-x=\"1147\" \r\nd=\"M1066 128Q888 0 655 0 Q394 0 239 146 T85 535Q85 774 223 920 T590 \r\n1066Q800 1066 933 916 T1066 499L1066 426L384 426Q398 353 475 304 T661 256Q\r\n832 256 1002 341 ZM768 640Q757 738 706 795 T582 853Q504 853 449 795 T384 \r\n640Z\" ></glyph>\r\n<glyph unicode=\"p\" horiz-adv-x=\"1232\" \r\nd=\"M426 914Q474 982 557 1024 T726 1066Q912 1066 1032 926 T1152 554Q1152 297 1032 \r\n148 T726 0Q537 0 426 142 L426 -426L128 -426L128 1066L426 1066L426 914ZM\r\n426 374Q513 256 646 256 Q736 256 795 332 T853 537Q853 670 794 740 T643 \r\n810Q520 810 426 684 Z\" ></glyph>\r\n<glyph unicode=\"l\" horiz-adv-x=\"552\" \r\nd=\"M426 0L128 0L128 1493L426 1493L426 0Z\" ></glyph>\r\n<glyph unicode=\"L\" horiz-adv-x=\"1232\" \r\nd=\"M1152 0L128 0L128 1450L426 1450L426 256L1152 256L1152 0Z\" ></glyph>\r\n<glyph unicode=\"n\" horiz-adv-x=\"1232\" \r\nd=\"M1109 0L810 0L810 594Q810 810 662 810 Q530 810 426 658 L426 0L128 \r\n0L128 1066L426 1066L426 896Q555 1066 759 1066 Q919 1066 1014 970 T1109 700Z\" ></glyph>\r\n</font>\r\n</defs>\r\n</svg>\r\n</div>\n</div>\n</div>\n</body>\n</html>\n","mime":"application/vnd.sas.ods.html5"},{"data":"[\n\t{\n\t\t\"line\": \"48 /** LOG_START_INDICATOR **/\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"49 title;footnote;ods _all_ close;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"50 ods graphics on;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"51 ods html5(id=vscode) style=Ignite options(bitmap_mode='inline' svg_mode='inline');\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"NOTE: Writing HTML5(VSCODE) Body file: sashtml1.htm\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"52 %let _SASPROGRAMFILE = %nrquote(%nrstr(Untitled-1.sasnb));\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"53 title \\\"Histogram of Sepal Length\\\";\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"54 proc sgplot data=sashelp.iris;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"55 histogram sepallength / group=species transparency=0.5 scale=count;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"56 density sepallength / type=normal group=species;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"57 keylegend / location=inside position=topright across=1;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"58 run;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"NOTE: PROCEDURE SGPLOT used (Total process time):\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \" real time 0.98 seconds\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \" cpu time 0.52 seconds\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \" \",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"NOTE: There were 150 observations read from the data set SASHELP.IRIS.\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"59 title;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"60 \",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"61 \",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"62 ;*';*\\\";*/;run;quit;ods html5(id=vscode) close;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"63 \",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t}\n]","mime":"application/vnd.sas.compute.log.lines"}]}]},{"kind":1,"language":"markdown","value":"Demonstrate SQL cell","outputs":[]},{"kind":2,"language":"sql","value":"select * from sashelp.class where age < 14","outputs":[{"items":[{"data":"<!DOCTYPE html>\n<html lang=\"en\" xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<meta charset=\"utf-8\"/>\n<meta content=\"SAS V.04.00\" name=\"generator\"/>\n<title>SAS Output</title>\n<style>\n/*<![CDATA[*/\n.body.c > table, .body.c > pre, .body.c div > table,\n.body.c div > pre, .body.c > table, .body.c > pre,\n.body.j > table, .body.j > pre, .body.j div > table,\n.body.j div > pre, .body.j > table, .body.j > pre,\n.body.c p.note, .body.c p.warning, .body.c p.error, .body.c p.fatal,\n.body.j p.note, .body.j p.warning, .body.j p.error, .body.j p.fatal,\n.body.c > table.layoutcontainer, .body.j > table.layoutcontainer { margin-left: auto; margin-right: auto }\n.layoutregion.l table, .layoutregion.l pre, .layoutregion.l p.note,\n.layoutregion.l p.warning, .layoutregion.l p.error, .layoutregion.l p.fatal { margin-left: 0 }\n.layoutregion.c table, .layoutregion.c pre, .layoutregion.c p.note,\n.layoutregion.c p.warning, .layoutregion.c p.error, .layoutregion.c p.fatal { margin-left: auto; margin-right: auto }\n.layoutregion.r table, .layoutregion.r pre, .layoutregion.r p.note,\n.layoutregion.r table, .layoutregion.r pre, .layoutregion.r p.note,\n.layoutregion.r p.warning, .layoutregion.r p.error, .layoutregion.r p.fatal { margin-right: 0 }\narticle, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }\nhtml{ font-size: 100% }\n.body { margin: 1em; font-size: 13px; line-height: 1.231 }\nsup { position: relative; vertical-align: baseline; bottom: 0.25em; font-size: 0.8em }\nsub { position: relative; vertical-align: baseline; top: 0.25em; font-size: 0.8em }\nul, ol { margin: 1em 0; padding: 0 0 0 40px }\ndd { margin: 0 0 0 40px }\nnav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0 }\nimg { border: 0; vertical-align: middle }\nsvg:not(:root) { overflow: hidden }\nfigure { margin: 0 }\ntable { border-collapse: collapse; border-spacing: 0 }\n.layoutcontainer { border-collapse: separate; border-spacing: 0 }\np { margin-top: 0; text-align: left }\nh1.heading1 { text-align: left }\nh2.heading2 { text-align: left }\nh3.heading3 { text-align: left }\nh4.heading4 { text-align: left }\nh5.heading5 { text-align: left }\nh6.heading6 { text-align: left }\nspan { text-align: left }\ntable { margin-bottom: 1em }\ntd, th { text-align: left; padding: 3px 6px; vertical-align: top }\ntd[class$=\"fixed\"], th[class$=\"fixed\"] { white-space: pre }\nsection, article { padding-top: 1px; padding-bottom: 8px }\nhr.pagebreak { height: 0px; border: 0; border-bottom: 1px solid #c0c0c0; margin: 1em 0 }\n.stacked-value { text-align: left; display: block }\n.stacked-cell > .stacked-value, td.data > td.data, th.data > td.data, th.data > th.data, td.data > th.data, th.header > th.header { border: 0 }\n.stacked-cell > div.data { border-width: 0 }\n.systitleandfootercontainer { white-space: nowrap; margin-bottom: 1em }\n.systitleandfootercontainer > p { margin: 0 }\n.systitleandfootercontainer > p > span { display: inline-block; width: 100%; white-space: normal }\n.batch { display: table }\n.toc { display: none }\n.proc_note_group, .proc_title_group { margin-bottom: 1em }\np.proctitle { margin: 0 }\np.note, p.warning, p.error, p.fatal { display: table }\n.notebanner, .warnbanner, .errorbanner, .fatalbanner,\n.notecontent, .warncontent, .errorcontent, .fatalcontent { display: table-cell; padding: 0.5em }\n.notebanner, .warnbanner, .errorbanner, .fatalbanner { padding-right: 0 }\n.body > div > ol li { text-align: left }\n.beforecaption > h4 { margin-top: 0; margin-bottom: 0 }\n.c { text-align: center }\n.r { text-align: right }\n.l { text-align: left }\n.j { text-align: justify }\n.d { text-align: right }\n.b { vertical-align: bottom }\n.m { vertical-align: middle }\n.t { vertical-align: top }\n.accessiblecaption {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\na:active { color: #f9fafb }\n.aftercaption {\n background-color: #011829;\n border-spacing: 0;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n padding-top: 4pt;\n}\n.batch > colgroup {\n border-left: 1px solid #f9fafb;\n border-right: 1px solid #f9fafb;\n}\n.batch > tbody, .batch > thead, .batch > tfoot {\n border-top: 1px solid #f9fafb;\n border-bottom: 1px solid #f9fafb;\n}\n.batch { border: hidden; }\n.batch {\n background-color: #021727;\n border: 1px solid #f9fafb;\n border-collapse: separate;\n border-spacing: 1px;\n color: #ffffff;\n font-family: 'SAS Monospace', 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n padding: 7px;\n }\n.beforecaption {\n background-color: #011829;\n border-spacing: 0;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.body {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n margin-left: 8px;\n margin-right: 8px;\n}\n.bodydate {\n background-color: #011829;\n border-spacing: 0;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n text-align: right;\n vertical-align: top;\n width: 100%;\n}\n.bycontentfolder {\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: none;\n margin-left: 6pt;\n}\n.byline {\n background-color: #011829;\n border-spacing: 0;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.bylinecontainer > col, .bylinecontainer > colgroup > col, .bylinecontainer > colgroup, .bylinecontainer > tr, .bylinecontainer > * > tr, .bylinecontainer > thead, .bylinecontainer > tbody, .bylinecontainer > tfoot { border: none; }\n.bylinecontainer {\n background-color: #011829;\n border: none;\n border-spacing: 1px;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n width: 100%;\n}\n.caption {\n background-color: #011829;\n border-spacing: 0;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.cell, .container {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.contentfolder, .contentitem {\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: none;\n margin-left: 6pt;\n}\n.contentproclabel, .contentprocname {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.contents {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: decimal;\n margin-left: 8px;\n margin-right: 8px;\n}\n.contentsdate {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n width: 100%;\n}\n.contenttitle {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: bold;\n}\n.continued {\n background-color: #011829;\n border-spacing: 0;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n width: 100%;\n}\n.data {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.dataemphasis {\n background-color: #021727;\n border-color: #c1c1c1;\n border-style: solid;\n border-width: 0 1px 1px 0;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.dataemphasisfixed {\n background-color: #021727;\n border-color: #c1c1c1;\n border-style: solid;\n border-width: 0 1px 1px 0;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.dataempty {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.datafixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.datastrong {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.datastrongfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.date {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n width: 100%;\n}\n.document {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.errorbanner {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.errorcontent {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.errorcontentfixed {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.extendedpage {\n background-color: #011829;\n border-style: solid;\n border-width: 1pt;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n text-align: center;\n}\n.fatalbanner {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.fatalcontent {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.fatalcontentfixed {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.folderaction {\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: none;\n margin-left: 6pt;\n}\n.footer {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.footeremphasis {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.footeremphasisfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.footerempty {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.footerfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.footerstrong {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.footerstrongfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.frame {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.graph > colgroup {\n border-left: 1px solid #f9fafb;\n border-right: 1px solid #f9fafb;\n}\n.graph > tbody, .graph > thead, .graph > tfoot {\n border-top: 1px solid #f9fafb;\n border-bottom: 1px solid #f9fafb;\n}\n.graph { border: hidden; }\n.graph {\n background-color: #011829;\n border: 1px solid #f9fafb;\n border-collapse: separate;\n border-spacing: 1px;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n }\n.header {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.headeremphasis {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.headeremphasisfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.headerempty {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.headerfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.headersandfooters {\n background-color: #021727;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.headerstrong {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.headerstrongfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.heading1 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 24pt;\n font-style: normal;\n font-weight: bold;\n}\n.heading2 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 18pt;\n font-style: normal;\n font-weight: bold;\n}\n.heading3 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14pt;\n font-style: normal;\n font-weight: bold;\n}\n.heading4 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 12pt;\n font-style: normal;\n font-weight: bold;\n}\n.heading5 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 10pt;\n font-style: normal;\n font-weight: bold;\n}\n.heading6 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 8pt;\n font-style: normal;\n font-weight: bold;\n}\n.index {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.indexaction, .indexitem {\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: none;\n margin-left: 6pt;\n}\n.indexprocname {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.indextitle {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: bold;\n}\n.layoutcontainer, .layoutregion {\n border-width: 0;\n border-spacing: 30px;\n}\n.linecontent {\n background-color: #011829;\n border: 1px solid #013154;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\na:link { color: #e0e3e4 }\n.list {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: disc;\n}\n.list10 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: square;\n}\n.list2 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: circle;\n}\n.list3, .list4, .list5, .list6, .list7, .list8, .list9 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: square;\n}\n.listitem {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: disc;\n}\n.listitem10 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: square;\n}\n.listitem2 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: circle;\n}\n.listitem3, .listitem4, .listitem5, .listitem6, .listitem7, .listitem8, .listitem9 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: square;\n}\n.note {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.notebanner {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.notecontent {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.notecontentfixed {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.output > colgroup {\n border-left: 1px solid #f9fafb;\n border-right: 1px solid #f9fafb;\n}\n.output > tbody, .output > thead, .output > tfoot {\n border-top: 1px solid #f9fafb;\n border-bottom: 1px solid #f9fafb;\n}\n.output { border: hidden; }\n.output {\n background-color: #021727;\n border: 1px solid #f9fafb;\n border-collapse: separate;\n border-spacing: 1px;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n }\n.pageno {\n background-color: #011829;\n border-spacing: 0;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n text-align: right;\n vertical-align: top;\n}\n.pages {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: decimal;\n margin-left: 8px;\n margin-right: 8px;\n}\n.pagesdate {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n width: 100%;\n}\n.pagesitem {\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: none;\n margin-left: 6pt;\n}\n.pagesproclabel, .pagesprocname {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.pagestitle {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: bold;\n}\n.paragraph {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.parskip > col, .parskip > colgroup > col, .parskip > colgroup, .parskip > tr, .parskip > * > tr, .parskip > thead, .parskip > tbody, .parskip > tfoot { border: none; }\n.parskip {\n border: none;\n border-spacing: 0;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n }\n.prepage {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n text-align: left;\n}\n.proctitle {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.proctitlefixed {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowfooter {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowfooteremphasis {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.rowfooteremphasisfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.rowfooterempty {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowfooterfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.rowfooterstrong {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowfooterstrongfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowheader {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowheaderemphasis {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.rowheaderemphasisfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.rowheaderempty {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowheaderfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.rowheaderstrong {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowheaderstrongfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.systemfooter, .systemfooter10, .systemfooter2, .systemfooter3, .systemfooter4, .systemfooter5, .systemfooter6, .systemfooter7, .systemfooter8, .systemfooter9 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.systemtitle, .systemtitle10, .systemtitle2, .systemtitle3, .systemtitle4, .systemtitle5, .systemtitle6, .systemtitle7, .systemtitle8, .systemtitle9 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 16px;\n font-style: normal;\n font-weight: bold;\n}\n.systitleandfootercontainer > col, .systitleandfootercontainer > colgroup > col, .systitleandfootercontainer > colgroup, .systitleandfootercontainer > tr, .systitleandfootercontainer > * > tr, .systitleandfootercontainer > thead, .systitleandfootercontainer > tbody, .systitleandfootercontainer > tfoot { border: none; }\n.systitleandfootercontainer {\n background-color: #011829;\n border: none;\n border-spacing: 1px;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n width: 100%;\n}\n.table > col, .table > colgroup > col {\n border-left: 1px solid #c1c1c1;\n border-right: 0 solid #c1c1c1;\n}\n.table > tr, .table > * > tr {\n border-top: 1px solid #c1c1c1;\n border-bottom: 0 solid #c1c1c1;\n}\n.table { border: hidden; }\n.table {\n border-color: #c1c1c1;\n border-style: solid;\n border-width: 1px 0 0 1px;\n border-collapse: collapse;\n border-spacing: 0;\n }\n.titleandnotecontainer > col, .titleandnotecontainer > colgroup > col, .titleandnotecontainer > colgroup, .titleandnotecontainer > tr, .titleandnotecontainer > * > tr, .titleandnotecontainer > thead, .titleandnotecontainer > tbody, .titleandnotecontainer > tfoot { border: none; }\n.titleandnotecontainer {\n background-color: #011829;\n border: none;\n border-spacing: 1px;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n width: 100%;\n}\n.titlesandfooters {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.usertext {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\na:visited { color: #f9fafb }\n.warnbanner {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.warncontent {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.warncontentfixed {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n/*]]>*/\n</style>\n</head>\n<body class=\"c body\">\n<div style=\"padding-bottom: 8px; padding-top: 1px\">\n<div id=\"IDX\" style=\"padding-bottom: 8px; padding-top: 1px\">\n<table class=\"table\" style=\"border-spacing: 0\" aria-label=\"Query Results\">\n<caption aria-label=\"Query Results\"></caption>\n<colgroup><col/><col/><col/><col/><col/></colgroup>\n<thead>\n<tr>\n<th class=\"b header\" scope=\"col\">Name</th>\n<th class=\"b header\" scope=\"col\">Sex</th>\n<th class=\"r b header\" scope=\"col\">Age</th>\n<th class=\"r b header\" scope=\"col\">Height</th>\n<th class=\"r b header\" scope=\"col\">Weight</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td class=\"data\">Alice</td>\n<td class=\"data\">F</td>\n<td class=\"r data\">13</td>\n<td class=\"r data\">56.5</td>\n<td class=\"r data\">84</td>\n</tr>\n<tr>\n<td class=\"data\">Barbara</td>\n<td class=\"data\">F</td>\n<td class=\"r data\">13</td>\n<td class=\"r data\">65.3</td>\n<td class=\"r data\">98</td>\n</tr>\n<tr>\n<td class=\"data\">James</td>\n<td class=\"data\">M</td>\n<td class=\"r data\">12</td>\n<td class=\"r data\">57.3</td>\n<td class=\"r data\">83</td>\n</tr>\n<tr>\n<td class=\"data\">Jane</td>\n<td class=\"data\">F</td>\n<td class=\"r data\">12</td>\n<td class=\"r data\">59.8</td>\n<td class=\"r data\">84.5</td>\n</tr>\n<tr>\n<td class=\"data\">Jeffrey</td>\n<td class=\"data\">M</td>\n<td class=\"r data\">13</td>\n<td class=\"r data\">62.5</td>\n<td class=\"r data\">84</td>\n</tr>\n<tr>\n<td class=\"data\">John</td>\n<td class=\"data\">M</td>\n<td class=\"r data\">12</td>\n<td class=\"r data\">59</td>\n<td class=\"r data\">99.5</td>\n</tr>\n<tr>\n<td class=\"data\">Joyce</td>\n<td class=\"data\">F</td>\n<td class=\"r data\">11</td>\n<td class=\"r data\">51.3</td>\n<td class=\"r data\">50.5</td>\n</tr>\n<tr>\n<td class=\"data\">Louise</td>\n<td class=\"data\">F</td>\n<td class=\"r data\">12</td>\n<td class=\"r data\">56.3</td>\n<td class=\"r data\">77</td>\n</tr>\n<tr>\n<td class=\"data\">Robert</td>\n<td class=\"data\">M</td>\n<td class=\"r data\">12</td>\n<td class=\"r data\">64.8</td>\n<td class=\"r data\">128</td>\n</tr>\n<tr>\n<td class=\"data\">Thomas</td>\n<td class=\"data\">M</td>\n<td class=\"r data\">11</td>\n<td class=\"r data\">57.5</td>\n<td class=\"r data\">85</td>\n</tr>\n</tbody>\n</table>\n</div>\n</div>\n</body>\n</html>\n","mime":"application/vnd.sas.ods.html5"},{"data":"[\n\t{\n\t\t\"line\": \"64 /** LOG_START_INDICATOR **/\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"65 title;footnote;ods _all_ close;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"66 ods graphics on;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"67 ods html5(id=vscode) style=Ignite options(bitmap_mode='inline' svg_mode='inline');\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"NOTE: Writing HTML5(VSCODE) Body file: sashtml2.htm\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"68 %let _SASPROGRAMFILE = %nrquote(%nrstr(Untitled-1.sasnb));\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"69 proc sql;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"70 select * from sashelp.class where age < 14\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"71 ;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"71 ! quit;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"NOTE: PROCEDURE SQL used (Total process time):\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \" real time 0.09 seconds\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \" cpu time 0.15 seconds\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \" \",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"72 ;*';*\\\";*/;run;quit;ods html5(id=vscode) close;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"73 \",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t}\n]","mime":"application/vnd.sas.compute.log.lines"}]}]},{"kind":1,"language":"markdown","value":"Demonstrate Python cell","outputs":[]},{"kind":2,"language":"python","value":"import matplotlib.pyplot as plt\r\nimport numpy as np\r\n\r\nt = np.arange(0.0, 2.0, 0.01)\r\ns = 1 + np.sin(2*np.pi*t)\r\nplt.plot(t, s)\r\n\r\nplt.xlabel('time (s)')\r\nplt.ylabel('voltage (mV)')\r\nplt.title('Graph created using matplotlib - displayed in Studio Results window using SAS ODS')\r\nplt.grid(True)\r\n#plt.savefig(\"/tmp/matplotlib-ex1.png\")\r\n#plt.show()\r\n# To show in results tab in SAS Studio\r\nSAS.pyplot(plt);","outputs":[{"items":[{"data":"<!DOCTYPE html>\n<html lang=\"en\" xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<meta charset=\"utf-8\"/>\n<meta content=\"SAS V.04.00\" name=\"generator\"/>\n<title>SAS Output</title>\n<style>\n/*<![CDATA[*/\n.body.c > table, .body.c > pre, .body.c div > table,\n.body.c div > pre, .body.c > table, .body.c > pre,\n.body.j > table, .body.j > pre, .body.j div > table,\n.body.j div > pre, .body.j > table, .body.j > pre,\n.body.c p.note, .body.c p.warning, .body.c p.error, .body.c p.fatal,\n.body.j p.note, .body.j p.warning, .body.j p.error, .body.j p.fatal,\n.body.c > table.layoutcontainer, .body.j > table.layoutcontainer { margin-left: auto; margin-right: auto }\n.layoutregion.l table, .layoutregion.l pre, .layoutregion.l p.note,\n.layoutregion.l p.warning, .layoutregion.l p.error, .layoutregion.l p.fatal { margin-left: 0 }\n.layoutregion.c table, .layoutregion.c pre, .layoutregion.c p.note,\n.layoutregion.c p.warning, .layoutregion.c p.error, .layoutregion.c p.fatal { margin-left: auto; margin-right: auto }\n.layoutregion.r table, .layoutregion.r pre, .layoutregion.r p.note,\n.layoutregion.r table, .layoutregion.r pre, .layoutregion.r p.note,\n.layoutregion.r p.warning, .layoutregion.r p.error, .layoutregion.r p.fatal { margin-right: 0 }\narticle, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }\nhtml{ font-size: 100% }\n.body { margin: 1em; font-size: 13px; line-height: 1.231 }\nsup { position: relative; vertical-align: baseline; bottom: 0.25em; font-size: 0.8em }\nsub { position: relative; vertical-align: baseline; top: 0.25em; font-size: 0.8em }\nul, ol { margin: 1em 0; padding: 0 0 0 40px }\ndd { margin: 0 0 0 40px }\nnav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0 }\nimg { border: 0; vertical-align: middle }\nsvg:not(:root) { overflow: hidden }\nfigure { margin: 0 }\ntable { border-collapse: collapse; border-spacing: 0 }\n.layoutcontainer { border-collapse: separate; border-spacing: 0 }\np { margin-top: 0; text-align: left }\nh1.heading1 { text-align: left }\nh2.heading2 { text-align: left }\nh3.heading3 { text-align: left }\nh4.heading4 { text-align: left }\nh5.heading5 { text-align: left }\nh6.heading6 { text-align: left }\nspan { text-align: left }\ntable { margin-bottom: 1em }\ntd, th { text-align: left; padding: 3px 6px; vertical-align: top }\ntd[class$=\"fixed\"], th[class$=\"fixed\"] { white-space: pre }\nsection, article { padding-top: 1px; padding-bottom: 8px }\nhr.pagebreak { height: 0px; border: 0; border-bottom: 1px solid #c0c0c0; margin: 1em 0 }\n.stacked-value { text-align: left; display: block }\n.stacked-cell > .stacked-value, td.data > td.data, th.data > td.data, th.data > th.data, td.data > th.data, th.header > th.header { border: 0 }\n.stacked-cell > div.data { border-width: 0 }\n.systitleandfootercontainer { white-space: nowrap; margin-bottom: 1em }\n.systitleandfootercontainer > p { margin: 0 }\n.systitleandfootercontainer > p > span { display: inline-block; width: 100%; white-space: normal }\n.batch { display: table }\n.toc { display: none }\n.proc_note_group, .proc_title_group { margin-bottom: 1em }\np.proctitle { margin: 0 }\np.note, p.warning, p.error, p.fatal { display: table }\n.notebanner, .warnbanner, .errorbanner, .fatalbanner,\n.notecontent, .warncontent, .errorcontent, .fatalcontent { display: table-cell; padding: 0.5em }\n.notebanner, .warnbanner, .errorbanner, .fatalbanner { padding-right: 0 }\n.body > div > ol li { text-align: left }\n.beforecaption > h4 { margin-top: 0; margin-bottom: 0 }\n.c { text-align: center }\n.r { text-align: right }\n.l { text-align: left }\n.j { text-align: justify }\n.d { text-align: right }\n.b { vertical-align: bottom }\n.m { vertical-align: middle }\n.t { vertical-align: top }\n.accessiblecaption {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\na:active { color: #f9fafb }\n.aftercaption {\n background-color: #011829;\n border-spacing: 0;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n padding-top: 4pt;\n}\n.batch > colgroup {\n border-left: 1px solid #f9fafb;\n border-right: 1px solid #f9fafb;\n}\n.batch > tbody, .batch > thead, .batch > tfoot {\n border-top: 1px solid #f9fafb;\n border-bottom: 1px solid #f9fafb;\n}\n.batch { border: hidden; }\n.batch {\n background-color: #021727;\n border: 1px solid #f9fafb;\n border-collapse: separate;\n border-spacing: 1px;\n color: #ffffff;\n font-family: 'SAS Monospace', 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n padding: 7px;\n }\n.beforecaption {\n background-color: #011829;\n border-spacing: 0;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.body {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n margin-left: 8px;\n margin-right: 8px;\n}\n.bodydate {\n background-color: #011829;\n border-spacing: 0;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n text-align: right;\n vertical-align: top;\n width: 100%;\n}\n.bycontentfolder {\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: none;\n margin-left: 6pt;\n}\n.byline {\n background-color: #011829;\n border-spacing: 0;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.bylinecontainer > col, .bylinecontainer > colgroup > col, .bylinecontainer > colgroup, .bylinecontainer > tr, .bylinecontainer > * > tr, .bylinecontainer > thead, .bylinecontainer > tbody, .bylinecontainer > tfoot { border: none; }\n.bylinecontainer {\n background-color: #011829;\n border: none;\n border-spacing: 1px;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n width: 100%;\n}\n.caption {\n background-color: #011829;\n border-spacing: 0;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.cell, .container {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.contentfolder, .contentitem {\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: none;\n margin-left: 6pt;\n}\n.contentproclabel, .contentprocname {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.contents {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: decimal;\n margin-left: 8px;\n margin-right: 8px;\n}\n.contentsdate {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n width: 100%;\n}\n.contenttitle {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: bold;\n}\n.continued {\n background-color: #011829;\n border-spacing: 0;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n width: 100%;\n}\n.data {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.dataemphasis {\n background-color: #021727;\n border-color: #c1c1c1;\n border-style: solid;\n border-width: 0 1px 1px 0;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.dataemphasisfixed {\n background-color: #021727;\n border-color: #c1c1c1;\n border-style: solid;\n border-width: 0 1px 1px 0;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.dataempty {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.datafixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.datastrong {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.datastrongfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.date {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n width: 100%;\n}\n.document {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.errorbanner {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.errorcontent {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.errorcontentfixed {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.extendedpage {\n background-color: #011829;\n border-style: solid;\n border-width: 1pt;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n text-align: center;\n}\n.fatalbanner {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.fatalcontent {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.fatalcontentfixed {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.folderaction {\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: none;\n margin-left: 6pt;\n}\n.footer {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.footeremphasis {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.footeremphasisfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.footerempty {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.footerfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.footerstrong {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.footerstrongfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.frame {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.graph > colgroup {\n border-left: 1px solid #f9fafb;\n border-right: 1px solid #f9fafb;\n}\n.graph > tbody, .graph > thead, .graph > tfoot {\n border-top: 1px solid #f9fafb;\n border-bottom: 1px solid #f9fafb;\n}\n.graph { border: hidden; }\n.graph {\n background-color: #011829;\n border: 1px solid #f9fafb;\n border-collapse: separate;\n border-spacing: 1px;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n }\n.header {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.headeremphasis {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.headeremphasisfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.headerempty {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.headerfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.headersandfooters {\n background-color: #021727;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.headerstrong {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.headerstrongfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.heading1 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 24pt;\n font-style: normal;\n font-weight: bold;\n}\n.heading2 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 18pt;\n font-style: normal;\n font-weight: bold;\n}\n.heading3 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14pt;\n font-style: normal;\n font-weight: bold;\n}\n.heading4 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 12pt;\n font-style: normal;\n font-weight: bold;\n}\n.heading5 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 10pt;\n font-style: normal;\n font-weight: bold;\n}\n.heading6 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 8pt;\n font-style: normal;\n font-weight: bold;\n}\n.index {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.indexaction, .indexitem {\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: none;\n margin-left: 6pt;\n}\n.indexprocname {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.indextitle {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: bold;\n}\n.layoutcontainer, .layoutregion {\n border-width: 0;\n border-spacing: 30px;\n}\n.linecontent {\n background-color: #011829;\n border: 1px solid #013154;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\na:link { color: #e0e3e4 }\n.list {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: disc;\n}\n.list10 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: square;\n}\n.list2 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: circle;\n}\n.list3, .list4, .list5, .list6, .list7, .list8, .list9 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: square;\n}\n.listitem {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: disc;\n}\n.listitem10 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: square;\n}\n.listitem2 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: circle;\n}\n.listitem3, .listitem4, .listitem5, .listitem6, .listitem7, .listitem8, .listitem9 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: square;\n}\n.note {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.notebanner {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.notecontent {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.notecontentfixed {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.output > colgroup {\n border-left: 1px solid #f9fafb;\n border-right: 1px solid #f9fafb;\n}\n.output > tbody, .output > thead, .output > tfoot {\n border-top: 1px solid #f9fafb;\n border-bottom: 1px solid #f9fafb;\n}\n.output { border: hidden; }\n.output {\n background-color: #021727;\n border: 1px solid #f9fafb;\n border-collapse: separate;\n border-spacing: 1px;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n }\n.pageno {\n background-color: #011829;\n border-spacing: 0;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n text-align: right;\n vertical-align: top;\n}\n.pages {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: decimal;\n margin-left: 8px;\n margin-right: 8px;\n}\n.pagesdate {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n width: 100%;\n}\n.pagesitem {\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n list-style-type: none;\n margin-left: 6pt;\n}\n.pagesproclabel, .pagesprocname {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.pagestitle {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: bold;\n}\n.paragraph {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.parskip > col, .parskip > colgroup > col, .parskip > colgroup, .parskip > tr, .parskip > * > tr, .parskip > thead, .parskip > tbody, .parskip > tfoot { border: none; }\n.parskip {\n border: none;\n border-spacing: 0;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n }\n.prepage {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n text-align: left;\n}\n.proctitle {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.proctitlefixed {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowfooter {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowfooteremphasis {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.rowfooteremphasisfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.rowfooterempty {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowfooterfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.rowfooterstrong {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowfooterstrongfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowheader {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowheaderemphasis {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.rowheaderemphasisfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: italic;\n font-weight: normal;\n}\n.rowheaderempty {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowheaderfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.rowheaderstrong {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.rowheaderstrongfixed {\n background-color: #021727;\n border: 1px solid #013154;\n color: #ffffff;\n font-family: 'Courier New', Courier, monospace;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.systemfooter, .systemfooter10, .systemfooter2, .systemfooter3, .systemfooter4, .systemfooter5, .systemfooter6, .systemfooter7, .systemfooter8, .systemfooter9 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.systemtitle, .systemtitle10, .systemtitle2, .systemtitle3, .systemtitle4, .systemtitle5, .systemtitle6, .systemtitle7, .systemtitle8, .systemtitle9 {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 16px;\n font-style: normal;\n font-weight: bold;\n}\n.systitleandfootercontainer > col, .systitleandfootercontainer > colgroup > col, .systitleandfootercontainer > colgroup, .systitleandfootercontainer > tr, .systitleandfootercontainer > * > tr, .systitleandfootercontainer > thead, .systitleandfootercontainer > tbody, .systitleandfootercontainer > tfoot { border: none; }\n.systitleandfootercontainer {\n background-color: #011829;\n border: none;\n border-spacing: 1px;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n width: 100%;\n}\n.table > col, .table > colgroup > col {\n border-left: 1px solid #c1c1c1;\n border-right: 0 solid #c1c1c1;\n}\n.table > tr, .table > * > tr {\n border-top: 1px solid #c1c1c1;\n border-bottom: 0 solid #c1c1c1;\n}\n.table { border: hidden; }\n.table {\n border-color: #c1c1c1;\n border-style: solid;\n border-width: 1px 0 0 1px;\n border-collapse: collapse;\n border-spacing: 0;\n }\n.titleandnotecontainer > col, .titleandnotecontainer > colgroup > col, .titleandnotecontainer > colgroup, .titleandnotecontainer > tr, .titleandnotecontainer > * > tr, .titleandnotecontainer > thead, .titleandnotecontainer > tbody, .titleandnotecontainer > tfoot { border: none; }\n.titleandnotecontainer {\n background-color: #011829;\n border: none;\n border-spacing: 1px;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n width: 100%;\n}\n.titlesandfooters {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.usertext {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\na:visited { color: #f9fafb }\n.warnbanner {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: bold;\n}\n.warncontent {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Avenir Next for SAS', Arial, 'Albany AMT', Helvetica, Helv;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n.warncontentfixed {\n background-color: #011829;\n color: #f9fafb;\n font-family: 'Courier New', Courier;\n font-size: 14px;\n font-style: normal;\n font-weight: normal;\n}\n/*]]>*/\n</style>\n</head>\n<body class=\"c body\">\n<div style=\"padding-bottom: 8px; padding-top: 1px\">\n<div id=\"IDX\" style=\"padding-bottom: 8px; padding-top: 1px\">\n<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>\n<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"\n \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"460.8pt\" height=\"345.6pt\" viewBox=\"0 0 460.8 345.6\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">\n <metadata>\n <rdf:RDF xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:cc=\"http://creativecommons.org/ns#\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <cc:Work>\n <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\"/>\n <dc:date>2024-09-06T06:54:06.385770</dc:date>\n <dc:format>image/svg+xml</dc:format>\n <dc:creator>\n <cc:Agent>\n <dc:title>Matplotlib v3.9.2, https://matplotlib.org/</dc:title>\n </cc:Agent>\n </dc:creator>\n </cc:Work>\n </rdf:RDF>\n </metadata>\n <defs>\n <style type=\"text/css\">*{stroke-linejoin: round; stroke-linecap: butt}</style>\n </defs>\n <g id=\"figure_1\">\n <g id=\"patch_1\">\n <path d=\"M 0 345.6 \nL 460.8 345.6 \nL 460.8 0 \nL 0 0 \nz\n\" style=\"fill: #ffffff\"/>\n </g>\n <g id=\"axes_1\">\n <g id=\"patch_2\">\n <path d=\"M 57.6 307.584 \nL 414.72 307.584 \nL 414.72 41.472 \nL 57.6 41.472 \nz\n\" style=\"fill: #ffffff\"/>\n </g>\n <g id=\"matplotlib.axis_1\">\n <g id=\"xtick_1\">\n <g id=\"line2d_1\">\n <path d=\"M 73.832727 307.584 \nL 73.832727 41.472 \n\" clip-path=\"url(#p4dc72c7887)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n </g>\n <g id=\"line2d_2\">\n <defs>\n <path id=\"m1832708480\" d=\"M 0 0 \nL 0 3.5 \n\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n </defs>\n <g>\n <use xlink:href=\"#m1832708480\" x=\"73.832727\" y=\"307.584\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n </g>\n </g>\n <g id=\"text_1\">\n <!-- 0.00 -->\n <g transform=\"translate(62.699915 322.182437) scale(0.1 -0.1)\">\n <defs>\n <path id=\"DejaVuSans-30\" d=\"M 2034 4250 \nQ 1547 4250 1301 3770 \nQ 1056 3291 1056 2328 \nQ 1056 1369 1301 889 \nQ 1547 409 2034 409 \nQ 2525 409 2770 889 \nQ 3016 1369 3016 2328 \nQ 3016 3291 2770 3770 \nQ 2525 4250 2034 4250 \nz\nM 2034 4750 \nQ 2819 4750 3233 4129 \nQ 3647 3509 3647 2328 \nQ 3647 1150 3233 529 \nQ 2819 -91 2034 -91 \nQ 1250 -91 836 529 \nQ 422 1150 422 2328 \nQ 422 3509 836 4129 \nQ 1250 4750 2034 4750 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-2e\" d=\"M 684 794 \nL 1344 794 \nL 1344 0 \nL 684 0 \nL 684 794 \nz\n\" transform=\"scale(0.015625)\"/>\n </defs>\n <use xlink:href=\"#DejaVuSans-30\"/>\n <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n </g>\n </g>\n </g>\n <g id=\"xtick_2\">\n <g id=\"line2d_3\">\n <path d=\"M 114.618474 307.584 \nL 114.618474 41.472 \n\" clip-path=\"url(#p4dc72c7887)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n </g>\n <g id=\"line2d_4\">\n <g>\n <use xlink:href=\"#m1832708480\" x=\"114.618474\" y=\"307.584\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n </g>\n </g>\n <g id=\"text_2\">\n <!-- 0.25 -->\n <g transform=\"translate(103.485662 322.182437) scale(0.1 -0.1)\">\n <defs>\n <path id=\"DejaVuSans-32\" d=\"M 1228 531 \nL 3431 531 \nL 3431 0 \nL 469 0 \nL 469 531 \nQ 828 903 1448 1529 \nQ 2069 2156 2228 2338 \nQ 2531 2678 2651 2914 \nQ 2772 3150 2772 3378 \nQ 2772 3750 2511 3984 \nQ 2250 4219 1831 4219 \nQ 1534 4219 1204 4116 \nQ 875 4013 500 3803 \nL 500 4441 \nQ 881 4594 1212 4672 \nQ 1544 4750 1819 4750 \nQ 2544 4750 2975 4387 \nQ 3406 4025 3406 3419 \nQ 3406 3131 3298 2873 \nQ 3191 2616 2906 2266 \nQ 2828 2175 2409 1742 \nQ 1991 1309 1228 531 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-35\" d=\"M 691 4666 \nL 3169 4666 \nL 3169 4134 \nL 1269 4134 \nL 1269 2991 \nQ 1406 3038 1543 3061 \nQ 1681 3084 1819 3084 \nQ 2600 3084 3056 2656 \nQ 3513 2228 3513 1497 \nQ 3513 744 3044 326 \nQ 2575 -91 1722 -91 \nQ 1428 -91 1123 -41 \nQ 819 9 494 109 \nL 494 744 \nQ 775 591 1075 516 \nQ 1375 441 1709 441 \nQ 2250 441 2565 725 \nQ 2881 1009 2881 1497 \nQ 2881 1984 2565 2268 \nQ 2250 2553 1709 2553 \nQ 1456 2553 1204 2497 \nQ 953 2441 691 2322 \nL 691 4666 \nz\n\" transform=\"scale(0.015625)\"/>\n </defs>\n <use xlink:href=\"#DejaVuSans-30\"/>\n <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n <use xlink:href=\"#DejaVuSans-32\" x=\"95.410156\"/>\n <use xlink:href=\"#DejaVuSans-35\" x=\"159.033203\"/>\n </g>\n </g>\n </g>\n <g id=\"xtick_3\">\n <g id=\"line2d_5\">\n <path d=\"M 155.404221 307.584 \nL 155.404221 41.472 \n\" clip-path=\"url(#p4dc72c7887)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n </g>\n <g id=\"line2d_6\">\n <g>\n <use xlink:href=\"#m1832708480\" x=\"155.404221\" y=\"307.584\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n </g>\n </g>\n <g id=\"text_3\">\n <!-- 0.50 -->\n <g transform=\"translate(144.271409 322.182437) scale(0.1 -0.1)\">\n <use xlink:href=\"#DejaVuSans-30\"/>\n <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n <use xlink:href=\"#DejaVuSans-35\" x=\"95.410156\"/>\n <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n </g>\n </g>\n </g>\n <g id=\"xtick_4\">\n <g id=\"line2d_7\">\n <path d=\"M 196.189968 307.584 \nL 196.189968 41.472 \n\" clip-path=\"url(#p4dc72c7887)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n </g>\n <g id=\"line2d_8\">\n <g>\n <use xlink:href=\"#m1832708480\" x=\"196.189968\" y=\"307.584\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n </g>\n </g>\n <g id=\"text_4\">\n <!-- 0.75 -->\n <g transform=\"translate(185.057156 322.182437) scale(0.1 -0.1)\">\n <defs>\n <path id=\"DejaVuSans-37\" d=\"M 525 4666 \nL 3525 4666 \nL 3525 4397 \nL 1831 0 \nL 1172 0 \nL 2766 4134 \nL 525 4134 \nL 525 4666 \nz\n\" transform=\"scale(0.015625)\"/>\n </defs>\n <use xlink:href=\"#DejaVuSans-30\"/>\n <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n <use xlink:href=\"#DejaVuSans-37\" x=\"95.410156\"/>\n <use xlink:href=\"#DejaVuSans-35\" x=\"159.033203\"/>\n </g>\n </g>\n </g>\n <g id=\"xtick_5\">\n <g id=\"line2d_9\">\n <path d=\"M 236.975715 307.584 \nL 236.975715 41.472 \n\" clip-path=\"url(#p4dc72c7887)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n </g>\n <g id=\"line2d_10\">\n <g>\n <use xlink:href=\"#m1832708480\" x=\"236.975715\" y=\"307.584\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n </g>\n </g>\n <g id=\"text_5\">\n <!-- 1.00 -->\n <g transform=\"translate(225.842902 322.182437) scale(0.1 -0.1)\">\n <defs>\n <path id=\"DejaVuSans-31\" d=\"M 794 531 \nL 1825 531 \nL 1825 4091 \nL 703 3866 \nL 703 4441 \nL 1819 4666 \nL 2450 4666 \nL 2450 531 \nL 3481 531 \nL 3481 0 \nL 794 0 \nL 794 531 \nz\n\" transform=\"scale(0.015625)\"/>\n </defs>\n <use xlink:href=\"#DejaVuSans-31\"/>\n <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n </g>\n </g>\n </g>\n <g id=\"xtick_6\">\n <g id=\"line2d_11\">\n <path d=\"M 277.761462 307.584 \nL 277.761462 41.472 \n\" clip-path=\"url(#p4dc72c7887)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n </g>\n <g id=\"line2d_12\">\n <g>\n <use xlink:href=\"#m1832708480\" x=\"277.761462\" y=\"307.584\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n </g>\n </g>\n <g id=\"text_6\">\n <!-- 1.25 -->\n <g transform=\"translate(266.628649 322.182437) scale(0.1 -0.1)\">\n <use xlink:href=\"#DejaVuSans-31\"/>\n <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n <use xlink:href=\"#DejaVuSans-32\" x=\"95.410156\"/>\n <use xlink:href=\"#DejaVuSans-35\" x=\"159.033203\"/>\n </g>\n </g>\n </g>\n <g id=\"xtick_7\">\n <g id=\"line2d_13\">\n <path d=\"M 318.547209 307.584 \nL 318.547209 41.472 \n\" clip-path=\"url(#p4dc72c7887)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n </g>\n <g id=\"line2d_14\">\n <g>\n <use xlink:href=\"#m1832708480\" x=\"318.547209\" y=\"307.584\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n </g>\n </g>\n <g id=\"text_7\">\n <!-- 1.50 -->\n <g transform=\"translate(307.414396 322.182437) scale(0.1 -0.1)\">\n <use xlink:href=\"#DejaVuSans-31\"/>\n <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n <use xlink:href=\"#DejaVuSans-35\" x=\"95.410156\"/>\n <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n </g>\n </g>\n </g>\n <g id=\"xtick_8\">\n <g id=\"line2d_15\">\n <path d=\"M 359.332956 307.584 \nL 359.332956 41.472 \n\" clip-path=\"url(#p4dc72c7887)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n </g>\n <g id=\"line2d_16\">\n <g>\n <use xlink:href=\"#m1832708480\" x=\"359.332956\" y=\"307.584\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n </g>\n </g>\n <g id=\"text_8\">\n <!-- 1.75 -->\n <g transform=\"translate(348.200143 322.182437) scale(0.1 -0.1)\">\n <use xlink:href=\"#DejaVuSans-31\"/>\n <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n <use xlink:href=\"#DejaVuSans-37\" x=\"95.410156\"/>\n <use xlink:href=\"#DejaVuSans-35\" x=\"159.033203\"/>\n </g>\n </g>\n </g>\n <g id=\"xtick_9\">\n <g id=\"line2d_17\">\n <path d=\"M 400.118703 307.584 \nL 400.118703 41.472 \n\" clip-path=\"url(#p4dc72c7887)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n </g>\n <g id=\"line2d_18\">\n <g>\n <use xlink:href=\"#m1832708480\" x=\"400.118703\" y=\"307.584\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n </g>\n </g>\n <g id=\"text_9\">\n <!-- 2.00 -->\n <g transform=\"translate(388.98589 322.182437) scale(0.1 -0.1)\">\n <use xlink:href=\"#DejaVuSans-32\"/>\n <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n </g>\n </g>\n </g>\n <g id=\"text_10\">\n <!-- time (s) -->\n <g transform=\"translate(216.768594 335.860562) scale(0.1 -0.1)\">\n <defs>\n <path id=\"DejaVuSans-74\" d=\"M 1172 4494 \nL 1172 3500 \nL 2356 3500 \nL 2356 3053 \nL 1172 3053 \nL 1172 1153 \nQ 1172 725 1289 603 \nQ 1406 481 1766 481 \nL 2356 481 \nL 2356 0 \nL 1766 0 \nQ 1100 0 847 248 \nQ 594 497 594 1153 \nL 594 3053 \nL 172 3053 \nL 172 3500 \nL 594 3500 \nL 594 4494 \nL 1172 4494 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-69\" d=\"M 603 3500 \nL 1178 3500 \nL 1178 0 \nL 603 0 \nL 603 3500 \nz\nM 603 4863 \nL 1178 4863 \nL 1178 4134 \nL 603 4134 \nL 603 4863 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-6d\" d=\"M 3328 2828 \nQ 3544 3216 3844 3400 \nQ 4144 3584 4550 3584 \nQ 5097 3584 5394 3201 \nQ 5691 2819 5691 2113 \nL 5691 0 \nL 5113 0 \nL 5113 2094 \nQ 5113 2597 4934 2840 \nQ 4756 3084 4391 3084 \nQ 3944 3084 3684 2787 \nQ 3425 2491 3425 1978 \nL 3425 0 \nL 2847 0 \nL 2847 2094 \nQ 2847 2600 2669 2842 \nQ 2491 3084 2119 3084 \nQ 1678 3084 1418 2786 \nQ 1159 2488 1159 1978 \nL 1159 0 \nL 581 0 \nL 581 3500 \nL 1159 3500 \nL 1159 2956 \nQ 1356 3278 1631 3431 \nQ 1906 3584 2284 3584 \nQ 2666 3584 2933 3390 \nQ 3200 3197 3328 2828 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-65\" d=\"M 3597 1894 \nL 3597 1613 \nL 953 1613 \nQ 991 1019 1311 708 \nQ 1631 397 2203 397 \nQ 2534 397 2845 478 \nQ 3156 559 3463 722 \nL 3463 178 \nQ 3153 47 2828 -22 \nQ 2503 -91 2169 -91 \nQ 1331 -91 842 396 \nQ 353 884 353 1716 \nQ 353 2575 817 3079 \nQ 1281 3584 2069 3584 \nQ 2775 3584 3186 3129 \nQ 3597 2675 3597 1894 \nz\nM 3022 2063 \nQ 3016 2534 2758 2815 \nQ 2500 3097 2075 3097 \nQ 1594 3097 1305 2825 \nQ 1016 2553 972 2059 \nL 3022 2063 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-20\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-28\" d=\"M 1984 4856 \nQ 1566 4138 1362 3434 \nQ 1159 2731 1159 2009 \nQ 1159 1288 1364 580 \nQ 1569 -128 1984 -844 \nL 1484 -844 \nQ 1016 -109 783 600 \nQ 550 1309 550 2009 \nQ 550 2706 781 3412 \nQ 1013 4119 1484 4856 \nL 1984 4856 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-73\" d=\"M 2834 3397 \nL 2834 2853 \nQ 2591 2978 2328 3040 \nQ 2066 3103 1784 3103 \nQ 1356 3103 1142 2972 \nQ 928 2841 928 2578 \nQ 928 2378 1081 2264 \nQ 1234 2150 1697 2047 \nL 1894 2003 \nQ 2506 1872 2764 1633 \nQ 3022 1394 3022 966 \nQ 3022 478 2636 193 \nQ 2250 -91 1575 -91 \nQ 1294 -91 989 -36 \nQ 684 19 347 128 \nL 347 722 \nQ 666 556 975 473 \nQ 1284 391 1588 391 \nQ 1994 391 2212 530 \nQ 2431 669 2431 922 \nQ 2431 1156 2273 1281 \nQ 2116 1406 1581 1522 \nL 1381 1569 \nQ 847 1681 609 1914 \nQ 372 2147 372 2553 \nQ 372 3047 722 3315 \nQ 1072 3584 1716 3584 \nQ 2034 3584 2315 3537 \nQ 2597 3491 2834 3397 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-29\" d=\"M 513 4856 \nL 1013 4856 \nQ 1481 4119 1714 3412 \nQ 1947 2706 1947 2009 \nQ 1947 1309 1714 600 \nQ 1481 -109 1013 -844 \nL 513 -844 \nQ 928 -128 1133 580 \nQ 1338 1288 1338 2009 \nQ 1338 2731 1133 3434 \nQ 928 4138 513 4856 \nz\n\" transform=\"scale(0.015625)\"/>\n </defs>\n <use xlink:href=\"#DejaVuSans-74\"/>\n <use xlink:href=\"#DejaVuSans-69\" x=\"39.208984\"/>\n <use xlink:href=\"#DejaVuSans-6d\" x=\"66.992188\"/>\n <use xlink:href=\"#DejaVuSans-65\" x=\"164.404297\"/>\n <use xlink:href=\"#DejaVuSans-20\" x=\"225.927734\"/>\n <use xlink:href=\"#DejaVuSans-28\" x=\"257.714844\"/>\n <use xlink:href=\"#DejaVuSans-73\" x=\"296.728516\"/>\n <use xlink:href=\"#DejaVuSans-29\" x=\"348.828125\"/>\n </g>\n </g>\n </g>\n <g id=\"matplotlib.axis_2\">\n <g id=\"ytick_1\">\n <g id=\"line2d_19\">\n <path d=\"M 57.6 295.488 \nL 414.72 295.488 \n\" clip-path=\"url(#p4dc72c7887)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n </g>\n <g id=\"line2d_20\">\n <defs>\n <path id=\"m5dbf6d3dc0\" d=\"M 0 0 \nL -3.5 0 \n\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n </defs>\n <g>\n <use xlink:href=\"#m5dbf6d3dc0\" x=\"57.6\" y=\"295.488\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n </g>\n </g>\n <g id=\"text_11\">\n <!-- 0.00 -->\n <g transform=\"translate(28.334375 299.287219) scale(0.1 -0.1)\">\n <use xlink:href=\"#DejaVuSans-30\"/>\n <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n </g>\n </g>\n </g>\n <g id=\"ytick_2\">\n <g id=\"line2d_21\">\n <path d=\"M 57.6 265.248 \nL 414.72 265.248 \n\" clip-path=\"url(#p4dc72c7887)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n </g>\n <g id=\"line2d_22\">\n <g>\n <use xlink:href=\"#m5dbf6d3dc0\" x=\"57.6\" y=\"265.248\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n </g>\n </g>\n <g id=\"text_12\">\n <!-- 0.25 -->\n <g transform=\"translate(28.334375 269.047219) scale(0.1 -0.1)\">\n <use xlink:href=\"#DejaVuSans-30\"/>\n <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n <use xlink:href=\"#DejaVuSans-32\" x=\"95.410156\"/>\n <use xlink:href=\"#DejaVuSans-35\" x=\"159.033203\"/>\n </g>\n </g>\n </g>\n <g id=\"ytick_3\">\n <g id=\"line2d_23\">\n <path d=\"M 57.6 235.008 \nL 414.72 235.008 \n\" clip-path=\"url(#p4dc72c7887)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n </g>\n <g id=\"line2d_24\">\n <g>\n <use xlink:href=\"#m5dbf6d3dc0\" x=\"57.6\" y=\"235.008\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n </g>\n </g>\n <g id=\"text_13\">\n <!-- 0.50 -->\n <g transform=\"translate(28.334375 238.807219) scale(0.1 -0.1)\">\n <use xlink:href=\"#DejaVuSans-30\"/>\n <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n <use xlink:href=\"#DejaVuSans-35\" x=\"95.410156\"/>\n <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n </g>\n </g>\n </g>\n <g id=\"ytick_4\">\n <g id=\"line2d_25\">\n <path d=\"M 57.6 204.768 \nL 414.72 204.768 \n\" clip-path=\"url(#p4dc72c7887)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n </g>\n <g id=\"line2d_26\">\n <g>\n <use xlink:href=\"#m5dbf6d3dc0\" x=\"57.6\" y=\"204.768\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n </g>\n </g>\n <g id=\"text_14\">\n <!-- 0.75 -->\n <g transform=\"translate(28.334375 208.567219) scale(0.1 -0.1)\">\n <use xlink:href=\"#DejaVuSans-30\"/>\n <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n <use xlink:href=\"#DejaVuSans-37\" x=\"95.410156\"/>\n <use xlink:href=\"#DejaVuSans-35\" x=\"159.033203\"/>\n </g>\n </g>\n </g>\n <g id=\"ytick_5\">\n <g id=\"line2d_27\">\n <path d=\"M 57.6 174.528 \nL 414.72 174.528 \n\" clip-path=\"url(#p4dc72c7887)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n </g>\n <g id=\"line2d_28\">\n <g>\n <use xlink:href=\"#m5dbf6d3dc0\" x=\"57.6\" y=\"174.528\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n </g>\n </g>\n <g id=\"text_15\">\n <!-- 1.00 -->\n <g transform=\"translate(28.334375 178.327219) scale(0.1 -0.1)\">\n <use xlink:href=\"#DejaVuSans-31\"/>\n <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n </g>\n </g>\n </g>\n <g id=\"ytick_6\">\n <g id=\"line2d_29\">\n <path d=\"M 57.6 144.288 \nL 414.72 144.288 \n\" clip-path=\"url(#p4dc72c7887)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n </g>\n <g id=\"line2d_30\">\n <g>\n <use xlink:href=\"#m5dbf6d3dc0\" x=\"57.6\" y=\"144.288\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n </g>\n </g>\n <g id=\"text_16\">\n <!-- 1.25 -->\n <g transform=\"translate(28.334375 148.087219) scale(0.1 -0.1)\">\n <use xlink:href=\"#DejaVuSans-31\"/>\n <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n <use xlink:href=\"#DejaVuSans-32\" x=\"95.410156\"/>\n <use xlink:href=\"#DejaVuSans-35\" x=\"159.033203\"/>\n </g>\n </g>\n </g>\n <g id=\"ytick_7\">\n <g id=\"line2d_31\">\n <path d=\"M 57.6 114.048 \nL 414.72 114.048 \n\" clip-path=\"url(#p4dc72c7887)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n </g>\n <g id=\"line2d_32\">\n <g>\n <use xlink:href=\"#m5dbf6d3dc0\" x=\"57.6\" y=\"114.048\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n </g>\n </g>\n <g id=\"text_17\">\n <!-- 1.50 -->\n <g transform=\"translate(28.334375 117.847219) scale(0.1 -0.1)\">\n <use xlink:href=\"#DejaVuSans-31\"/>\n <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n <use xlink:href=\"#DejaVuSans-35\" x=\"95.410156\"/>\n <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n </g>\n </g>\n </g>\n <g id=\"ytick_8\">\n <g id=\"line2d_33\">\n <path d=\"M 57.6 83.808 \nL 414.72 83.808 \n\" clip-path=\"url(#p4dc72c7887)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n </g>\n <g id=\"line2d_34\">\n <g>\n <use xlink:href=\"#m5dbf6d3dc0\" x=\"57.6\" y=\"83.808\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n </g>\n </g>\n <g id=\"text_18\">\n <!-- 1.75 -->\n <g transform=\"translate(28.334375 87.607219) scale(0.1 -0.1)\">\n <use xlink:href=\"#DejaVuSans-31\"/>\n <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n <use xlink:href=\"#DejaVuSans-37\" x=\"95.410156\"/>\n <use xlink:href=\"#DejaVuSans-35\" x=\"159.033203\"/>\n </g>\n </g>\n </g>\n <g id=\"ytick_9\">\n <g id=\"line2d_35\">\n <path d=\"M 57.6 53.568 \nL 414.72 53.568 \n\" clip-path=\"url(#p4dc72c7887)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n </g>\n <g id=\"line2d_36\">\n <g>\n <use xlink:href=\"#m5dbf6d3dc0\" x=\"57.6\" y=\"53.568\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n </g>\n </g>\n <g id=\"text_19\">\n <!-- 2.00 -->\n <g transform=\"translate(28.334375 57.367219) scale(0.1 -0.1)\">\n <use xlink:href=\"#DejaVuSans-32\"/>\n <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n </g>\n </g>\n </g>\n <g id=\"text_20\">\n <!-- voltage (mV) -->\n <g transform=\"translate(22.254687 206.992063) rotate(-90) scale(0.1 -0.1)\">\n <defs>\n <path id=\"DejaVuSans-76\" d=\"M 191 3500 \nL 800 3500 \nL 1894 563 \nL 2988 3500 \nL 3597 3500 \nL 2284 0 \nL 1503 0 \nL 191 3500 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-6f\" d=\"M 1959 3097 \nQ 1497 3097 1228 2736 \nQ 959 2375 959 1747 \nQ 959 1119 1226 758 \nQ 1494 397 1959 397 \nQ 2419 397 2687 759 \nQ 2956 1122 2956 1747 \nQ 2956 2369 2687 2733 \nQ 2419 3097 1959 3097 \nz\nM 1959 3584 \nQ 2709 3584 3137 3096 \nQ 3566 2609 3566 1747 \nQ 3566 888 3137 398 \nQ 2709 -91 1959 -91 \nQ 1206 -91 779 398 \nQ 353 888 353 1747 \nQ 353 2609 779 3096 \nQ 1206 3584 1959 3584 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-6c\" d=\"M 603 4863 \nL 1178 4863 \nL 1178 0 \nL 603 0 \nL 603 4863 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-61\" d=\"M 2194 1759 \nQ 1497 1759 1228 1600 \nQ 959 1441 959 1056 \nQ 959 750 1161 570 \nQ 1363 391 1709 391 \nQ 2188 391 2477 730 \nQ 2766 1069 2766 1631 \nL 2766 1759 \nL 2194 1759 \nz\nM 3341 1997 \nL 3341 0 \nL 2766 0 \nL 2766 531 \nQ 2569 213 2275 61 \nQ 1981 -91 1556 -91 \nQ 1019 -91 701 211 \nQ 384 513 384 1019 \nQ 384 1609 779 1909 \nQ 1175 2209 1959 2209 \nL 2766 2209 \nL 2766 2266 \nQ 2766 2663 2505 2880 \nQ 2244 3097 1772 3097 \nQ 1472 3097 1187 3025 \nQ 903 2953 641 2809 \nL 641 3341 \nQ 956 3463 1253 3523 \nQ 1550 3584 1831 3584 \nQ 2591 3584 2966 3190 \nQ 3341 2797 3341 1997 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-67\" d=\"M 2906 1791 \nQ 2906 2416 2648 2759 \nQ 2391 3103 1925 3103 \nQ 1463 3103 1205 2759 \nQ 947 2416 947 1791 \nQ 947 1169 1205 825 \nQ 1463 481 1925 481 \nQ 2391 481 2648 825 \nQ 2906 1169 2906 1791 \nz\nM 3481 434 \nQ 3481 -459 3084 -895 \nQ 2688 -1331 1869 -1331 \nQ 1566 -1331 1297 -1286 \nQ 1028 -1241 775 -1147 \nL 775 -588 \nQ 1028 -725 1275 -790 \nQ 1522 -856 1778 -856 \nQ 2344 -856 2625 -561 \nQ 2906 -266 2906 331 \nL 2906 616 \nQ 2728 306 2450 153 \nQ 2172 0 1784 0 \nQ 1141 0 747 490 \nQ 353 981 353 1791 \nQ 353 2603 747 3093 \nQ 1141 3584 1784 3584 \nQ 2172 3584 2450 3431 \nQ 2728 3278 2906 2969 \nL 2906 3500 \nL 3481 3500 \nL 3481 434 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-56\" d=\"M 1831 0 \nL 50 4666 \nL 709 4666 \nL 2188 738 \nL 3669 4666 \nL 4325 4666 \nL 2547 0 \nL 1831 0 \nz\n\" transform=\"scale(0.015625)\"/>\n </defs>\n <use xlink:href=\"#DejaVuSans-76\"/>\n <use xlink:href=\"#DejaVuSans-6f\" x=\"59.179688\"/>\n <use xlink:href=\"#DejaVuSans-6c\" x=\"120.361328\"/>\n <use xlink:href=\"#DejaVuSans-74\" x=\"148.144531\"/>\n <use xlink:href=\"#DejaVuSans-61\" x=\"187.353516\"/>\n <use xlink:href=\"#DejaVuSans-67\" x=\"248.632812\"/>\n <use xlink:href=\"#DejaVuSans-65\" x=\"312.109375\"/>\n <use xlink:href=\"#DejaVuSans-20\" x=\"373.632812\"/>\n <use xlink:href=\"#DejaVuSans-28\" x=\"405.419922\"/>\n <use xlink:href=\"#DejaVuSans-6d\" x=\"444.433594\"/>\n <use xlink:href=\"#DejaVuSans-56\" x=\"541.845703\"/>\n <use xlink:href=\"#DejaVuSans-29\" x=\"610.253906\"/>\n </g>\n </g>\n </g>\n <g id=\"line2d_37\">\n <path d=\"M 73.832727 174.528 \nL 80.358447 144.446471 \nL 85.252736 123.025737 \nL 88.515596 109.714391 \nL 91.778456 97.425194 \nL 95.041316 86.351955 \nL 96.672746 81.326718 \nL 98.304175 76.669304 \nL 99.935605 72.398094 \nL 101.567035 68.529944 \nL 103.198465 65.08012 \nL 104.829895 62.062236 \nL 106.461325 59.488204 \nL 108.092755 57.368181 \nL 109.724185 55.710534 \nL 111.355614 54.521806 \nL 112.987044 53.806687 \nL 114.618474 53.568 \nL 116.249904 53.806687 \nL 117.881334 54.521806 \nL 119.512764 55.710534 \nL 121.144194 57.368181 \nL 122.775624 59.488204 \nL 124.407053 62.062236 \nL 126.038483 65.08012 \nL 127.669913 68.529944 \nL 129.301343 72.398094 \nL 130.932773 76.669304 \nL 132.564203 81.326718 \nL 135.827063 91.725182 \nL 139.089922 103.429496 \nL 142.352782 116.255076 \nL 145.615642 129.999654 \nL 150.509931 151.862356 \nL 165.1928 219.056346 \nL 168.45566 232.800924 \nL 171.71852 245.626504 \nL 174.98138 257.330818 \nL 178.244239 267.729282 \nL 179.875669 272.386696 \nL 181.507099 276.657906 \nL 183.138529 280.526056 \nL 184.769959 283.97588 \nL 186.401389 286.993764 \nL 188.032819 289.567796 \nL 189.664249 291.687819 \nL 191.295678 293.345466 \nL 192.927108 294.534194 \nL 194.558538 295.249313 \nL 196.189968 295.488 \nL 197.821398 295.249313 \nL 199.452828 294.534194 \nL 201.084258 293.345466 \nL 202.715688 291.687819 \nL 204.347117 289.567796 \nL 205.978547 286.993764 \nL 207.609977 283.97588 \nL 209.241407 280.526056 \nL 210.872837 276.657906 \nL 212.504267 272.386696 \nL 214.135697 267.729282 \nL 217.398556 257.330818 \nL 220.661416 245.626504 \nL 223.924276 232.800924 \nL 227.187136 219.056346 \nL 232.081425 197.193644 \nL 246.764294 129.999654 \nL 250.027154 116.255076 \nL 253.290014 103.429496 \nL 256.552873 91.725182 \nL 259.815733 81.326718 \nL 261.447163 76.669304 \nL 263.078593 72.398094 \nL 264.710023 68.529944 \nL 266.341453 65.08012 \nL 267.972883 62.062236 \nL 269.604312 59.488204 \nL 271.235742 57.368181 \nL 272.867172 55.710534 \nL 274.498602 54.521806 \nL 276.130032 53.806687 \nL 277.761462 53.568 \nL 279.392892 53.806687 \nL 281.024322 54.521806 \nL 282.655751 55.710534 \nL 284.287181 57.368181 \nL 285.918611 59.488204 \nL 287.550041 62.062236 \nL 289.181471 65.08012 \nL 290.812901 68.529944 \nL 292.444331 72.398094 \nL 294.075761 76.669304 \nL 295.70719 81.326718 \nL 298.97005 91.725182 \nL 302.23291 103.429496 \nL 305.49577 116.255076 \nL 308.75863 129.999654 \nL 313.652919 151.862356 \nL 328.335788 219.056346 \nL 331.598648 232.800924 \nL 334.861508 245.626504 \nL 338.124367 257.330818 \nL 341.387227 267.729282 \nL 343.018657 272.386696 \nL 344.650087 276.657906 \nL 346.281517 280.526056 \nL 347.912947 283.97588 \nL 349.544376 286.993764 \nL 351.175806 289.567796 \nL 352.807236 291.687819 \nL 354.438666 293.345466 \nL 356.070096 294.534194 \nL 357.701526 295.249313 \nL 359.332956 295.488 \nL 360.964386 295.249313 \nL 362.595815 294.534194 \nL 364.227245 293.345466 \nL 365.858675 291.687819 \nL 367.490105 289.567796 \nL 369.121535 286.993764 \nL 370.752965 283.97588 \nL 372.384395 280.526056 \nL 374.015825 276.657906 \nL 375.647254 272.386696 \nL 377.278684 267.729282 \nL 380.541544 257.330818 \nL 383.804404 245.626504 \nL 387.067264 232.800924 \nL 390.330123 219.056346 \nL 395.224413 197.193644 \nL 398.487273 182.123141 \nL 398.487273 182.123141 \n\" clip-path=\"url(#p4dc72c7887)\" style=\"fill: none; stroke: #1f77b4; stroke-width: 1.5; stroke-linecap: square\"/>\n </g>\n <g id=\"patch_3\">\n <path d=\"M 57.6 307.584 \nL 57.6 41.472 \n\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n </g>\n <g id=\"patch_4\">\n <path d=\"M 414.72 307.584 \nL 414.72 41.472 \n\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n </g>\n <g id=\"patch_5\">\n <path d=\"M 57.6 307.584 \nL 414.72 307.584 \n\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n </g>\n <g id=\"patch_6\">\n <path d=\"M 57.6 41.472 \nL 414.72 41.472 \n\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n </g>\n <g id=\"text_21\">\n <!-- Graph created using matplotlib - displayed in Studio Results window using SAS ODS -->\n <g transform=\"translate(-15.87375 35.472) scale(0.12 -0.12)\">\n <defs>\n <path id=\"DejaVuSans-47\" d=\"M 3809 666 \nL 3809 1919 \nL 2778 1919 \nL 2778 2438 \nL 4434 2438 \nL 4434 434 \nQ 4069 175 3628 42 \nQ 3188 -91 2688 -91 \nQ 1594 -91 976 548 \nQ 359 1188 359 2328 \nQ 359 3472 976 4111 \nQ 1594 4750 2688 4750 \nQ 3144 4750 3555 4637 \nQ 3966 4525 4313 4306 \nL 4313 3634 \nQ 3963 3931 3569 4081 \nQ 3175 4231 2741 4231 \nQ 1884 4231 1454 3753 \nQ 1025 3275 1025 2328 \nQ 1025 1384 1454 906 \nQ 1884 428 2741 428 \nQ 3075 428 3337 486 \nQ 3600 544 3809 666 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-72\" d=\"M 2631 2963 \nQ 2534 3019 2420 3045 \nQ 2306 3072 2169 3072 \nQ 1681 3072 1420 2755 \nQ 1159 2438 1159 1844 \nL 1159 0 \nL 581 0 \nL 581 3500 \nL 1159 3500 \nL 1159 2956 \nQ 1341 3275 1631 3429 \nQ 1922 3584 2338 3584 \nQ 2397 3584 2469 3576 \nQ 2541 3569 2628 3553 \nL 2631 2963 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-70\" d=\"M 1159 525 \nL 1159 -1331 \nL 581 -1331 \nL 581 3500 \nL 1159 3500 \nL 1159 2969 \nQ 1341 3281 1617 3432 \nQ 1894 3584 2278 3584 \nQ 2916 3584 3314 3078 \nQ 3713 2572 3713 1747 \nQ 3713 922 3314 415 \nQ 2916 -91 2278 -91 \nQ 1894 -91 1617 61 \nQ 1341 213 1159 525 \nz\nM 3116 1747 \nQ 3116 2381 2855 2742 \nQ 2594 3103 2138 3103 \nQ 1681 3103 1420 2742 \nQ 1159 2381 1159 1747 \nQ 1159 1113 1420 752 \nQ 1681 391 2138 391 \nQ 2594 391 2855 752 \nQ 3116 1113 3116 1747 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-68\" d=\"M 3513 2113 \nL 3513 0 \nL 2938 0 \nL 2938 2094 \nQ 2938 2591 2744 2837 \nQ 2550 3084 2163 3084 \nQ 1697 3084 1428 2787 \nQ 1159 2491 1159 1978 \nL 1159 0 \nL 581 0 \nL 581 4863 \nL 1159 4863 \nL 1159 2956 \nQ 1366 3272 1645 3428 \nQ 1925 3584 2291 3584 \nQ 2894 3584 3203 3211 \nQ 3513 2838 3513 2113 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-63\" d=\"M 3122 3366 \nL 3122 2828 \nQ 2878 2963 2633 3030 \nQ 2388 3097 2138 3097 \nQ 1578 3097 1268 2742 \nQ 959 2388 959 1747 \nQ 959 1106 1268 751 \nQ 1578 397 2138 397 \nQ 2388 397 2633 464 \nQ 2878 531 3122 666 \nL 3122 134 \nQ 2881 22 2623 -34 \nQ 2366 -91 2075 -91 \nQ 1284 -91 818 406 \nQ 353 903 353 1747 \nQ 353 2603 823 3093 \nQ 1294 3584 2113 3584 \nQ 2378 3584 2631 3529 \nQ 2884 3475 3122 3366 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-64\" d=\"M 2906 2969 \nL 2906 4863 \nL 3481 4863 \nL 3481 0 \nL 2906 0 \nL 2906 525 \nQ 2725 213 2448 61 \nQ 2172 -91 1784 -91 \nQ 1150 -91 751 415 \nQ 353 922 353 1747 \nQ 353 2572 751 3078 \nQ 1150 3584 1784 3584 \nQ 2172 3584 2448 3432 \nQ 2725 3281 2906 2969 \nz\nM 947 1747 \nQ 947 1113 1208 752 \nQ 1469 391 1925 391 \nQ 2381 391 2643 752 \nQ 2906 1113 2906 1747 \nQ 2906 2381 2643 2742 \nQ 2381 3103 1925 3103 \nQ 1469 3103 1208 2742 \nQ 947 2381 947 1747 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-75\" d=\"M 544 1381 \nL 544 3500 \nL 1119 3500 \nL 1119 1403 \nQ 1119 906 1312 657 \nQ 1506 409 1894 409 \nQ 2359 409 2629 706 \nQ 2900 1003 2900 1516 \nL 2900 3500 \nL 3475 3500 \nL 3475 0 \nL 2900 0 \nL 2900 538 \nQ 2691 219 2414 64 \nQ 2138 -91 1772 -91 \nQ 1169 -91 856 284 \nQ 544 659 544 1381 \nz\nM 1991 3584 \nL 1991 3584 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-6e\" d=\"M 3513 2113 \nL 3513 0 \nL 2938 0 \nL 2938 2094 \nQ 2938 2591 2744 2837 \nQ 2550 3084 2163 3084 \nQ 1697 3084 1428 2787 \nQ 1159 2491 1159 1978 \nL 1159 0 \nL 581 0 \nL 581 3500 \nL 1159 3500 \nL 1159 2956 \nQ 1366 3272 1645 3428 \nQ 1925 3584 2291 3584 \nQ 2894 3584 3203 3211 \nQ 3513 2838 3513 2113 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-62\" d=\"M 3116 1747 \nQ 3116 2381 2855 2742 \nQ 2594 3103 2138 3103 \nQ 1681 3103 1420 2742 \nQ 1159 2381 1159 1747 \nQ 1159 1113 1420 752 \nQ 1681 391 2138 391 \nQ 2594 391 2855 752 \nQ 3116 1113 3116 1747 \nz\nM 1159 2969 \nQ 1341 3281 1617 3432 \nQ 1894 3584 2278 3584 \nQ 2916 3584 3314 3078 \nQ 3713 2572 3713 1747 \nQ 3713 922 3314 415 \nQ 2916 -91 2278 -91 \nQ 1894 -91 1617 61 \nQ 1341 213 1159 525 \nL 1159 0 \nL 581 0 \nL 581 4863 \nL 1159 4863 \nL 1159 2969 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-2d\" d=\"M 313 2009 \nL 1997 2009 \nL 1997 1497 \nL 313 1497 \nL 313 2009 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-79\" d=\"M 2059 -325 \nQ 1816 -950 1584 -1140 \nQ 1353 -1331 966 -1331 \nL 506 -1331 \nL 506 -850 \nL 844 -850 \nQ 1081 -850 1212 -737 \nQ 1344 -625 1503 -206 \nL 1606 56 \nL 191 3500 \nL 800 3500 \nL 1894 763 \nL 2988 3500 \nL 3597 3500 \nL 2059 -325 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-53\" d=\"M 3425 4513 \nL 3425 3897 \nQ 3066 4069 2747 4153 \nQ 2428 4238 2131 4238 \nQ 1616 4238 1336 4038 \nQ 1056 3838 1056 3469 \nQ 1056 3159 1242 3001 \nQ 1428 2844 1947 2747 \nL 2328 2669 \nQ 3034 2534 3370 2195 \nQ 3706 1856 3706 1288 \nQ 3706 609 3251 259 \nQ 2797 -91 1919 -91 \nQ 1588 -91 1214 -16 \nQ 841 59 441 206 \nL 441 856 \nQ 825 641 1194 531 \nQ 1563 422 1919 422 \nQ 2459 422 2753 634 \nQ 3047 847 3047 1241 \nQ 3047 1584 2836 1778 \nQ 2625 1972 2144 2069 \nL 1759 2144 \nQ 1053 2284 737 2584 \nQ 422 2884 422 3419 \nQ 422 4038 858 4394 \nQ 1294 4750 2059 4750 \nQ 2388 4750 2728 4690 \nQ 3069 4631 3425 4513 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-52\" d=\"M 2841 2188 \nQ 3044 2119 3236 1894 \nQ 3428 1669 3622 1275 \nL 4263 0 \nL 3584 0 \nL 2988 1197 \nQ 2756 1666 2539 1819 \nQ 2322 1972 1947 1972 \nL 1259 1972 \nL 1259 0 \nL 628 0 \nL 628 4666 \nL 2053 4666 \nQ 2853 4666 3247 4331 \nQ 3641 3997 3641 3322 \nQ 3641 2881 3436 2590 \nQ 3231 2300 2841 2188 \nz\nM 1259 4147 \nL 1259 2491 \nL 2053 2491 \nQ 2509 2491 2742 2702 \nQ 2975 2913 2975 3322 \nQ 2975 3731 2742 3939 \nQ 2509 4147 2053 4147 \nL 1259 4147 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-77\" d=\"M 269 3500 \nL 844 3500 \nL 1563 769 \nL 2278 3500 \nL 2956 3500 \nL 3675 769 \nL 4391 3500 \nL 4966 3500 \nL 4050 0 \nL 3372 0 \nL 2619 2869 \nL 1863 0 \nL 1184 0 \nL 269 3500 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-41\" d=\"M 2188 4044 \nL 1331 1722 \nL 3047 1722 \nL 2188 4044 \nz\nM 1831 4666 \nL 2547 4666 \nL 4325 0 \nL 3669 0 \nL 3244 1197 \nL 1141 1197 \nL 716 0 \nL 50 0 \nL 1831 4666 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-4f\" d=\"M 2522 4238 \nQ 1834 4238 1429 3725 \nQ 1025 3213 1025 2328 \nQ 1025 1447 1429 934 \nQ 1834 422 2522 422 \nQ 3209 422 3611 934 \nQ 4013 1447 4013 2328 \nQ 4013 3213 3611 3725 \nQ 3209 4238 2522 4238 \nz\nM 2522 4750 \nQ 3503 4750 4090 4092 \nQ 4678 3434 4678 2328 \nQ 4678 1225 4090 567 \nQ 3503 -91 2522 -91 \nQ 1538 -91 948 565 \nQ 359 1222 359 2328 \nQ 359 3434 948 4092 \nQ 1538 4750 2522 4750 \nz\n\" transform=\"scale(0.015625)\"/>\n <path id=\"DejaVuSans-44\" d=\"M 1259 4147 \nL 1259 519 \nL 2022 519 \nQ 2988 519 3436 956 \nQ 3884 1394 3884 2338 \nQ 3884 3275 3436 3711 \nQ 2988 4147 2022 4147 \nL 1259 4147 \nz\nM 628 4666 \nL 1925 4666 \nQ 3281 4666 3915 4102 \nQ 4550 3538 4550 2338 \nQ 4550 1131 3912 565 \nQ 3275 0 1925 0 \nL 628 0 \nL 628 4666 \nz\n\" transform=\"scale(0.015625)\"/>\n </defs>\n <use xlink:href=\"#DejaVuSans-47\"/>\n <use xlink:href=\"#DejaVuSans-72\" x=\"77.490234\"/>\n <use xlink:href=\"#DejaVuSans-61\" x=\"118.603516\"/>\n <use xlink:href=\"#DejaVuSans-70\" x=\"179.882812\"/>\n <use xlink:href=\"#DejaVuSans-68\" x=\"243.359375\"/>\n <use xlink:href=\"#DejaVuSans-20\" x=\"306.738281\"/>\n <use xlink:href=\"#DejaVuSans-63\" x=\"338.525391\"/>\n <use xlink:href=\"#DejaVuSans-72\" x=\"393.505859\"/>\n <use xlink:href=\"#DejaVuSans-65\" x=\"432.369141\"/>\n <use xlink:href=\"#DejaVuSans-61\" x=\"493.892578\"/>\n <use xlink:href=\"#DejaVuSans-74\" x=\"555.171875\"/>\n <use xlink:href=\"#DejaVuSans-65\" x=\"594.380859\"/>\n <use xlink:href=\"#DejaVuSans-64\" x=\"655.904297\"/>\n <use xlink:href=\"#DejaVuSans-20\" x=\"719.380859\"/>\n <use xlink:href=\"#DejaVuSans-75\" x=\"751.167969\"/>\n <use xlink:href=\"#DejaVuSans-73\" x=\"814.546875\"/>\n <use xlink:href=\"#DejaVuSans-69\" x=\"866.646484\"/>\n <use xlink:href=\"#DejaVuSans-6e\" x=\"894.429688\"/>\n <use xlink:href=\"#DejaVuSans-67\" x=\"957.808594\"/>\n <use xlink:href=\"#DejaVuSans-20\" x=\"1021.285156\"/>\n <use xlink:href=\"#DejaVuSans-6d\" x=\"1053.072266\"/>\n <use xlink:href=\"#DejaVuSans-61\" x=\"1150.484375\"/>\n <use xlink:href=\"#DejaVuSans-74\" x=\"1211.763672\"/>\n <use xlink:href=\"#DejaVuSans-70\" x=\"1250.972656\"/>\n <use xlink:href=\"#DejaVuSans-6c\" x=\"1314.449219\"/>\n <use xlink:href=\"#DejaVuSans-6f\" x=\"1342.232422\"/>\n <use xlink:href=\"#DejaVuSans-74\" x=\"1403.414062\"/>\n <use xlink:href=\"#DejaVuSans-6c\" x=\"1442.623047\"/>\n <use xlink:href=\"#DejaVuSans-69\" x=\"1470.40625\"/>\n <use xlink:href=\"#DejaVuSans-62\" x=\"1498.189453\"/>\n <use xlink:href=\"#DejaVuSans-20\" x=\"1561.666016\"/>\n <use xlink:href=\"#DejaVuSans-2d\" x=\"1593.453125\"/>\n <use xlink:href=\"#DejaVuSans-20\" x=\"1629.537109\"/>\n <use xlink:href=\"#DejaVuSans-64\" x=\"1661.324219\"/>\n <use xlink:href=\"#DejaVuSans-69\" x=\"1724.800781\"/>\n <use xlink:href=\"#DejaVuSans-73\" x=\"1752.583984\"/>\n <use xlink:href=\"#DejaVuSans-70\" x=\"1804.683594\"/>\n <use xlink:href=\"#DejaVuSans-6c\" x=\"1868.160156\"/>\n <use xlink:href=\"#DejaVuSans-61\" x=\"1895.943359\"/>\n <use xlink:href=\"#DejaVuSans-79\" x=\"1957.222656\"/>\n <use xlink:href=\"#DejaVuSans-65\" x=\"2016.402344\"/>\n <use xlink:href=\"#DejaVuSans-64\" x=\"2077.925781\"/>\n <use xlink:href=\"#DejaVuSans-20\" x=\"2141.402344\"/>\n <use xlink:href=\"#DejaVuSans-69\" x=\"2173.189453\"/>\n <use xlink:href=\"#DejaVuSans-6e\" x=\"2200.972656\"/>\n <use xlink:href=\"#DejaVuSans-20\" x=\"2264.351562\"/>\n <use xlink:href=\"#DejaVuSans-53\" x=\"2296.138672\"/>\n <use xlink:href=\"#DejaVuSans-74\" x=\"2359.615234\"/>\n <use xlink:href=\"#DejaVuSans-75\" x=\"2398.824219\"/>\n <use xlink:href=\"#DejaVuSans-64\" x=\"2462.203125\"/>\n <use xlink:href=\"#DejaVuSans-69\" x=\"2525.679688\"/>\n <use xlink:href=\"#DejaVuSans-6f\" x=\"2553.462891\"/>\n <use xlink:href=\"#DejaVuSans-20\" x=\"2614.644531\"/>\n <use xlink:href=\"#DejaVuSans-52\" x=\"2646.431641\"/>\n <use xlink:href=\"#DejaVuSans-65\" x=\"2711.414062\"/>\n <use xlink:href=\"#DejaVuSans-73\" x=\"2772.9375\"/>\n <use xlink:href=\"#DejaVuSans-75\" x=\"2825.037109\"/>\n <use xlink:href=\"#DejaVuSans-6c\" x=\"2888.416016\"/>\n <use xlink:href=\"#DejaVuSans-74\" x=\"2916.199219\"/>\n <use xlink:href=\"#DejaVuSans-73\" x=\"2955.408203\"/>\n <use xlink:href=\"#DejaVuSans-20\" x=\"3007.507812\"/>\n <use xlink:href=\"#DejaVuSans-77\" x=\"3039.294922\"/>\n <use xlink:href=\"#DejaVuSans-69\" x=\"3121.082031\"/>\n <use xlink:href=\"#DejaVuSans-6e\" x=\"3148.865234\"/>\n <use xlink:href=\"#DejaVuSans-64\" x=\"3212.244141\"/>\n <use xlink:href=\"#DejaVuSans-6f\" x=\"3275.720703\"/>\n <use xlink:href=\"#DejaVuSans-77\" x=\"3336.902344\"/>\n <use xlink:href=\"#DejaVuSans-20\" x=\"3418.689453\"/>\n <use xlink:href=\"#DejaVuSans-75\" x=\"3450.476562\"/>\n <use xlink:href=\"#DejaVuSans-73\" x=\"3513.855469\"/>\n <use xlink:href=\"#DejaVuSans-69\" x=\"3565.955078\"/>\n <use xlink:href=\"#DejaVuSans-6e\" x=\"3593.738281\"/>\n <use xlink:href=\"#DejaVuSans-67\" x=\"3657.117188\"/>\n <use xlink:href=\"#DejaVuSans-20\" x=\"3720.59375\"/>\n <use xlink:href=\"#DejaVuSans-53\" x=\"3752.380859\"/>\n <use xlink:href=\"#DejaVuSans-41\" x=\"3817.732422\"/>\n <use xlink:href=\"#DejaVuSans-53\" x=\"3886.140625\"/>\n <use xlink:href=\"#DejaVuSans-20\" x=\"3949.617188\"/>\n <use xlink:href=\"#DejaVuSans-4f\" x=\"3981.404297\"/>\n <use xlink:href=\"#DejaVuSans-44\" x=\"4060.115234\"/>\n <use xlink:href=\"#DejaVuSans-53\" x=\"4137.117188\"/>\n </g>\n </g>\n </g>\n </g>\n <defs>\n <clipPath id=\"p4dc72c7887\">\n <rect x=\"57.6\" y=\"41.472\" width=\"357.12\" height=\"266.112\"/>\n </clipPath>\n </defs>\n</svg>\n</div>\n</div>\n</body>\n</html>\n","mime":"application/vnd.sas.ods.html5"},{"data":"[\n\t{\n\t\t\"line\": \"74 /** LOG_START_INDICATOR **/\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"75 title;footnote;ods _all_ close;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"76 ods graphics on;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"77 ods html5(id=vscode) style=Ignite options(bitmap_mode='inline' svg_mode='inline');\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"NOTE: Writing HTML5(VSCODE) Body file: sashtml3.htm\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"78 %let _SASPROGRAMFILE = %nrquote(%nrstr(Untitled-1.sasnb));\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"4 The SAS System Friday, September 6, 2024 06:53:00 AM\",\n\t\t\"type\": \"title\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"\",\n\t\t\"type\": \"title\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"79 proc python;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"80 submit\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"NOTE: Python initialized.\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"Python 3.10.14 (main, Sep 5 2024, 08:15:03) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux\",\n\t\t\"type\": \"normal\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"Type \\\"help\\\", \\\"copyright\\\", \\\"credits\\\" or \\\"license\\\" for more information.\",\n\t\t\"type\": \"normal\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \">>>\",\n\t\t\"type\": \"normal\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \">>> \",\n\t\t\"type\": \"normal\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"80 ! ;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"81 import matplotlib.pyplot as plt\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"82 import numpy as np\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"83 \",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"84 t = np.arange(0.0, 2.0, 0.01)\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"85 s = 1 + np.sin(2*np.pi*t)\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"86 plt.plot(t, s)\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"87 \",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"88 plt.xlabel('time (s)')\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"89 plt.ylabel('voltage (mV)')\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"90 plt.title('Graph created using matplotlib - displayed in Studio Results window using SAS ODS')\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"91 plt.grid(True)\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"92 #plt.savefig(\\\"/tmp/matplotlib-ex1.png\\\")\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"93 #plt.show()\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"94 # To show in results tab in SAS Studio\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"95 SAS.pyplot(plt);\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"96 endsubmit;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"97 run;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"98 data _null_; declare odsout obj();\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"98 ! obj.image(file:\\\"/opt/sas/viya/config/var/tmp/compsrv/default/4c398d88-dd1e-4efc-b5f4-1172c120a61e/SAS_work5878000001C4_sas-comp\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"98 ! ute-server-ba87bf7f-2870-4320-b9da-ea6779426b49-238/matplot.svg\\\");run;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"NOTE: DATA statement used (Total process time):\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \" real time 0.03 seconds\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \" cpu time 0.02 seconds\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \" \",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"99 data _null_;\\n rc=filename('_delplot',\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"99 ! '/opt/sas/viya/config/var/tmp/compsrv/default/4c398d88-dd1e-4efc-b5f4-1172c120a61e/SAS_work5878000001C4_sas-compute-server-ba87\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"99 ! bf7f-2870-4320-b9da-ea6779426b49-238/matplot.svg');\\n if rc = 0 and fexist('_delplot') then do;\\n rc = fdelete('_delplot');\\n\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"99 ! end;\\nrun;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"NOTE: DATA statement used (Total process time):\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \" real time 0.00 seconds\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \" cpu time 0.01 seconds\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \" \",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \">>>\",\n\t\t\"type\": \"normal\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \">>> \",\n\t\t\"type\": \"normal\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"NOTE: PROCEDURE PYTHON used (Total process time):\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \" real time 6.17 seconds\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \" cpu time 0.90 seconds\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \" \",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"100 ;*';*\\\";*/;run;quit;ods html5(id=vscode) close;\",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"101 \",\n\t\t\"type\": \"source\",\n\t\t\"version\": 1\n\t},\n\t{\n\t\t\"line\": \"\",\n\t\t\"type\": \"note\",\n\t\t\"version\": 1\n\t}\n]","mime":"application/vnd.sas.compute.log.lines"}]}]}]