Python matplotlibを使って学ぶ統計処理 正規分布 新しいページはコチラ
提供: yonewiki
(→アニメーションマーカー) |
(→アニメーションマーカー) |
||
147行: | 147行: | ||
=== アニメーションマーカー === | === アニメーションマーカー === | ||
− | <syntaxhighlight lang=" | + | <syntaxhighlight lang="javascript"> |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | ||
<script> | <script> | ||
161行: | 161行: | ||
}); | }); | ||
</script> | </script> | ||
+ | </syntaxhighlight> | ||
+ | <syntaxhighlight lang="css"> | ||
<style type= "text/css"> | <style type= "text/css"> | ||
.marker-animation.active{ | .marker-animation.active{ |