기본 콘텐츠로 건너뛰기

라벨이 blog인 게시물 표시

[matplotlib]quiver()함수

블로그 설정

latex 수식 입력  테마 --> html --> <head> ~ </head> 사이에 다음 코드 붙여넣기  <script src='http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' type='text/javascript'> </script> <script type='text/x-mathjax-config'> MathJax.Hub.Config({   tex2jax: {inlineMath: [[&#39;$&#39;,&#39;$&#39;], [&#39;\\(&#39;,&#39;\\)&#39;]]} }); </script> 폰트 바꾸기  테마 --> 맞춤설정 --> 고급 --> CSS 추가 --> *{ font-family: SeoulHangangM, 서울한강체!important}; 테이블 그리기 구글 블로거에 표 (table) 그리기 글쓰기를 HTML부분에서 작성  예 코드 <table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse; width: 384px;">   <colgroup><col style="width: 54pt;" width="72"></col>   <col style="mso-width-alt: 9984; mso-width-source: userset; width: 234pt;" width="312">...