공공정책 위키(Public Policy Wiki)에 오신 것을 환영합니다


공공정책 위키 시작하기

하천기본계획: 두 판 사이의 차이

Public Policy Wiki
둘러보기로 이동 검색으로 이동
(새 문서: <nowiki><div id="tester" style="width:100%;height:250px;"></div></nowiki> <nowiki><script> TESTER = document.getElementById('tester'); Plotly.plot( TESTER, [{ x: [1, 2, 3, 4, 5], y: [1, 2, 4, 8, 16] }], { margin: { t: 0 } } ); </script></nowiki>)
 
편집 요약 없음
1번째 줄: 1번째 줄:
<nowiki><div id="tester" style="width:100%;height:250px;"></div></nowiki> <nowiki><script>    TESTER = document.getElementById('tester');    Plotly.plot( TESTER, [{      x: [1, 2, 3, 4, 5],      y: [1, 2, 4, 8, 16] }],      { margin: { t: 0 } }    ); </script></nowiki>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
 
<nowiki><div id="tester" style="width:100%;height:250px;"></div></nowiki>  
 
<nowiki><script>    TESTER = document.getElementById('tester');    Plotly.plot( TESTER, [{      x: [1, 2, 3, 4, 5],      y: [1, 2, 4, 8, 16] }],      { margin: { t: 0 } }    ); </nowiki>
 
</script>

2023년 10월 24일 (화) 15:45 판

<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>

<div id="tester" style="width:100%;height:250px;"></div>

<script> TESTER = document.getElementById('tester'); Plotly.plot( TESTER, [{ x: [1, 2, 3, 4, 5], y: [1, 2, 4, 8, 16] }], { margin: { t: 0 } } );

</script>