{"id":2128,"date":"2023-07-23T13:57:35","date_gmt":"2023-07-23T13:57:35","guid":{"rendered":"https:\/\/statorials.org\/ar\/%d8%aa%d8%b8%d9%87%d8%b1-%d8%a7%d9%84%d9%82%d9%8a%d9%85-%d8%a8%d8%a7%d8%b1%d8%a8%d9%84%d9%88%d8%aa-seaborn\/"},"modified":"2023-07-23T13:57:35","modified_gmt":"2023-07-23T13:57:35","slug":"%d8%aa%d8%b8%d9%87%d8%b1-%d8%a7%d9%84%d9%82%d9%8a%d9%85-%d8%a8%d8%a7%d8%b1%d8%a8%d9%84%d9%88%d8%aa-seaborn","status":"publish","type":"post","link":"https:\/\/statorials.org\/ar\/%d8%aa%d8%b8%d9%87%d8%b1-%d8%a7%d9%84%d9%82%d9%8a%d9%85-%d8%a8%d8%a7%d8%b1%d8%a8%d9%84%d9%88%d8%aa-seaborn\/","title":{"rendered":"\u0643\u064a\u0641\u064a\u0629 \u0639\u0631\u0636 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 seaborn barplot (\u0645\u0639 \u0623\u0645\u062b\u0644\u0629)"},"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 \u0627\u0644\u0648\u0638\u064a\u0641\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 \u0645\u062e\u0637\u0637 \u0634\u0631\u064a\u0637\u064a <a href=\"https:\/\/seaborn.pydata.org\/\" target=\"_blank\" rel=\"noopener\">\u0628\u062d\u0631\u064a<\/a> :<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">def<\/span> <span style=\"color: #3366ff;\">show_values<\/span> (axs, orient=\" <span style=\"color: #ff0000;\">v<\/span> \", space=.01):\n    def <span style=\"color: #3366ff;\">_single<\/span> (ax):\n        <span style=\"color: #008000;\">if<\/span> orient == \" <span style=\"color: #ff0000;\">v<\/span> \":\n            <span style=\"color: #008000;\">for<\/span> p <span style=\"color: #008000;\">in<\/span> ax. <span style=\"color: #3366ff;\">patches<\/span> :\n                _x = p. <span style=\"color: #3366ff;\">get_x<\/span> () + p. <span style=\"color: #3366ff;\">get_width<\/span> ()\/2\n                _y = p. <span style=\"color: #3366ff;\">get_y<\/span> () + p. <span style=\"color: #3366ff;\">get_height<\/span> () + ( <span style=\"color: #3366ff;\">p.get_height<\/span> ()*0.01)\n                value = ' <span style=\"color: #ff0000;\">{:.1f}<\/span> '. <span style=\"color: #3366ff;\">format<\/span> (e.g. <span style=\"color: #3366ff;\">get_height<\/span> ())\n                ax. <span style=\"color: #3366ff;\">text<\/span> (_x, _y, value, ha=\" <span style=\"color: #ff0000;\">center<\/span> \") \n        <span style=\"color: #008000;\">elif<\/span> orient == \" <span style=\"color: #ff0000;\">h<\/span> \":\n            <span style=\"color: #008000;\">for<\/span> p <span style=\"color: #008000;\">in<\/span> ax. <span style=\"color: #3366ff;\">patches<\/span> :\n                _x = p. <span style=\"color: #3366ff;\">get_x<\/span> () + p. <span style=\"color: #3366ff;\">get_width<\/span> () + float(space)\n                _y = p. <span style=\"color: #3366ff;\">get_y<\/span> () + p. <span style=\"color: #3366ff;\">get_height<\/span> () - (e.g. <span style=\"color: #3366ff;\">get_height<\/span> ()*0.5)\n                value = ' <span style=\"color: #ff0000;\">{:.1f}<\/span> '. <span style=\"color: #3366ff;\">format<\/span> (e.g. <span style=\"color: #3366ff;\">get_width<\/span> ())\n                ax. <span style=\"color: #3366ff;\">text<\/span> (_x, _y, value, ha=\" <span style=\"color: #ff0000;\">left<\/span> \")\n\n    <span style=\"color: #008000;\">if<\/span> isinstance(axs, <span style=\"color: #3366ff;\">np.ndarray<\/span> ):\n        <span style=\"color: #008000;\">for<\/span> idx, ax <span style=\"color: #008000;\">in<\/span> np. <span style=\"color: #3366ff;\">ndenumerate<\/span> (axs):\n            _single(ax)\n    <span style=\"color: #008000;\">else<\/span> :\n        _single(axs)\n<\/strong><\/pre>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u062a\u0639\u0645\u0644 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064a\u0641\u0629 \u0645\u0639 \u0627\u0644\u0645\u062e\u0637\u0637\u0627\u062a \u0627\u0644\u0623\u0641\u0642\u064a\u0629 \u0648\u0627\u0644\u0631\u0623\u0633\u064a\u0629.<\/span><\/p>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u062a\u0648\u0636\u062d \u0627\u0644\u0623\u0645\u062b\u0644\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0643\u064a\u0641\u064a\u0629 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064a\u0641\u0629 \u0639\u0645\u0644\u064a\u064b\u0627 \u0645\u0639 \u0645\u062c\u0645\u0648\u0639\u0629 \u0628\u064a\u0627\u0646\u0627\u062a &#8220;\u0646\u0635\u0627\u0626\u062d&#8221; Seaborn:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\">import<\/span> seaborn <span style=\"color: #008000;\">as<\/span> sns<\/span>\n<span style=\"color: #000000;\"><span style=\"color: #008000;\">import<\/span> pandas <span style=\"color: #008000;\">as<\/span> pd<\/span>\n<span style=\"color: #000000;\"><span style=\"color: #008000;\">import<\/span> numpy <span style=\"color: #008000;\">as<\/span> np<\/span>\n\n<span style=\"color: #008080;\">#load tips dataset<\/span>\n<span style=\"color: #000000;\">data = sns. <span style=\"color: #3366ff;\">load_dataset<\/span> (\u201c <span style=\"color: #ff0000;\">tips<\/span> \u201d)<\/span>\n\n<span style=\"color: #008080;\">#view first five rows<\/span>\n<span style=\"color: #000000;\">data. <span style=\"color: #3366ff;\">head<\/span> ()\n\n\ttotal_bill tip sex smoker day time size\n0 16.99 1.01 Female No Sun Dinner 2\n1 10.34 1.66 Male No Sun Dinner 3\n2 21.01 3.50 Male No Sun Dinner 3\n3 23.68 3.31 Male No Sun Dinner 2\n4 24.59 3.61 Female No Sun Dinner 4<\/span>\n<\/span><\/strong><\/pre>\n<h3 style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\"><strong>\u0645\u062b\u0627\u0644 1: \u0639\u0631\u0636 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 \u0645\u062e\u0637\u0637 \u0634\u0631\u064a\u0637\u064a \u0639\u0645\u0648\u062f\u064a<\/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 \u0639\u0631\u0636 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 \u0645\u062e\u0637\u0637 \u0634\u0631\u064a\u0637\u064a \u0639\u0645\u0648\u062f\u064a:<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create vertical barplot<\/span>\np = sns. <span style=\"color: #3366ff;\">barplot<\/span> (x=\" <span style=\"color: #ff0000;\">day<\/span> \", y=\" <span style=\"color: #ff0000;\">tip<\/span> \", data=data, ci= <span style=\"color: #008000;\">None<\/span> )\n\n<span style=\"color: #008080;\">#show values on barplot\n<\/span>show_values(p)\n<\/strong><\/pre>\n<p style=\";text-align:right;direction:rtl\"><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-19750 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/baraffichage1.png\" alt=\"\" width=\"571\" height=\"382\" srcset=\"\" sizes=\"\"><\/p>\n<h3 style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\"><strong>\u0645\u062b\u0627\u0644 2: \u0639\u0631\u0636 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 \u0645\u062e\u0637\u0637 \u0634\u0631\u064a\u0637\u064a \u0623\u0641\u0642\u064a<\/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 \u0639\u0631\u0636 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 \u0645\u062e\u0637\u0637 \u0634\u0631\u064a\u0637\u064a \u0623\u0641\u0642\u064a:<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create horizontal barplot<\/span>\np = sns. <span style=\"color: #3366ff;\">barplot<\/span> (x=\" <span style=\"color: #ff0000;\">tip<\/span> \", y=\" <span style=\"color: #ff0000;\">day<\/span> \", data=data, ci= <span style=\"color: #008000;\">None<\/span> )\n\n<span style=\"color: #008080;\">#show values on barplot<\/span>\nshow_values(p, \" <span style=\"color: #ff0000;\">h<\/span> \", space= <span style=\"color: #008000;\">0<\/span> )\n<\/strong><\/pre>\n<p style=\";text-align:right;direction:rtl\"><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-19751 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/barshow2.png\" alt=\"\" width=\"578\" height=\"385\" srcset=\"\" sizes=\"\"><\/p>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u0644\u0627\u062d\u0638 \u0623\u0646\u0647 \u0643\u0644\u0645\u0627 \u0643\u0627\u0646\u062a \u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u062a\u064a \u062a\u0633\u062a\u062e\u062f\u0645\u0647\u0627 \u0644\u0644\u0645\u0633\u0627\u062d\u0629 \u0623\u0643\u0628\u0631\u060c \u0643\u0644\u0645\u0627 \u0627\u0628\u062a\u0639\u062f\u062a \u0627\u0644\u062a\u0633\u0645\u064a\u0627\u062a \u0639\u0646 \u0627\u0644\u0623\u0634\u0631\u0637\u0629.<\/span><\/p>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644\u060c \u0644\u0646\u063a\u064a\u0631 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u0645\u0646 <strong>0<\/strong> \u0625\u0644\u0649 <strong>.05<\/strong> :<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create horizontal barplot<\/span>\np = sns. <span style=\"color: #3366ff;\">barplot<\/span> (x=\" <span style=\"color: #ff0000;\">tip<\/span> \", y=\" <span style=\"color: #ff0000;\">day<\/span> \", data=data, ci= <span style=\"color: #008000;\">None<\/span> )\n\n<span style=\"color: #008080;\">#show values on barplot<\/span>\nshow_values(p, \" <span style=\"color: #ff0000;\">h<\/span> \", space= <span style=\"color: #008000;\">0.05<\/span> )<\/strong> <\/pre>\n<p style=\";text-align:right;direction:rtl\"><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-19752 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/barshow3.png\" alt=\"\" width=\"583\" height=\"391\" srcset=\"\" sizes=\"\"><\/p>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\"><strong>\u0645\u0644\u0627\u062d\u0638\u0629<\/strong> : \u0644\u062a\u063a\u064a\u064a\u0631 \u0639\u062f\u062f \u0627\u0644\u0645\u0646\u0627\u0632\u0644 \u0627\u0644\u0639\u0634\u0631\u064a\u0629 \u0627\u0644\u0645\u0639\u0631\u0648\u0636\u0629\u060c \u0645\u0627 \u0639\u0644\u064a\u0643 \u0633\u0648\u0649 \u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0642\u064a\u0645\u0629 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0633\u0637\u0631 \u0645\u0646 \u0627\u0644\u062f\u0627\u0644\u0629:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong>value = ' <span style=\"color: #ff0000;\">{:.1f}<\/span> '. <span style=\"color: #3366ff;\">format<\/span> (e.g. <span style=\"color: #3366ff;\">get_height<\/span> ())\n<\/strong><\/pre>\n<p style=\";text-align:right;direction:rtl\"> <span style=\"color: #000000;\">\u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644\u060c \u0642\u0645 \u0628\u062a\u063a\u064a\u064a\u0631\u0647 \u0625\u0644\u0649 . <strong>1f<\/strong> \u0625\u0644\u0649 <strong>.2f<\/strong> \u0644\u0639\u0631\u0636 \u0645\u0646\u0632\u0644\u062a\u064a\u0646 \u0639\u0634\u0631\u064a\u062a\u064a\u0646 \u0628\u062f\u0644\u0627\u064b \u0645\u0646 \u0648\u0627\u062d\u062f\u0629.<\/span><\/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\"> <span style=\"color: #000000;\">\u062a\u0634\u0631\u062d \u0627\u0644\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0643\u064a\u0641\u064a\u0629 \u0623\u062f\u0627\u0621 \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0634\u0627\u0626\u0639\u0629 \u0627\u0644\u0623\u062e\u0631\u0649 \u0641\u064a Seaborn:<\/span><\/p>\n<p style=\";text-align:right;direction:rtl\"> <a href=\"https:\/\/statorials.org\/ar\/\u0627\u0644\u0643\u0645\u0645\u0628\u064a\u0631-\u0627\u0644\u0628\u062d\u0631\u064a\/\" target=\"_blank\" rel=\"noopener\">\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0645\u062e\u0637\u0637 \u062f\u0627\u0626\u0631\u064a \u0641\u064a \u0633\u064a\u0628\u0648\u0631\u0646<\/a><br \/> <a href=\"https:\/\/statorials.org\/ar\/\u0627\u0644\u062c\u062f\u0648\u0644-\u0627\u0644\u0632\u0645\u0646\u064a-\u0627\u0644\u0628\u062d\u0631\u064a\/\" target=\"_blank\" rel=\"noopener\">\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0645\u0624\u0627\u0645\u0631\u0629 \u0633\u0644\u0633\u0644\u0629 \u0632\u0645\u0646\u064a\u0629 \u0641\u064a \u0633\u064a\u0628\u0648\u0631\u0646<\/a><br \/> <a href=\"https:\/\/statorials.org\/ar\/\u0645\u0648\u0654\u0627\u0645\u0631\u0627\u062a-\u0645\u062a\u0639\u062f\u062f\u0629-\u0633\u064a\u0628\u0648\u0631\u0646\/\" target=\"_blank\" rel=\"noopener\">\u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0642\u0637\u0639 \u0623\u0631\u0636 \u0645\u062a\u0639\u062f\u062f\u0629 \u0641\u064a Seaborn \u0641\u064a \u0634\u0643\u0644 \u0648\u0627\u062d\u062f<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u064a\u0645\u0643\u0646\u0643 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0648\u0638\u064a\u0641\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 \u0645\u062e\u0637\u0637 \u0634\u0631\u064a\u0637\u064a \u0628\u062d\u0631\u064a : def show_values (axs, orient=&#8221; v &#8220;, space=.01): def _single (ax): if orient == &#8221; v &#8220;: for p in ax. patches : _x = p. get_x () + p. get_width ()\/2 _y = p. get_y () + p. get_height () + ( p.get_height ()*0.01) [&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\u0638\u0647\u0627\u0631 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 Seaborn Barplot (\u0645\u0639 \u0623\u0645\u062b\u0644\u0629) - Statorials\u0627\u062a<\/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 \u0639\u0631\u0636 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 \u0645\u062e\u0637\u0637 \u0628\u0627\u0631\u0628\u0644\u0648\u062a \u0641\u064a Seaborn\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\/\u062a\u0638\u0647\u0631-\u0627\u0644\u0642\u064a\u0645-\u0628\u0627\u0631\u0628\u0644\u0648\u062a-seaborn\/\" \/>\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\u0638\u0647\u0627\u0631 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 Seaborn Barplot (\u0645\u0639 \u0623\u0645\u062b\u0644\u0629) - Statorials\u0627\u062a\" \/>\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 \u0639\u0631\u0636 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 \u0645\u062e\u0637\u0637 \u0628\u0627\u0631\u0628\u0644\u0648\u062a \u0641\u064a Seaborn\u060c \u0645\u0639 \u0639\u062f\u0629 \u0623\u0645\u062b\u0644\u0629.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ar\/\u062a\u0638\u0647\u0631-\u0627\u0644\u0642\u064a\u0645-\u0628\u0627\u0631\u0628\u0644\u0648\u062a-seaborn\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-23T13:57:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/baraffichage1.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%aa%d8%b8%d9%87%d8%b1-%d8%a7%d9%84%d9%82%d9%8a%d9%85-%d8%a8%d8%a7%d8%b1%d8%a8%d9%84%d9%88%d8%aa-seaborn\/\",\"url\":\"https:\/\/statorials.org\/ar\/%d8%aa%d8%b8%d9%87%d8%b1-%d8%a7%d9%84%d9%82%d9%8a%d9%85-%d8%a8%d8%a7%d8%b1%d8%a8%d9%84%d9%88%d8%aa-seaborn\/\",\"name\":\"\u0643\u064a\u0641\u064a\u0629 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 Seaborn Barplot (\u0645\u0639 \u0623\u0645\u062b\u0644\u0629) - Statorials\u0627\u062a\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ar\/#website\"},\"datePublished\":\"2023-07-23T13:57:35+00:00\",\"dateModified\":\"2023-07-23T13:57:35+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 \u0639\u0631\u0636 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 \u0645\u062e\u0637\u0637 \u0628\u0627\u0631\u0628\u0644\u0648\u062a \u0641\u064a Seaborn\u060c \u0645\u0639 \u0639\u062f\u0629 \u0623\u0645\u062b\u0644\u0629.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ar\/%d8%aa%d8%b8%d9%87%d8%b1-%d8%a7%d9%84%d9%82%d9%8a%d9%85-%d8%a8%d8%a7%d8%b1%d8%a8%d9%84%d9%88%d8%aa-seaborn\/#breadcrumb\"},\"inLanguage\":\"azb\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ar\/%d8%aa%d8%b8%d9%87%d8%b1-%d8%a7%d9%84%d9%82%d9%8a%d9%85-%d8%a8%d8%a7%d8%b1%d8%a8%d9%84%d9%88%d8%aa-seaborn\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ar\/%d8%aa%d8%b8%d9%87%d8%b1-%d8%a7%d9%84%d9%82%d9%8a%d9%85-%d8%a8%d8%a7%d8%b1%d8%a8%d9%84%d9%88%d8%aa-seaborn\/#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 \u0639\u0631\u0636 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 seaborn barplot (\u0645\u0639 \u0623\u0645\u062b\u0644\u0629)\"}]},{\"@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\u0638\u0647\u0627\u0631 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 Seaborn Barplot (\u0645\u0639 \u0623\u0645\u062b\u0644\u0629) - Statorials\u0627\u062a","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 \u0639\u0631\u0636 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 \u0645\u062e\u0637\u0637 \u0628\u0627\u0631\u0628\u0644\u0648\u062a \u0641\u064a Seaborn\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\/\u062a\u0638\u0647\u0631-\u0627\u0644\u0642\u064a\u0645-\u0628\u0627\u0631\u0628\u0644\u0648\u062a-seaborn\/","og_locale":"az_AZ","og_type":"article","og_title":"\u0643\u064a\u0641\u064a\u0629 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 Seaborn Barplot (\u0645\u0639 \u0623\u0645\u062b\u0644\u0629) - Statorials\u0627\u062a","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 \u0639\u0631\u0636 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 \u0645\u062e\u0637\u0637 \u0628\u0627\u0631\u0628\u0644\u0648\u062a \u0641\u064a Seaborn\u060c \u0645\u0639 \u0639\u062f\u0629 \u0623\u0645\u062b\u0644\u0629.","og_url":"https:\/\/statorials.org\/ar\/\u062a\u0638\u0647\u0631-\u0627\u0644\u0642\u064a\u0645-\u0628\u0627\u0631\u0628\u0644\u0648\u062a-seaborn\/","og_site_name":"Statorials","article_published_time":"2023-07-23T13:57:35+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/baraffichage1.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%aa%d8%b8%d9%87%d8%b1-%d8%a7%d9%84%d9%82%d9%8a%d9%85-%d8%a8%d8%a7%d8%b1%d8%a8%d9%84%d9%88%d8%aa-seaborn\/","url":"https:\/\/statorials.org\/ar\/%d8%aa%d8%b8%d9%87%d8%b1-%d8%a7%d9%84%d9%82%d9%8a%d9%85-%d8%a8%d8%a7%d8%b1%d8%a8%d9%84%d9%88%d8%aa-seaborn\/","name":"\u0643\u064a\u0641\u064a\u0629 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 Seaborn Barplot (\u0645\u0639 \u0623\u0645\u062b\u0644\u0629) - Statorials\u0627\u062a","isPartOf":{"@id":"https:\/\/statorials.org\/ar\/#website"},"datePublished":"2023-07-23T13:57:35+00:00","dateModified":"2023-07-23T13:57:35+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 \u0639\u0631\u0636 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 \u0645\u062e\u0637\u0637 \u0628\u0627\u0631\u0628\u0644\u0648\u062a \u0641\u064a Seaborn\u060c \u0645\u0639 \u0639\u062f\u0629 \u0623\u0645\u062b\u0644\u0629.","breadcrumb":{"@id":"https:\/\/statorials.org\/ar\/%d8%aa%d8%b8%d9%87%d8%b1-%d8%a7%d9%84%d9%82%d9%8a%d9%85-%d8%a8%d8%a7%d8%b1%d8%a8%d9%84%d9%88%d8%aa-seaborn\/#breadcrumb"},"inLanguage":"azb","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ar\/%d8%aa%d8%b8%d9%87%d8%b1-%d8%a7%d9%84%d9%82%d9%8a%d9%85-%d8%a8%d8%a7%d8%b1%d8%a8%d9%84%d9%88%d8%aa-seaborn\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ar\/%d8%aa%d8%b8%d9%87%d8%b1-%d8%a7%d9%84%d9%82%d9%8a%d9%85-%d8%a8%d8%a7%d8%b1%d8%a8%d9%84%d9%88%d8%aa-seaborn\/#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 \u0639\u0631\u0636 \u0627\u0644\u0642\u064a\u0645 \u0639\u0644\u0649 seaborn barplot (\u0645\u0639 \u0623\u0645\u062b\u0644\u0629)"}]},{"@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\/2128"}],"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=2128"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/posts\/2128\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/media?parent=2128"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/categories?post=2128"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ar\/wp-json\/wp\/v2\/tags?post=2128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}