{"id":1214,"date":"2023-07-27T06:29:39","date_gmt":"2023-07-27T06:29:39","guid":{"rendered":"https:\/\/statorials.org\/ar\/%d8%ac%d8%af%d9%88%d9%84-%d9%85%d8%a7%d8%aa%d8%a8%d9%84%d9%88%d8%aa%d9%84%d9%8a%d8%a8\/"},"modified":"2023-07-27T06:29:39","modified_gmt":"2023-07-27T06:29:39","slug":"%d8%ac%d8%af%d9%88%d9%84-%d9%85%d8%a7%d8%aa%d8%a8%d9%84%d9%88%d8%aa%d9%84%d9%8a%d8%a8","status":"publish","type":"post","link":"https:\/\/statorials.org\/ar\/%d8%ac%d8%af%d9%88%d9%84-%d9%85%d8%a7%d8%aa%d8%a8%d9%84%d9%88%d8%aa%d9%84%d9%8a%d8%a8\/","title":{"rendered":"\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u062c\u062f\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 matplotlib"},"content":{"rendered":"<p><\/p>\n<hr>\n<p style=\";text-align:right;direction:rtl\"><span style=\"color: #000000;\">\u064a\u0645\u0643\u0646\u0643 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0625\u062d\u062f\u0649 \u0627\u0644\u0637\u0631\u064a\u0642\u062a\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u062a\u064a\u0646 \u0644\u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062c\u062f\u0627\u0648\u0644 \u0641\u064a Python \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Matplotlib:<\/span><\/p>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\"><strong>\u0627\u0644\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u0623\u0648\u0644\u0649: \u0625\u0646\u0634\u0627\u0621 \u062c\u062f\u0648\u0644 \u0645\u0646 \u0645\u0644\u0641 pandas DataFrame<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create pandas DataFrame\n<\/span>df = pd.DataFrame(np. <span style=\"color: #3366ff;\">random<\/span> . <span style=\"color: #3366ff;\">randn<\/span> (20, 2), columns=[' <span style=\"color: #008000;\">First<\/span> ', ' <span style=\"color: #008000;\">Second<\/span> '])\n\n<span style=\"color: #008080;\">#create table\n<\/span>table = ax. <span style=\"color: #3366ff;\">table<\/span> (cellText=df. <span style=\"color: #3366ff;\">values<\/span> , colLabels=df. <span style=\"color: #3366ff;\">columns<\/span> , loc=' <span style=\"color: #008000;\">center<\/span> ')\n<\/strong><\/pre>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\"><strong>\u0627\u0644\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u062b\u0627\u0646\u064a\u0629: \u0625\u0646\u0634\u0627\u0621 \u0635\u0641\u064a\u0641 \u0645\u0646 \u0627\u0644\u0642\u064a\u0645 \u0627\u0644\u0645\u062e\u0635\u0635\u0629<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create values for table\n<\/span>table_data=[\n    [\"Player 1\", 30],\n    [\"Player 2\", 20],\n    [\"Player 3\", 33],\n    [\"Player 4\", 25],\n    [\"Player 5\", 12]\n]\n\n<span style=\"color: #008080;\">#create table\n<\/span>table = ax. <span style=\"color: #3366ff;\">table<\/span> (cellText=table_data, loc=' <span style=\"color: #008000;\">center<\/span> ')<\/strong><\/pre>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u064a\u0642\u062f\u0645 \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a \u0623\u0645\u062b\u0644\u0629 \u0639\u0644\u0649 \u0643\u064a\u0641\u064a\u0629 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0623\u0633\u0627\u0644\u064a\u0628 \u0641\u064a \u0627\u0644\u0645\u0645\u0627\u0631\u0633\u0629 \u0627\u0644\u0639\u0645\u0644\u064a\u0629.<\/span><\/p>\n<h3 style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\"><strong>\u0627\u0644\u0645\u062b\u0627\u0644 1: \u0625\u0646\u0634\u0627\u0621 \u062c\u062f\u0648\u0644 \u0645\u0646 \u0645\u0644\u0641 pandas DataFrame<\/strong><\/span><\/h3>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u064a\u0648\u0636\u062d \u0627\u0644\u0643\u0648\u062f \u0627\u0644\u062a\u0627\u0644\u064a \u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u062c\u062f\u0648\u0644 \u0641\u064a Matplotlib \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0642\u064a\u0645 pandas DataFrame:<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">import<\/span> numpy <span style=\"color: #008000;\">as<\/span> np\n<span style=\"color: #008000;\">import<\/span> pandas <span style=\"color: #008000;\">as<\/span> pd\n<span style=\"color: #008000;\">import<\/span> matplotlib.pyplot <span style=\"color: #008000;\">as<\/span> plt\n\n<span style=\"color: #008080;\">#make this example reproducible\n<\/span>n.p. <span style=\"color: #3366ff;\">random<\/span> . <span style=\"color: #3366ff;\">seeds<\/span> (0)\n\n<span style=\"color: #008080;\">#define figure and axes\n<\/span>fig, ax = plt. <span style=\"color: #3366ff;\">subplots<\/span> ()\n\n<span style=\"color: #008080;\">#hide the axes\n<\/span>fig.patch. <span style=\"color: #3366ff;\">set_visible<\/span> (False)\nax.axis(' <span style=\"color: #008000;\">off<\/span> ')\nax.axis(' <span style=\"color: #008000;\">tight<\/span> ')\n\n<span style=\"color: #008080;\">#createdata\n<\/span>df = pd.DataFrame(np. <span style=\"color: #3366ff;\">random<\/span> . <span style=\"color: #3366ff;\">randn<\/span> (20, 2), columns=[' <span style=\"color: #008000;\">First<\/span> ', ' <span style=\"color: #008000;\">Second<\/span> '])\n\n<span style=\"color: #008080;\">#create table\n<\/span>table = ax. <span style=\"color: #3366ff;\">table<\/span> (cellText=df.values, colLabels=df.columns, loc=' <span style=\"color: #008000;\">center<\/span> ')\n\n<span style=\"color: #008080;\">#display table\n<\/span>fig. <span style=\"color: #3366ff;\">tight_layout<\/span> ()\nplt. <span style=\"color: #3366ff;\">show<\/span> ()<\/strong> <\/pre>\n<p style=\";text-align:right;direction:rtl\"><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-12030 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/tableau-1.png\" alt=\"\u062c\u062f\u0648\u0644 \u0645\u0627\u062a\u0628\u0644\u0648\u062a\u0644\u064a\u0628\" width=\"393\" height=\"301\" srcset=\"\" sizes=\"\"><\/p>\n<h3 style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\"><strong>\u0627\u0644\u0645\u062b\u0627\u0644 2: \u0625\u0646\u0634\u0627\u0621 \u062c\u062f\u0648\u0644 \u0645\u0646 \u0627\u0644\u0642\u064a\u0645 \u0627\u0644\u0645\u062e\u0635\u0635\u0629<\/strong><\/span><\/h3>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u064a\u0648\u0636\u062d \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u062c\u062f\u0648\u0644 \u0641\u064a Matplotlib \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0642\u064a\u0645 \u0645\u062e\u0635\u0635\u0629:<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">import<\/span> numpy <span style=\"color: #008000;\">as<\/span> np\n<span style=\"color: #008000;\">import<\/span> pandas <span style=\"color: #008000;\">as<\/span> pd\n<span style=\"color: #008000;\">import<\/span> matplotlib.pyplot <span style=\"color: #008000;\">as<\/span> plt \n\n<span style=\"color: #008080;\">#define figure and axes\n<\/span>fig, ax = plt. <span style=\"color: #3366ff;\">subplots<\/span> ()\n\n<span style=\"color: #008080;\">#create values for table\n<span style=\"color: #000000;\">table_data=[\n    [\"Player 1\", 30],\n    [\"Player 2\", 20],\n    [\"Player 3\", 33],\n    [\"Player 4\", 25],\n    [\"Player 5\", 12]\n]\n\n<span style=\"color: #008080;\">#create table\n<\/span>table = ax. <span style=\"color: #3366ff;\">table<\/span> (cellText=table_data, loc=' <span style=\"color: #008000;\">center<\/span> ')\n\n<span style=\"color: #008080;\">#modify table\n<\/span>table. <span style=\"color: #3366ff;\">set_fontsize<\/span> (14)\ntable. <span style=\"color: #3366ff;\">scale<\/span> (1.4)\nax. <span style=\"color: #3366ff;\">axis<\/span> (' <span style=\"color: #008000;\">off<\/span> ')\n\n<span style=\"color: #008080;\">#displaytable\n<\/span>plt. <span style=\"color: #3366ff;\">show<\/span> ()<\/span><\/span><\/strong> <\/pre>\n<p style=\";text-align:right;direction:rtl\"><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-12031 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/tableau-2.png\" alt=\"\u062c\u062f\u0648\u0644 matplotlib \u0628\u0642\u064a\u0645 \u0645\u062e\u0635\u0635\u0629\" width=\"340\" height=\"248\" srcset=\"\" sizes=\"\"><\/p>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u0644\u0627\u062d\u0638 \u0623\u0646 <strong>table.scale(width, length)<\/strong> \u064a\u0639\u062f\u0644 \u0639\u0631\u0636 \u0648\u0637\u0648\u0644 \u0627\u0644\u062c\u062f\u0648\u0644. \u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644\u060c \u064a\u0645\u0643\u0646\u0646\u0627 \u062c\u0639\u0644 \u0627\u0644\u062c\u062f\u0648\u0644 \u0623\u0637\u0648\u0644 \u0639\u0646 \u0637\u0631\u064a\u0642 \u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0637\u0648\u0644:<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\"><span style=\"color: #000000;\">table. <span style=\"color: #3366ff;\">scale<\/span> (1.10)\n<\/span><\/span><\/strong><\/pre>\n<p style=\";text-align:right;direction:rtl\"><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-12032 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/tableau-3.png\" alt=\"\u0627\u0644\u062c\u062f\u0648\u0644 \u0641\u064a \u0645\u0627\u062a\u0628\u0644\u0648\u062a\u0644\u064a\u0628\" width=\"343\" height=\"611\" srcset=\"\" sizes=\"\"><\/p>\n<h3 style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\"><strong>\u0645\u0635\u0627\u062f\u0631 \u0625\u0636\u0627\u0641\u064a\u0629<\/strong><\/span><\/h3>\n<p style=\";text-align:right;direction:rtl\"> <a href=\"https:\/\/statorials.org\/ar\/\u0645\u0627\u062a\u0628\u0644\u0648\u062a\u0644\u064a\u0628-\u0627\u0655\u0636\u0627\u0641\u0629-\u0646\u0635\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u0643\u064a\u0641\u064a\u0629 \u0625\u0636\u0627\u0641\u0629 \u0646\u0635 \u0625\u0644\u0649 \u0645\u0624\u0627\u0645\u0631\u0627\u062a Matplotlib<\/a><br \/> <a href=\"https:\/\/statorials.org\/ar\/\u0646\u0633\u0628\u0629-\u0627\u0644\u0639\u0631\u0636-\u0627\u0655\u0644\u0649-\u0627\u0644\u0627\u0631\u062a\u0641\u0627\u0639-matplotlib\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u0643\u064a\u0641\u064a\u0629 \u0636\u0628\u0637 \u0646\u0633\u0628\u0629 \u0627\u0644\u0639\u0631\u0636 \u0625\u0644\u0649 \u0627\u0644\u0627\u0631\u062a\u0641\u0627\u0639 \u0641\u064a Matplotlib<\/a><br \/> <a href=\"https:\/\/statorials.org\/ar\/\u062d\u062c\u0645-\u0627\u0644\u062e\u0637-\u0627\u0644\u0627\u0654\u0633\u0637\u0648\u0631\u0629-matplotlib\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u0643\u064a\u0641\u064a\u0629 \u062a\u063a\u064a\u064a\u0631 \u062d\u062c\u0645 \u0627\u0644\u062e\u0637 \u0627\u0644\u0623\u0633\u0637\u0648\u0631\u064a \u0641\u064a Matplotlib<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u064a\u0645\u0643\u0646\u0643 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0625\u062d\u062f\u0649 \u0627\u0644\u0637\u0631\u064a\u0642\u062a\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u062a\u064a\u0646 \u0644\u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062c\u062f\u0627\u0648\u0644 \u0641\u064a Python \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Matplotlib: \u0627\u0644\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u0623\u0648\u0644\u0649: \u0625\u0646\u0634\u0627\u0621 \u062c\u062f\u0648\u0644 \u0645\u0646 \u0645\u0644\u0641 pandas DataFrame #create pandas DataFrame df = pd.DataFrame(np. random . randn (20, 2), columns=[&#8216; First &#8216;, &#8216; Second &#8216;]) #create table table = ax. table (cellText=df. values , colLabels=df. columns , loc=&#8217; center &#8216;) \u0627\u0644\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u062b\u0627\u0646\u064a\u0629: \u0625\u0646\u0634\u0627\u0621 \u0635\u0641\u064a\u0641 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u062c\u062f\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Matplotlib - \u0639\u0644\u0645 \u0627\u0644\u0625\u062d\u0635\u0627\u0621<\/title>\n<meta name=\"description\" content=\"\u064a\u0634\u0631\u062d \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a \u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062c\u062f\u0627\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Matplotlib\u060c \u0645\u0639 \u0639\u062f\u0629 \u0623\u0645\u062b\u0644\u0629.\" \/>\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\/ar\/\u062c\u062f\u0648\u0644-\u0645\u0627\u062a\u0628\u0644\u0648\u062a\u0644\u064a\u0628\/\" \/>\n<meta property=\"og:locale\" content=\"az_AZ\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u062c\u062f\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Matplotlib - \u0639\u0644\u0645 \u0627\u0644\u0625\u062d\u0635\u0627\u0621\" \/>\n<meta property=\"og:description\" content=\"\u064a\u0634\u0631\u062d \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a \u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062c\u062f\u0627\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Matplotlib\u060c \u0645\u0639 \u0639\u062f\u0629 \u0623\u0645\u062b\u0644\u0629.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ar\/\u062c\u062f\u0648\u0644-\u0645\u0627\u062a\u0628\u0644\u0648\u062a\u0644\u064a\u0628\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-27T06:29:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/tableau-1.png\" \/>\n<meta name=\"author\" content=\"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/ar\/%d8%ac%d8%af%d9%88%d9%84-%d9%85%d8%a7%d8%aa%d8%a8%d9%84%d9%88%d8%aa%d9%84%d9%8a%d8%a8\/\",\"url\":\"https:\/\/statorials.org\/ar\/%d8%ac%d8%af%d9%88%d9%84-%d9%85%d8%a7%d8%aa%d8%a8%d9%84%d9%88%d8%aa%d9%84%d9%8a%d8%a8\/\",\"name\":\"\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u062c\u062f\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Matplotlib - \u0639\u0644\u0645 \u0627\u0644\u0625\u062d\u0635\u0627\u0621\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ar\/#website\"},\"datePublished\":\"2023-07-27T06:29:39+00:00\",\"dateModified\":\"2023-07-27T06:29:39+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ar\/#\/schema\/person\/a0a26e65f97483429b863aae1a11e3b3\"},\"description\":\"\u064a\u0634\u0631\u062d \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a \u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062c\u062f\u0627\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Matplotlib\u060c \u0645\u0639 \u0639\u062f\u0629 \u0623\u0645\u062b\u0644\u0629.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ar\/%d8%ac%d8%af%d9%88%d9%84-%d9%85%d8%a7%d8%aa%d8%a8%d9%84%d9%88%d8%aa%d9%84%d9%8a%d8%a8\/#breadcrumb\"},\"inLanguage\":\"azb\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ar\/%d8%ac%d8%af%d9%88%d9%84-%d9%85%d8%a7%d8%aa%d8%a8%d9%84%d9%88%d8%aa%d9%84%d9%8a%d8%a8\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ar\/%d8%ac%d8%af%d9%88%d9%84-%d9%85%d8%a7%d8%aa%d8%a8%d9%84%d9%88%d8%aa%d9%84%d9%8a%d8%a8\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0628\u064a\u062a\",\"item\":\"https:\/\/statorials.org\/ar\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u062c\u062f\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 matplotlib\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/ar\/#website\",\"url\":\"https:\/\/statorials.org\/ar\/\",\"name\":\"Statorials\",\"description\":\"\u062f\u0644\u064a\u0644\u0643 \u0644\u0645\u062d\u0648 \u0627\u0644\u0623\u0645\u064a\u0629 \u0627\u0644\u0625\u062d\u0635\u0627\u0626\u064a\u0629!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/ar\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"azb\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/ar\/#\/schema\/person\/a0a26e65f97483429b863aae1a11e3b3\",\"name\":\"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"azb\",\"@id\":\"https:\/\/statorials.org\/ar\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/ar\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/ar\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646\"},\"description\":\"\u0645\u0631\u062d\u0628\u064b\u0627\u060c \u0623\u0646\u0627 \u0628\u0646\u062c\u0627\u0645\u064a\u0646\u060c \u0623\u0633\u062a\u0627\u0630 \u0627\u0644\u0625\u062d\u0635\u0627\u0621 \u0627\u0644\u0645\u062a\u0642\u0627\u0639\u062f \u0627\u0644\u0630\u064a \u062a\u062d\u0648\u0644 \u0625\u0644\u0649 \u0645\u062f\u0631\u0633 \u0645\u062a\u062e\u0635\u0635 \u0641\u064a Statorials. \u0628\u0641\u0636\u0644 \u062e\u0628\u0631\u062a\u064a \u0627\u0644\u0648\u0627\u0633\u0639\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u0627\u0644\u0625\u062d\u0635\u0627\u0621\u060c \u0641\u0623\u0646\u0627 \u062d\u0631\u064a\u0635 \u0639\u0644\u0649 \u0645\u0634\u0627\u0631\u0643\u0629 \u0645\u0639\u0631\u0641\u062a\u064a \u0644\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0637\u0644\u0627\u0628 \u0645\u0646 \u062e\u0644\u0627\u0644 Statorials. \u062a\u0639\u0631\u0641 \u0623\u0643\u062b\u0631\",\"sameAs\":[\"https:\/\/statorials.org\/ar\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u062c\u062f\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Matplotlib - \u0639\u0644\u0645 \u0627\u0644\u0625\u062d\u0635\u0627\u0621","description":"\u064a\u0634\u0631\u062d \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a \u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062c\u062f\u0627\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Matplotlib\u060c \u0645\u0639 \u0639\u062f\u0629 \u0623\u0645\u062b\u0644\u0629.","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\/ar\/\u062c\u062f\u0648\u0644-\u0645\u0627\u062a\u0628\u0644\u0648\u062a\u0644\u064a\u0628\/","og_locale":"az_AZ","og_type":"article","og_title":"\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u062c\u062f\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Matplotlib - \u0639\u0644\u0645 \u0627\u0644\u0625\u062d\u0635\u0627\u0621","og_description":"\u064a\u0634\u0631\u062d \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a \u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062c\u062f\u0627\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Matplotlib\u060c \u0645\u0639 \u0639\u062f\u0629 \u0623\u0645\u062b\u0644\u0629.","og_url":"https:\/\/statorials.org\/ar\/\u062c\u062f\u0648\u0644-\u0645\u0627\u062a\u0628\u0644\u0648\u062a\u0644\u064a\u0628\/","og_site_name":"Statorials","article_published_time":"2023-07-27T06:29:39+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/tableau-1.png"}],"author":"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ar\/%d8%ac%d8%af%d9%88%d9%84-%d9%85%d8%a7%d8%aa%d8%a8%d9%84%d9%88%d8%aa%d9%84%d9%8a%d8%a8\/","url":"https:\/\/statorials.org\/ar\/%d8%ac%d8%af%d9%88%d9%84-%d9%85%d8%a7%d8%aa%d8%a8%d9%84%d9%88%d8%aa%d9%84%d9%8a%d8%a8\/","name":"\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u062c\u062f\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Matplotlib - \u0639\u0644\u0645 \u0627\u0644\u0625\u062d\u0635\u0627\u0621","isPartOf":{"@id":"https:\/\/statorials.org\/ar\/#website"},"datePublished":"2023-07-27T06:29:39+00:00","dateModified":"2023-07-27T06:29:39+00:00","author":{"@id":"https:\/\/statorials.org\/ar\/#\/schema\/person\/a0a26e65f97483429b863aae1a11e3b3"},"description":"\u064a\u0634\u0631\u062d \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a \u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062c\u062f\u0627\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Matplotlib\u060c \u0645\u0639 \u0639\u062f\u0629 \u0623\u0645\u062b\u0644\u0629.","breadcrumb":{"@id":"https:\/\/statorials.org\/ar\/%d8%ac%d8%af%d9%88%d9%84-%d9%85%d8%a7%d8%aa%d8%a8%d9%84%d9%88%d8%aa%d9%84%d9%8a%d8%a8\/#breadcrumb"},"inLanguage":"azb","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ar\/%d8%ac%d8%af%d9%88%d9%84-%d9%85%d8%a7%d8%aa%d8%a8%d9%84%d9%88%d8%aa%d9%84%d9%8a%d8%a8\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ar\/%d8%ac%d8%af%d9%88%d9%84-%d9%85%d8%a7%d8%aa%d8%a8%d9%84%d9%88%d8%aa%d9%84%d9%8a%d8%a8\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0628\u064a\u062a","item":"https:\/\/statorials.org\/ar\/"},{"@type":"ListItem","position":2,"name":"\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u062c\u062f\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 matplotlib"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/ar\/#website","url":"https:\/\/statorials.org\/ar\/","name":"Statorials","description":"\u062f\u0644\u064a\u0644\u0643 \u0644\u0645\u062d\u0648 \u0627\u0644\u0623\u0645\u064a\u0629 \u0627\u0644\u0625\u062d\u0635\u0627\u0626\u064a\u0629!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/ar\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"azb"},{"@type":"Person","@id":"https:\/\/statorials.org\/ar\/#\/schema\/person\/a0a26e65f97483429b863aae1a11e3b3","name":"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646","image":{"@type":"ImageObject","inLanguage":"azb","@id":"https:\/\/statorials.org\/ar\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/ar\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/ar\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"\u062f\u0643\u062a\u0648\u0631 \u0628\u0646\u064a\u0627\u0645\u064a\u0646 \u0623\u0646\u062f\u0631\u0633\u0648\u0646"},"description":"\u0645\u0631\u062d\u0628\u064b\u0627\u060c \u0623\u0646\u0627 \u0628\u0646\u062c\u0627\u0645\u064a\u0646\u060c \u0623\u0633\u062a\u0627\u0630 \u0627\u0644\u0625\u062d\u0635\u0627\u0621 \u0627\u0644\u0645\u062a\u0642\u0627\u0639\u062f \u0627\u0644\u0630\u064a \u062a\u062d\u0648\u0644 \u0625\u0644\u0649 \u0645\u062f\u0631\u0633 \u0645\u062a\u062e\u0635\u0635 \u0641\u064a Statorials. \u0628\u0641\u0636\u0644 \u062e\u0628\u0631\u062a\u064a \u0627\u0644\u0648\u0627\u0633\u0639\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u0627\u0644\u0625\u062d\u0635\u0627\u0621\u060c \u0641\u0623\u0646\u0627 \u062d\u0631\u064a\u0635 \u0639\u0644\u0649 \u0645\u0634\u0627\u0631\u0643\u0629 \u0645\u0639\u0631\u0641\u062a\u064a \u0644\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0637\u0644\u0627\u0628 \u0645\u0646 \u062e\u0644\u0627\u0644 Statorials. \u062a\u0639\u0631\u0641 \u0623\u0643\u062b\u0631","sameAs":["https:\/\/statorials.org\/ar"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/posts\/1214"}],"collection":[{"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/comments?post=1214"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/posts\/1214\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/media?parent=1214"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/categories?post=1214"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/tags?post=1214"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}