{"id":4461,"date":"2024-10-20T17:48:18","date_gmt":"2024-10-20T08:48:18","guid":{"rendered":"https:\/\/yorozu.cloudfree.jp\/wordpress\/?p=4461"},"modified":"2024-11-30T14:57:02","modified_gmt":"2024-11-30T05:57:02","slug":"matplotlib","status":"publish","type":"post","link":"https:\/\/yorozu.cloudfree.jp\/wordpress\/?p=4461","title":{"rendered":"Matplotlib"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\"><strong>\uff11\uff0e\u7279\u5fb4<\/strong><\/h4>\n\n\n\n<p>\u3000Python\u306e\u30b0\u30e9\u30d5\u63cf\u753b\u306e\u305f\u3081\u306e\u30e9\u30a4\u30d6\u30e9\u30ea<br>\u3000\u3000\u3000\u30b0\u30e9\u30d5\u306e\u63cf\u753b\u3084\u30c7\u30fc\u30bf\u306e\u53ef\u8996\u5316\u304c\u7c21\u5358\u306b\u884c\u3048\u308b<br>\u3000\u3000\u3000\u3000\u3000\u6298\u308c\u7dda\u30b0\u30e9\u30d5\u3001\u30d2\u30b9\u30c8\u30b0\u30e9\u30e0\u3001\u6563\u5e03\u56f3\u7b49\u3005<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>\uff12\uff0e\u6298\u308c\u7dda\u30b0\u30e9\u30d5<\/strong><\/h4>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-python\" data-lang=\"Python\"><code>x = [1,2,3]\ny = [2,4,6]\nplt.plot(x, y)<\/code><\/pre><\/div>\n\n\n\n<p>\u3000\u8aac\u660e <br><code>\u3000\u3000\u3000plot<\/code>\u306e\u7b2c1\u5f15\u6570\u304cX\u8ef8\u3001\u7b2c2\u5f15\u6570\u304cY\u8ef8<br>\u3000\u3000\u3000\u7dda\u306e\u8272(<code>color=''<\/code>)\u3084\u30de\u30fc\u30ab\u30fc\u306e\u7a2e\u985e(<code>marker=''<\/code>)\u3001\u30a4\u30f3\u30c7\u30c3\u30af\u30b9(<code>index=''<\/code>)<br>\u3000\u3000\u3000\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u81ea\u52d5\u3067\u4fdd\u7ba1\u3055\u308c\u308b<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>\uff13\uff0e\u6563\u5e03\u56f3<\/strong><\/h4>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-python\" data-lang=\"Python\"><code>x = [1,2,3]\ny = [2,4,6]\nplt.scatter(x, y)<\/code><\/pre><\/div>\n\n\n\n<p>\u3000\u8aac\u660e<br>\u3000\u3000\u3000<code>scatter<\/code>\u306e\u7b2c1\u5f15\u6570\u304cX\u8ef8\u3001\u7b2c2\u5f15\u6570\u304cY\u8ef8<br>\u3000\u3000\u3000\u7dda\u306e\u8272(<code>color=''<\/code>)\u3084\u30de\u30fc\u30ab\u30fc\u306e\u7a2e\u985e(<code>marker=''<\/code>)\u3001\u30a4\u30f3\u30c7\u30c3\u30af\u30b9(<code>index=''<\/code>)<br>\u3000\u3000\u3000\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u81ea\u52d5\u3067\u4fdd\u7ba1\u3055\u308c\u308b<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>\uff14\uff0e\u68d2\u30b0\u30e9\u30d5<\/strong><\/h4>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-python\" data-lang=\"Python\"><code>left = [1, 2, 3]\nheight = [100, 200, 300]\nplt.bar(left, height)<\/code><\/pre><\/div>\n\n\n\n<p>\u3000\u8aac\u660e<br>\u3000\u3000\u3000<code>bar<\/code>\u306e\u7b2c1\u5f15\u6570\u304c\u68d2\u30b0\u30e9\u30d5\u306e\u5de6\u304b\u3089\u306e\u9806\u5e8f\u3001\u7b2c2\u5f15\u6570\u304c\u30b0\u30e9\u30d5\u306e\u9ad8\u3055<br>\u3000\u3000\u3000\u68d2\u306e\u8272(<code>color=''<\/code>)\u3084\u592a\u3055(<code>width=''<\/code>)\u3001\u5404\u68d2\u4e0b\u306e\u30e9\u30d9\u30eb(<code>index='tick_label'<\/code>)<br>\u3000\u3000\u3000\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u81ea\u52d5\u3067\u4fdd\u7ba1\u3055\u308c\u308b<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>\uff15\uff0e\u30b0\u30e9\u30d5\u306e\u8907\u6570\u914d\u7f6e<\/strong><\/h4>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-python\" data-lang=\"Python\"><code>plt.figure(figsize=(6,4))\n \n# \u5de6\u4e0a\nplt.subplot(2,2,1)\nplt.plot(x1, y1)\n \n# \u53f3\u4e0a\nplt.subplot(2,2,2)\nplt.plot(x2, y2)\n \n# \u5de6\u4e0b\nplt.subplot(2,2,3)\nplt.plot(x3, y3)\n \n# \u53f3\u4e0b\nplt.subplot(2,2,4)\nplt.plot(x4, y4)\n \nplt.show()<\/code><\/pre><\/div>\n\n\n\n<p><a href=\"https:\/\/qiita.com\/kakiuchis\/items\/798c00f54c9151ab2e8b#%E3%82%B0%E3%83%A9%E3%83%95%E3%82%BF%E3%82%A4%E3%83%88%E3%83%AB%E3%81%AE%E8%BF%BD%E5%8A%A0\"><\/a>\u3000\u8aac\u660e<br>\u3000\u3000\u3000<code>plt.figure(figsize=(\u3007,\u3007))<\/code>\u3067\u30b0\u30e9\u30d5\u9818\u57df\u5168\u4f53\u306e\u5927\u304d\u3055\u3092\u6c7a\u3081\u308b<br>\u3000\u3000\u3000<code>plt.subplot(\u30b0\u30e9\u30d5\u306e\u7e26\u4e26\u3073\u6570,\u30b0\u30e9\u30d5\u306e\u6a2a\u4e26\u3073\u6570,\u305d\u306e\u4e2d\u3067\u4f55\u756a\u76ee)<\/code>\u3092\u6307\u5b9a<br>\u3000\u3000\u3000<code>plt.plot(x, y)<\/code>\u3067\u30b0\u30e9\u30d5\u3092\u30d7\u30ed\u30c3\u30c8\u3059\u308b<br>\u3000\u3000\u3000\u3000\u3000<code>scatter<\/code>\u3067\u3082<code>bar<\/code>\u3067\u3082\u53ef<br>\u3000\u3000\u3000<code>plt.show()<\/code>\u3067\u7d42\u4e86<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u30fbPython\u3067\u30c7\u30fc\u30bf\u306e\u8996\u899a\u5316\u3092\u884c\u3046\u30e9\u30a4\u30d6\u30e9\u30ea<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[54],"tags":[24],"class_list":["post-4461","post","type-post","status-publish","format-standard","hentry","category-99_","tag-24"],"_links":{"self":[{"href":"https:\/\/yorozu.cloudfree.jp\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/4461","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yorozu.cloudfree.jp\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yorozu.cloudfree.jp\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yorozu.cloudfree.jp\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/yorozu.cloudfree.jp\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4461"}],"version-history":[{"count":8,"href":"https:\/\/yorozu.cloudfree.jp\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/4461\/revisions"}],"predecessor-version":[{"id":4895,"href":"https:\/\/yorozu.cloudfree.jp\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/4461\/revisions\/4895"}],"wp:attachment":[{"href":"https:\/\/yorozu.cloudfree.jp\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4461"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yorozu.cloudfree.jp\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4461"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yorozu.cloudfree.jp\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4461"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}