{"id":1190,"date":"2023-07-27T08:27:48","date_gmt":"2023-07-27T08:27:48","guid":{"rendered":"https:\/\/statorials.org\/ko\/%e1%84%8c%e1%85%a9%e1%86%bc%e1%84%92%e1%85%ac%e1%86%bc%e1%84%87%e1%85%b5-matplotlib\/"},"modified":"2023-07-27T08:27:48","modified_gmt":"2023-07-27T08:27:48","slug":"%e1%84%8c%e1%85%a9%e1%86%bc%e1%84%92%e1%85%ac%e1%86%bc%e1%84%87%e1%85%b5-matplotlib","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/%e1%84%8c%e1%85%a9%e1%86%bc%e1%84%92%e1%85%ac%e1%86%bc%e1%84%87%e1%85%b5-matplotlib\/","title":{"rendered":"Matplotlib\uc5d0\uc11c \uc885\ud6a1\ube44\ub97c \uc124\uc815\ud558\ub294 \ubc29\ubc95"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">matplotlib \ud50c\ub86f\uc758 <strong>\uc885\ud6a1\ube44\ub294<\/strong> \ucd95 \uc2a4\ucf00\uc77c\ub9c1\uc758 \uce21\uba74, \uc989 x \ub2e8\uc704\uc5d0 \ub300\ud55c y \ub2e8\uc704\uc758 \ube44\uc728\uc744 \ub098\ud0c0\ub0c5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ube44\uc728\uc740 <a href=\"https:\/\/matplotlib.org\/stable\/api\/_as_gen\/matplotlib.axes.Axes.set_aspect.html\" target=\"_blank\" rel=\"noopener noreferrer\">matplotlib.axes.Axes.set_aspect()<\/a> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc218\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub0b4\ubd80\uc801\uc73c\ub85c <strong>set_aspect()<\/strong> \ud568\uc218\ub294 \uc2e4\uc81c\ub85c <strong>\ub370\uc774\ud130 \uc88c\ud45c\uacc4\ub97c<\/strong> \ubcc0\uacbd\ud558\uc9c0\ub9cc \uc2e4\uc81c\ub85c\ub294 \uc77c\ubc18\uc801\uc73c\ub85c <strong>\ub514\uc2a4\ud50c\ub808\uc774 \uc88c\ud45c\uacc4\ub97c<\/strong> \ubcc0\uacbd\ud558\ub824\uace0 \ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ubcc0\ud658\uc744 \uc6a9\uc774\ud558\uac8c \ud558\uae30 \uc704\ud574 \ub2e4\uc74c \ucf54\ub4dc\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#define y-unit to x-unit ratio<\/span>\nratio = 1.0\n\n<span style=\"color: #008080;\">#get x and y limits\n<\/span>x_left, x_right = ax. <span style=\"color: #3366ff;\">get_xlim<\/span> ()\ny_low, y_high = ax. <span style=\"color: #3366ff;\">get_ylim<\/span> ()\n\n<span style=\"color: #008080;\">#set aspect ratio<\/span>\nax. <span style=\"color: #3366ff;\">set_aspect<\/span> ( <span style=\"color: #3366ff;\">abs<\/span> ((x_right-x_left)\/(y_low-y_high))*ratio)\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc2e4\uc81c\ub85c \uc774 \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud558\ub294 \uc608\ub97c \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>1\ub2e8\uacc4: \uae30\ubcf8 Matplotlib \ud50c\ub86f \uc0dd\uc131<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\uba3c\uc800 Matplotlib\uc744 \uc0ac\uc6a9\ud558\uc5ec \uac04\ub2e8\ud55c \uaebe\uc740\uc120\ud615 \ucc28\ud2b8\ub97c \ub9cc\ub4e4\uc5b4 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">import<\/span> matplotlib.pyplot <span style=\"color: #008000;\">as<\/span> plt\n\n<span style=\"color: #008080;\">#define matplotlib figure and axis\n<\/span>fig, ax = plt. <span style=\"color: #3366ff;\">subplots<\/span> ()\n\n<span style=\"color: #008080;\">#create simple line plot\n<\/span>ax. <span style=\"color: #3366ff;\">plot<\/span> ([0, 10],[0, 20])\n\n<span style=\"color: #008080;\">#displayplot\n<\/span>plt. <span style=\"color: #3366ff;\">show<\/span> ()\n<\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-11841 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/aspectratio1.png\" alt=\"\" width=\"387\" height=\"250\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h2> <span style=\"color: #000000;\"><strong>2\ub2e8\uacc4: \uac00\ub85c \uc138\ub85c \ube44\uc728 \uc124\uc815(\uc798\ubabb\ub41c \ubc29\ubc95)<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">x\ucd95\uc774 y\ucd95\ubcf4\ub2e4 \uae38\ub2e4\ub294 \uc810\uc5d0 \uc720\uc758\ud558\uc138\uc694. \uc885\ud6a1\ube44\ub97c 1\ub85c \uc124\uc815\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc989, x\ucd95\uacfc y\ucd95\uc774 \ub3d9\uc77c\ud574\uc57c \ud569\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">import<\/span> matplotlib.pyplot <span style=\"color: #008000;\">as<\/span> plt\n\n<span style=\"color: #008080;\">#define matplotlib figure and axis\n<\/span>fig, ax = plt. <span style=\"color: #3366ff;\">subplots<\/span> ()\n\n<span style=\"color: #008080;\">#create simple line plot\n<\/span>ax. <span style=\"color: #3366ff;\">plot<\/span> ([0, 10],[0, 20])\n\n<span style=\"color: #008080;\">#attempt to set aspect ratio to 1\n<\/span>ax. <span style=\"color: #3366ff;\">set_aspect<\/span> (1)\n\n<span style=\"color: #008080;\">#displayplot\n<\/span>plt. <span style=\"color: #3366ff;\">show<\/span> ()<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-11842 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/aspectratio2.png\" alt=\"\" width=\"174\" height=\"276\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc774\ub294 \uc608\uc0c1\ub300\ub85c \uc791\ub3d9\ud558\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. y\ucd95\uc774 x\ucd95\ubcf4\ub2e4 \ud6e8\uc52c \uae41\ub2c8\ub2e4.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>3\ub2e8\uacc4: \ud654\uba74\ube44 \uc124\uc815(\uc62c\ubc14\ub978 \ubc29\ubc95)<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 \uac04\ub2e8\ud55c \uacc4\uc0b0\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc62c\ubc14\ub978 \uc885\ud6a1\ube44\ub97c \uc124\uc815\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: #008000;\">import<\/span> matplotlib.pyplot <span style=\"color: #008000;\">as<\/span> plt\n\n<span style=\"color: #008080;\">#define matplotlib figure and axis\n<\/span>fig, ax = plt. <span style=\"color: #3366ff;\">subplots<\/span> ()\n\n<span style=\"color: #008080;\">#create simple line plot\n<\/span>ax. <span style=\"color: #3366ff;\">plot<\/span> ([0, 10],[0, 20])\n\n<span style=\"color: #008080;\">#set aspect ratio to 1\n<\/span>ratio = 1.0\nx_left, x_right = ax. <span style=\"color: #3366ff;\">get_xlim<\/span> ()\ny_low, y_high = ax. <span style=\"color: #3366ff;\">get_ylim<\/span> ()\nax. <span style=\"color: #3366ff;\">set_aspect<\/span> ( <span style=\"color: #3366ff;\">abs<\/span> ((x_right-x_left)\/(y_low-y_high))*ratio)\n\n<span style=\"color: #008080;\">#displayplot\n<\/span>plt. <span style=\"color: #3366ff;\">show<\/span> ()<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-11843 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/rapport-daspect3.png\" alt=\"\ud50c\ub86f \ube44\uc728 \uc124\uc815 matplotlib\" width=\"295\" height=\"273\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ud50c\ub86f\uc740 \uc6b0\ub9ac\uac00 \uc608\uc0c1\ud588\ub358 \uc885\ud6a1\ube44\ub97c \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4. x\ucd95\uacfc y\ucd95\uc758 \uae38\uc774\uac00 \uac19\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>4\ub2e8\uacc4: \uc6d0\ud558\ub294 \ub300\ub85c \ud654\uba74 \ube44\uc728\uc744 \uc870\uc815\ud558\uc138\uc694.<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">y\ucd95\uc774 x\ucd95\ubcf4\ub2e4 \uae38\uae30\ub97c \uc6d0\ud55c\ub2e4\uba74 \uac00\ub85c\uc138\ub85c \ube44\uc728\uc744 1\ubcf4\ub2e4 \ud070 \uc22b\uc790\ub85c \uc9c0\uc815\ud558\uba74 \ub429\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">import<\/span> matplotlib.pyplot <span style=\"color: #008000;\">as<\/span> plt\n\n<span style=\"color: #008080;\">#define matplotlib figure and axis\n<\/span>fig, ax = plt. <span style=\"color: #3366ff;\">subplots<\/span> ()\n\n<span style=\"color: #008080;\">#create simple line plot\n<\/span>ax. <span style=\"color: #3366ff;\">plot<\/span> ([0, 10],[0, 20])\n\n<span style=\"color: #008080;\">#set aspect ratio to 3\n<\/span>ratio = 3\nx_left, x_right = ax. <span style=\"color: #3366ff;\">get_xlim<\/span> ()\ny_low, y_high = ax. <span style=\"color: #3366ff;\">get_ylim<\/span> ()\nax. <span style=\"color: #3366ff;\">set_aspect<\/span> ( <span style=\"color: #3366ff;\">abs<\/span> ((x_right-x_left)\/(y_low-y_high))*ratio)\n\n<span style=\"color: #008080;\">#displayplot\n<\/span>plt. <span style=\"color: #3366ff;\">show<\/span> ()<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-11844 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/aspectratio4.png\" alt=\"matplotlib \uc774\ubbf8\uc9c0 \ud615\uc2dd\" width=\"141\" height=\"277\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uadf8\ub9ac\uace0 y\ucd95\uc744 x\ucd95\ubcf4\ub2e4 \uc9e7\uac8c \ud558\ub824\uba74 \uc885\ud6a1\ube44\ub97c 1\ubcf4\ub2e4 \uc791\uc740 \uc22b\uc790\ub85c \uc9c0\uc815\ud558\uba74 \ub429\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">import<\/span> matplotlib.pyplot <span style=\"color: #008000;\">as<\/span> plt\n\n<span style=\"color: #008080;\">#define matplotlib figure and axis\n<\/span>fig, ax = plt. <span style=\"color: #3366ff;\">subplots<\/span> ()\n\n<span style=\"color: #008080;\">#create simple line plot\n<\/span>ax. <span style=\"color: #3366ff;\">plot<\/span> ([0, 10],[0, 20])\n\n<span style=\"color: #008080;\">#set aspect ratio to .3\n<\/span>ratio = .3\nx_left, x_right = ax. <span style=\"color: #3366ff;\">get_xlim<\/span> ()\ny_low, y_high = ax. <span style=\"color: #3366ff;\">get_ylim<\/span> ()\nax. <span style=\"color: #3366ff;\">set_aspect<\/span> ( <span style=\"color: #3366ff;\">abs<\/span> ((x_right-x_left)\/(y_low-y_high))*ratio)\n\n<span style=\"color: #008080;\">#displayplot\n<\/span>plt. <span style=\"color: #3366ff;\">show<\/span> ()<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-11845 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/rapport-daspect5.png\" alt=\"Matplotlib x\ucd95 \uc885\ud6a1\ube44\uac00 y\ucd95\ubcf4\ub2e4 \uae38\ub2e4\" width=\"402\" height=\"142\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\"><em><a href=\"https:\/\/statorials.org\/ko\/\u1110\u1169\u11bc\u1100\u1168\u1112\u1161\u11a8\u110b\u1173\u11ab-\u1100\u1161\u11ab\u1103\u1161\u11ab\u1112\u1161\u1100\u1169-\u110c\u1175\u11a8\u110c\u1165\u11b8\u110c\u1165\u11a8\u110b\u1175\u11ab-\u1107\u1161\u11bc\u1107\u1165\u11b8\u110b\u1173\u1105\u1169-\u1100\u1162\u1102\u1167\u11b7\u110b\u1173\u11af-\u1109\u1165\u11af\u1106\u1167\u11bc\u1112\u1161\u1106\u1173\u1105\u1169-\u1110\u1169\u11bc\u1100\u1168\u1105\u1173\u11af-\u1103\u1165-\u1109\u1171\u11b8\u1100\u1166-\u1107\u1162\u110b\u116e\u11af-\u1109\u116e-\u110b\u1175\u11bb\u1109\u1173\u11b8\u1102\u1175\u1103\u1161.\/\" target=\"_blank\" rel=\"noopener noreferrer\">\uc5ec\uae30\uc5d0\uc11c<\/a> \ub354 \ub9ce\uc740 Matplotlib \ud29c\ud1a0\ub9ac\uc5bc\uc744 \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/em><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>matplotlib \ud50c\ub86f\uc758 \uc885\ud6a1\ube44\ub294 \ucd95 \uc2a4\ucf00\uc77c\ub9c1\uc758 \uce21\uba74, \uc989 x \ub2e8\uc704\uc5d0 \ub300\ud55c y \ub2e8\uc704\uc758 \ube44\uc728\uc744 \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc774 \ube44\uc728\uc740 matplotlib.axes.Axes.set_aspect() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc218\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub0b4\ubd80\uc801\uc73c\ub85c set_aspect() \ud568\uc218\ub294 \uc2e4\uc81c\ub85c \ub370\uc774\ud130 \uc88c\ud45c\uacc4\ub97c \ubcc0\uacbd\ud558\uc9c0\ub9cc \uc2e4\uc81c\ub85c\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \ub514\uc2a4\ud50c\ub808\uc774 \uc88c\ud45c\uacc4\ub97c \ubcc0\uacbd\ud558\ub824\uace0 \ud569\ub2c8\ub2e4. \uc774 \ubcc0\ud658\uc744 \uc6a9\uc774\ud558\uac8c \ud558\uae30 \uc704\ud574 \ub2e4\uc74c \ucf54\ub4dc\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. #define y-unit to x-unit ratio ratio = 1.0 #get x [&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-1190","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 \uc885\ud6a1\ube44\ub97c \uc124\uc815\ud558\ub294 \ubc29\ubc95 - 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 \ube44\uc728\uc744 \uc124\uc815\ud558\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\/\u110c\u1169\u11bc\u1112\u116c\u11bc\u1107\u1175-matplotlib\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Matplotlib\uc5d0\uc11c \uc885\ud6a1\ube44\ub97c \uc124\uc815\ud558\ub294 \ubc29\ubc95 - 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 \ube44\uc728\uc744 \uc124\uc815\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/\u110c\u1169\u11bc\u1112\u116c\u11bc\u1107\u1175-matplotlib\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-27T08:27:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/aspectratio1.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\/%e1%84%8c%e1%85%a9%e1%86%bc%e1%84%92%e1%85%ac%e1%86%bc%e1%84%87%e1%85%b5-matplotlib\/\",\"url\":\"https:\/\/statorials.org\/ko\/%e1%84%8c%e1%85%a9%e1%86%bc%e1%84%92%e1%85%ac%e1%86%bc%e1%84%87%e1%85%b5-matplotlib\/\",\"name\":\"Matplotlib\uc5d0\uc11c \uc885\ud6a1\ube44\ub97c \uc124\uc815\ud558\ub294 \ubc29\ubc95 - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-27T08:27:48+00:00\",\"dateModified\":\"2023-07-27T08:27:48+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 \ube44\uc728\uc744 \uc124\uc815\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%8c%e1%85%a9%e1%86%bc%e1%84%92%e1%85%ac%e1%86%bc%e1%84%87%e1%85%b5-matplotlib\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/%e1%84%8c%e1%85%a9%e1%86%bc%e1%84%92%e1%85%ac%e1%86%bc%e1%84%87%e1%85%b5-matplotlib\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%8c%e1%85%a9%e1%86%bc%e1%84%92%e1%85%ac%e1%86%bc%e1%84%87%e1%85%b5-matplotlib\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Matplotlib\uc5d0\uc11c \uc885\ud6a1\ube44\ub97c \uc124\uc815\ud558\ub294 \ubc29\ubc95\"}]},{\"@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 \uc885\ud6a1\ube44\ub97c \uc124\uc815\ud558\ub294 \ubc29\ubc95 - Statorials","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 Matplotlib\uc5d0\uc11c \ube44\uc728\uc744 \uc124\uc815\ud558\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\/\u110c\u1169\u11bc\u1112\u116c\u11bc\u1107\u1175-matplotlib\/","og_locale":"ko_KR","og_type":"article","og_title":"Matplotlib\uc5d0\uc11c \uc885\ud6a1\ube44\ub97c \uc124\uc815\ud558\ub294 \ubc29\ubc95 - Statorials","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\ub97c \ud1b5\ud574 Matplotlib\uc5d0\uc11c \ube44\uc728\uc744 \uc124\uc815\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/\u110c\u1169\u11bc\u1112\u116c\u11bc\u1107\u1175-matplotlib\/","og_site_name":"Statorials","article_published_time":"2023-07-27T08:27:48+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/aspectratio1.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\/%e1%84%8c%e1%85%a9%e1%86%bc%e1%84%92%e1%85%ac%e1%86%bc%e1%84%87%e1%85%b5-matplotlib\/","url":"https:\/\/statorials.org\/ko\/%e1%84%8c%e1%85%a9%e1%86%bc%e1%84%92%e1%85%ac%e1%86%bc%e1%84%87%e1%85%b5-matplotlib\/","name":"Matplotlib\uc5d0\uc11c \uc885\ud6a1\ube44\ub97c \uc124\uc815\ud558\ub294 \ubc29\ubc95 - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-27T08:27:48+00:00","dateModified":"2023-07-27T08:27:48+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 \ube44\uc728\uc744 \uc124\uc815\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/%e1%84%8c%e1%85%a9%e1%86%bc%e1%84%92%e1%85%ac%e1%86%bc%e1%84%87%e1%85%b5-matplotlib\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/%e1%84%8c%e1%85%a9%e1%86%bc%e1%84%92%e1%85%ac%e1%86%bc%e1%84%87%e1%85%b5-matplotlib\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/%e1%84%8c%e1%85%a9%e1%86%bc%e1%84%92%e1%85%ac%e1%86%bc%e1%84%87%e1%85%b5-matplotlib\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"Matplotlib\uc5d0\uc11c \uc885\ud6a1\ube44\ub97c \uc124\uc815\ud558\ub294 \ubc29\ubc95"}]},{"@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\/1190","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=1190"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/1190\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=1190"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=1190"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=1190"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}