{"id":996,"date":"2023-07-28T01:23:17","date_gmt":"2023-07-28T01:23:17","guid":{"rendered":"https:\/\/statorials.org\/ko\/matplotlib-%e1%84%82%e1%85%ae%e1%84%8c%e1%85%a5%e1%86%a8-%e1%84%86%e1%85%a1%e1%86%a8%e1%84%83%e1%85%a2-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/"},"modified":"2023-07-28T01:23:17","modified_gmt":"2023-07-28T01:23:17","slug":"matplotlib-%e1%84%82%e1%85%ae%e1%84%8c%e1%85%a5%e1%86%a8-%e1%84%86%e1%85%a1%e1%86%a8%e1%84%83%e1%85%a2-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/matplotlib-%e1%84%82%e1%85%ae%e1%84%8c%e1%85%a5%e1%86%a8-%e1%84%86%e1%85%a1%e1%86%a8%e1%84%83%e1%85%a2-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/","title":{"rendered":"Matplotlib\uc5d0\uc11c \ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\"><strong>\ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8\ub294<\/strong> \ub9c9\ub300\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub2e4\uc591\ud55c \ubc94\uc8fc\uc758 \ube48\ub3c4\ub97c \ud45c\uc2dc\ud558\ub294 \ucc28\ud2b8 \uc720\ud615\uc785\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><a href=\"https:\/\/matplotlib.org\/stable\/api\/_as_gen\/matplotlib.pyplot.bar.html\" target=\"_blank\" rel=\"noopener noreferrer\">matplotlib.pyplot.bar()<\/a> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec Matplotlib\uc5d0\uc11c \uc774\ub7ec\ud55c \uc720\ud615\uc758 \ucc28\ud2b8\ub97c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc774 \uae30\ub2a5\uc744 \uc2e4\uc81c\ub85c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\uae30\ubcf8 \ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8 \ub9cc\ub4e4\uae30<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 \ub204\uc801 \ub9c9\ub300\ud615 \ucc28\ud2b8\ub97c \ub9cc\ub4e4\uc5b4 \uc11c\ub85c \ub2e4\ub978 4\uac1c \ud310\ub9e4 \ubd84\uae30\uc5d0 \uac78\uccd0 \ub450 \uc81c\ud488\uc758 \ucd1d \ud310\ub9e4\ub7c9\uc744 \ud45c\uc2dc\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #107d3f;\">import<\/span> numpy <span style=\"color: #107d3f;\">as<\/span> np\n<span style=\"color: #107d3f;\">import<\/span> matplotlib.pyplot <span style=\"color: #107d3f;\">as<\/span> plt\n\n<span style=\"color: #008080;\">#createdata<\/span>\nquarter = ['Q1', 'Q2', 'Q3', 'Q4']\nproduct_A = [14, 17, 12, 9]\nproduct_B = [7, 15, 24, 18]\n\n<span style=\"color: #008080;\">#define chart parameters\n<\/span>N = 4 \nbarWidth = .5\nxloc = np. <span style=\"color: #3366ff;\">orange<\/span> (N)\n\n<span style=\"color: #008080;\">#display stacked bar chart\n<\/span>p1 = plt. <span style=\"color: #3366ff;\">bar<\/span> (xloc, product_A, width=barWidth)\np2 = plt. <span style=\"color: #3366ff;\">bar<\/span> (xloc, product_B, bottom=product_A, width=barWidth)\nplt. <span style=\"color: #3366ff;\">show<\/span> ()\n<\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-10353 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/stackedbar1.png\" alt=\"Matplotlib\uc758 \ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8\" width=\"381\" height=\"258\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\uc81c\ubaa9, \ub77c\ubca8, \ucea1\uc158 \ucd94\uac00<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\ucc28\ud2b8\ub97c \ub354 \uc27d\uac8c \uc77d\uc744 \uc218 \uc788\ub3c4\ub85d \uc81c\ubaa9, \ub808\uc774\ube14, \ub208\uae08 \ud45c\uc2dc \ubc0f \ubc94\ub840\ub97c \ucd94\uac00\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #107d3f;\">import<\/span> numpy <span style=\"color: #107d3f;\">as<\/span> np\n<span style=\"color: #107d3f;\">import<\/span> matplotlib.pyplot <span style=\"color: #107d3f;\">as<\/span> plt\n\n<span style=\"color: #008080;\">#create data for two teams<\/span>\nquarter = ['Q1', 'Q2', 'Q3', 'Q4']\nproduct_A = [14, 17, 12, 9]\nproduct_B = [7, 15, 24, 18]\n\n<span style=\"color: #008080;\">#define chart parameters\n<\/span>N = 4 \nbarWidth = .5\nxloc = np. <span style=\"color: #3366ff;\">orange<\/span> (N)\n\n<span style=\"color: #008080;\">#create stacked bar chart\n<\/span>p1 = plt. <span style=\"color: #3366ff;\">bar<\/span> (xloc, product_A, width=barWidth)\np2 = plt. <span style=\"color: #3366ff;\">bar<\/span> (xloc, product_B, bottom=product_A, width=barWidth)\n\n<span style=\"color: #008080;\">#add labels, title, tick marks, and legend\n<\/span>plt. <span style=\"color: #3366ff;\">ylabel<\/span> ('Sales')\nplt. <span style=\"color: #3366ff;\">xlabel<\/span> ('Quarter')\nplt. <span style=\"color: #3366ff;\">title<\/span> ('Sales by Product &amp; Quarter')\nplt. <span style=\"color: #3366ff;\">xticks<\/span> (xloc, ('Q1', 'Q2', 'Q3', 'Q4'))\nplt. <span style=\"color: #3366ff;\">yticks<\/span> (np. <span style=\"color: #3366ff;\">arange<\/span> (0, 41, 5))\nplt. <span style=\"color: #3366ff;\">legend<\/span> ((p1[0], p2[0]), ('A', 'B'))\n\n<span style=\"color: #008080;\">#displaychart\n<\/span>plt. <span style=\"color: #3366ff;\">show<\/span> ()<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-10354 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/stackedbar2.png\" alt=\"Matplotlib\uc758 \ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8\" width=\"400\" height=\"285\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\ucc28\ud2b8 \uc0c9\uc0c1 \uc0ac\uc6a9\uc790 \uc815\uc758<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\ub9c8\uc9c0\ub9c9\uc73c\ub85c <strong>plt.bar()<\/strong> \uc758 <strong>colors()<\/strong> \uc778\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ucc28\ud2b8\uc5d0 \uc0ac\uc6a9\ub418\ub294 \uc0c9\uc0c1\uc744 \uc0ac\uc6a9\uc790 \uc815\uc758\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #107d3f;\">import<\/span> numpy <span style=\"color: #107d3f;\">as<\/span> np\n<span style=\"color: #107d3f;\">import<\/span> matplotlib.pyplot <span style=\"color: #107d3f;\">as<\/span> plt\n\n<span style=\"color: #008080;\">#create data for two teams<\/span>\nquarter = ['Q1', 'Q2', 'Q3', 'Q4']\nproduct_A = [14, 17, 12, 9]\nproduct_B = [7, 15, 24, 18]\n\n<span style=\"color: #008080;\">#define chart parameters\n<\/span>N = 4 \nbarWidth = .5\nxloc = np. <span style=\"color: #3366ff;\">orange<\/span> (N)\n\n<span style=\"color: #008080;\">#create stacked bar chart\n<\/span>p1 = plt. <span style=\"color: #3366ff;\">bar<\/span> (xloc, product_A, width=barWidth, color=' <span style=\"color: #008000;\">springgreen<\/span> ')\np2 = plt. <span style=\"color: #3366ff;\">bar<\/span> (xloc, product_B, bottom=product_A, width=barWidth, color=' <span style=\"color: #008000;\">coral<\/span> ')\n\n<span style=\"color: #008080;\">#add labels, title, tick marks, and legend\n<\/span>plt. <span style=\"color: #3366ff;\">ylabel<\/span> ('Sales')\nplt. <span style=\"color: #3366ff;\">xlabel<\/span> ('Quarter')\nplt. <span style=\"color: #3366ff;\">title<\/span> ('Sales by Product &amp; Quarter')\nplt. <span style=\"color: #3366ff;\">xticks<\/span> (xloc, ('Q1', 'Q2', 'Q3', 'Q4'))\nplt. <span style=\"color: #3366ff;\">yticks<\/span> (np. <span style=\"color: #3366ff;\">arange<\/span> (0, 41, 5))\nplt. <span style=\"color: #3366ff;\">legend<\/span> ((p1[0], p2[0]), ('A', 'B'))\n\n<span style=\"color: #008080;\">#displaychart\n<\/span>plt. <span style=\"color: #3366ff;\">show<\/span> ()<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-10355\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/stackedbar3.png\" alt=\"\uc0ac\uc6a9\uc790 \uc815\uc758 \uc0c9\uc0c1\uc774 \ud3ec\ud568\ub41c Matplotlib \ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8\" width=\"410\" height=\"294\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Matplotlib <a href=\"https:\/\/matplotlib.org\/examples\/color\/named_colors.html\" target=\"_blank\" rel=\"noopener noreferrer\">\ubb38\uc11c<\/a> \uc5d0\uc11c \uc0ac\uc6a9 \uac00\ub2a5\ud55c \uc0c9\uc0c1\uc758 \uc804\uccb4 \ubaa9\ub85d\uc744 \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\ucd94\uac00 \ub9ac\uc18c\uc2a4<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 Matplotlib\uc5d0\uc11c \ub2e4\ub978 \uc77c\ubc18\uc801\uc778 \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/ko\/\u1100\u1173\u11af\u1101\u1169\u11af-\u110f\u1173\u1100\u1175-\u1107\u1167\u11ab\u1100\u1167\u11bc-matplotlib\/\" target=\"_blank\" rel=\"noopener noreferrer\">Matplotlib \ud50c\ub86f\uc5d0\uc11c \uae00\uaf34 \ud06c\uae30\ub97c \ubcc0\uacbd\ud558\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/matplotlib\u1102\u1173\u11ab-\u110c\u1175\u11ab\u1103\u1173\u1100\u1175\u1105\u1173\u11af-\u110c\u1166\u1100\u1165\u1112\u1161\u11b8\u1102\u1175\u1103\u1161\/\" target=\"_blank\" rel=\"noopener noreferrer\">Matplotlib \ud50c\ub86f\uc5d0\uc11c \uc9c4\ub4dc\uae30\ub97c \uc81c\uac70\ud558\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/matplotlib-\u1103\u1175\u1109\u1173\u1111\u1173\u11af\u1105\u1166\u110b\u1175-\u1100\u1173\u1105\u1175\u1103\u1173\/\" target=\"_blank\" rel=\"noopener noreferrer\">Matplotlib \ud50c\ub86f\uc5d0 \ub208\uae08\uc120\uc744 \ud45c\uc2dc\ud558\ub294 \ubc29\ubc95<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8\ub294 \ub9c9\ub300\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub2e4\uc591\ud55c \ubc94\uc8fc\uc758 \ube48\ub3c4\ub97c \ud45c\uc2dc\ud558\ub294 \ucc28\ud2b8 \uc720\ud615\uc785\ub2c8\ub2e4. matplotlib.pyplot.bar() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec Matplotlib\uc5d0\uc11c \uc774\ub7ec\ud55c \uc720\ud615\uc758 \ucc28\ud2b8\ub97c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc774 \uae30\ub2a5\uc744 \uc2e4\uc81c\ub85c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. \uae30\ubcf8 \ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8 \ub9cc\ub4e4\uae30 \ub2e4\uc74c \ucf54\ub4dc\ub294 \ub204\uc801 \ub9c9\ub300\ud615 \ucc28\ud2b8\ub97c \ub9cc\ub4e4\uc5b4 \uc11c\ub85c \ub2e4\ub978 4\uac1c \ud310\ub9e4 \ubd84\uae30\uc5d0 \uac78\uccd0 \ub450 \uc81c\ud488\uc758 \ucd1d \ud310\ub9e4\ub7c9\uc744 \ud45c\uc2dc\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. import numpy [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[],"class_list":["post-996","post","type-post","status-publish","format-standard","hentry","category-20"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Matplotlib\uc5d0\uc11c \ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - Statorials<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 Matplotlib\uc5d0\uc11c \ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/ko\/matplotlib-\u1102\u116e\u110c\u1165\u11a8-\u1106\u1161\u11a8\u1103\u1162-\u110e\u1161\u1110\u1173\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Matplotlib\uc5d0\uc11c \ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - Statorials\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 Matplotlib\uc5d0\uc11c \ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/matplotlib-\u1102\u116e\u110c\u1165\u11a8-\u1106\u1161\u11a8\u1103\u1162-\u110e\u1161\u1110\u1173\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-28T01:23:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/stackedbar1.png\" \/>\n<meta name=\"author\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/ko\/matplotlib-%e1%84%82%e1%85%ae%e1%84%8c%e1%85%a5%e1%86%a8-%e1%84%86%e1%85%a1%e1%86%a8%e1%84%83%e1%85%a2-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/\",\"url\":\"https:\/\/statorials.org\/ko\/matplotlib-%e1%84%82%e1%85%ae%e1%84%8c%e1%85%a5%e1%86%a8-%e1%84%86%e1%85%a1%e1%86%a8%e1%84%83%e1%85%a2-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/\",\"name\":\"Matplotlib\uc5d0\uc11c \ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-28T01:23:17+00:00\",\"dateModified\":\"2023-07-28T01:23:17+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 Matplotlib\uc5d0\uc11c \ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/matplotlib-%e1%84%82%e1%85%ae%e1%84%8c%e1%85%a5%e1%86%a8-%e1%84%86%e1%85%a1%e1%86%a8%e1%84%83%e1%85%a2-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/matplotlib-%e1%84%82%e1%85%ae%e1%84%8c%e1%85%a5%e1%86%a8-%e1%84%86%e1%85%a1%e1%86%a8%e1%84%83%e1%85%a2-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/matplotlib-%e1%84%82%e1%85%ae%e1%84%8c%e1%85%a5%e1%86%a8-%e1%84%86%e1%85%a1%e1%86%a8%e1%84%83%e1%85%a2-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Matplotlib\uc5d0\uc11c \ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/ko\/#website\",\"url\":\"https:\/\/statorials.org\/ko\/\",\"name\":\"Statorials\",\"description\":\"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/ko\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\",\"name\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\"},\"description\":\"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30\",\"sameAs\":[\"https:\/\/statorials.org\/ko\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Matplotlib\uc5d0\uc11c \ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - Statorials","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 Matplotlib\uc5d0\uc11c \ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/statorials.org\/ko\/matplotlib-\u1102\u116e\u110c\u1165\u11a8-\u1106\u1161\u11a8\u1103\u1162-\u110e\u1161\u1110\u1173\/","og_locale":"ko_KR","og_type":"article","og_title":"Matplotlib\uc5d0\uc11c \ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - Statorials","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 Matplotlib\uc5d0\uc11c \ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/matplotlib-\u1102\u116e\u110c\u1165\u11a8-\u1106\u1161\u11a8\u1103\u1162-\u110e\u1161\u1110\u1173\/","og_site_name":"Statorials","article_published_time":"2023-07-28T01:23:17+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/stackedbar1.png"}],"author":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","Est. reading time":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ko\/matplotlib-%e1%84%82%e1%85%ae%e1%84%8c%e1%85%a5%e1%86%a8-%e1%84%86%e1%85%a1%e1%86%a8%e1%84%83%e1%85%a2-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/","url":"https:\/\/statorials.org\/ko\/matplotlib-%e1%84%82%e1%85%ae%e1%84%8c%e1%85%a5%e1%86%a8-%e1%84%86%e1%85%a1%e1%86%a8%e1%84%83%e1%85%a2-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/","name":"Matplotlib\uc5d0\uc11c \ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568) - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-28T01:23:17+00:00","dateModified":"2023-07-28T01:23:17+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 Matplotlib\uc5d0\uc11c \ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/matplotlib-%e1%84%82%e1%85%ae%e1%84%8c%e1%85%a5%e1%86%a8-%e1%84%86%e1%85%a1%e1%86%a8%e1%84%83%e1%85%a2-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/matplotlib-%e1%84%82%e1%85%ae%e1%84%8c%e1%85%a5%e1%86%a8-%e1%84%86%e1%85%a1%e1%86%a8%e1%84%83%e1%85%a2-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/matplotlib-%e1%84%82%e1%85%ae%e1%84%8c%e1%85%a5%e1%86%a8-%e1%84%86%e1%85%a1%e1%86%a8%e1%84%83%e1%85%a2-%e1%84%8e%e1%85%a1%e1%84%90%e1%85%b3\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"Matplotlib\uc5d0\uc11c \ub204\uc801 \ub9c9\ub300 \ucc28\ud2b8\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95(\uc608\uc81c \ud3ec\ud568)"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/ko\/#website","url":"https:\/\/statorials.org\/ko\/","name":"Statorials","description":"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/ko\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4","name":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8"},"description":"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30","sameAs":["https:\/\/statorials.org\/ko"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/996","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/comments?post=996"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/996\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=996"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=996"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=996"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}