{"id":2128,"date":"2023-07-23T13:57:35","date_gmt":"2023-07-23T13:57:35","guid":{"rendered":"https:\/\/statorials.org\/pl\/seaborn-barplot-pokazuje-wartosci\/"},"modified":"2023-07-23T13:57:35","modified_gmt":"2023-07-23T13:57:35","slug":"seaborn-barplot-pokazuje-wartosci","status":"publish","type":"post","link":"https:\/\/statorials.org\/pl\/seaborn-barplot-pokazuje-wartosci\/","title":{"rendered":"Jak wy\u015bwietli\u0107 warto\u015bci na seaborn barplot (z przyk\u0142adami)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Aby wy\u015bwietli\u0107 warto\u015bci na wykresie s\u0142upkowym <a href=\"https:\/\/seaborn.pydata.org\/\" target=\"_blank\" rel=\"noopener\">morskim<\/a> , mo\u017cesz u\u017cy\u0107 nast\u0119puj\u0105cej funkcji:<\/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> <span style=\"color: #000000;\">Ta funkcja dzia\u0142a w przypadku poziomych i pionowych wykres\u00f3w s\u0142upkowych.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Poni\u017csze przyk\u0142ady pokazuj\u0105, jak w praktyce u\u017cywa\u0107 tej funkcji ze zbiorem danych \u201ewskaz\u00f3wek\u201d 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> <span style=\"color: #000000;\"><strong>Przyk\u0142ad 1: Wy\u015bwietl warto\u015bci na pionowym wykresie s\u0142upkowym<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Poni\u017cszy kod pokazuje jak wy\u015bwietli\u0107 warto\u015bci na pionowym wykresie s\u0142upkowym:<\/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><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=\"auto, \"><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Przyk\u0142ad 2: Wy\u015bwietl warto\u015bci na poziomym wykresie s\u0142upkowym<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Poni\u017cszy kod pokazuje jak wy\u015bwietli\u0107 warto\u015bci na poziomym wykresie s\u0142upkowym:<\/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><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=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Pami\u0119taj, \u017ce im wi\u0119ksz\u0105 warto\u015b\u0107 zastosujesz jako odst\u0119p, tym dalej b\u0119d\u0105 etykiety od s\u0142upk\u00f3w.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Na przyk\u0142ad zmie\u0144my spacj\u0119 z <strong>0<\/strong> na <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><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=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\"><strong>Uwaga<\/strong> : Aby zmieni\u0107 liczb\u0119 wy\u015bwietlanych miejsc po przecinku, wystarczy zmieni\u0107 warto\u015b\u0107 w tej linii funkcji:<\/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> <span style=\"color: #000000;\">Zmie\u0144 go na przyk\u0142ad na . <strong>1f<\/strong> do <strong>.2f<\/strong> , aby wy\u015bwietli\u0107 dwa miejsca po przecinku zamiast jednego.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Dodatkowe zasoby<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Poni\u017csze samouczki wyja\u015bniaj\u0105, jak wykonywa\u0107 inne typowe funkcje w seaborn:<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/pl\/camembert-morski\/\" target=\"_blank\" rel=\"noopener\">Jak utworzy\u0107 wykres ko\u0142owy w Seaborn<\/a><br \/> <a href=\"https:\/\/statorials.org\/pl\/os-czasu-urodzona-w-morzu\/\" target=\"_blank\" rel=\"noopener\">Jak utworzy\u0107 wykres szereg\u00f3w czasowych w Seaborn<\/a><br \/> <a href=\"https:\/\/statorials.org\/pl\/wiele-dzia\u0142ek-seaborn\/\" target=\"_blank\" rel=\"noopener\">Jak utworzy\u0107 wiele wykres\u00f3w Seaborn na jednej figurze<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Aby wy\u015bwietli\u0107 warto\u015bci na wykresie s\u0142upkowym morskim , mo\u017cesz u\u017cy\u0107 nast\u0119puj\u0105cej funkcji: def show_values (axs, orient=&#8221; v &#8222;, space=.01): def _single (ax): if orient == &#8221; v &#8222;: for p in ax. patches : _x = p. get_x () + p. get_width ()\/2 _y = p. get_y () + p. get_height () + ( p.get_height [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-2128","post","type-post","status-publish","format-standard","hentry","category-przewodnik"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Jak wy\u015bwietli\u0107 warto\u015bci na wykresie Seaborn Barplot (z przyk\u0142adami) - Statoriale<\/title>\n<meta name=\"description\" content=\"W tym samouczku wyja\u015bniono, jak wy\u015bwietli\u0107 warto\u015bci na wykresie s\u0142upkowym w Seaborn, z kilkoma przyk\u0142adami.\" \/>\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\/pl\/seaborn-barplot-pokazuje-wartosci\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Jak wy\u015bwietli\u0107 warto\u015bci na wykresie Seaborn Barplot (z przyk\u0142adami) - Statoriale\" \/>\n<meta property=\"og:description\" content=\"W tym samouczku wyja\u015bniono, jak wy\u015bwietli\u0107 warto\u015bci na wykresie s\u0142upkowym w Seaborn, z kilkoma przyk\u0142adami.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/pl\/seaborn-barplot-pokazuje-wartosci\/\" \/>\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=\"Benjamin Anderson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Napisane przez\" \/>\n\t<meta name=\"twitter:data1\" content=\"Benjamin Anderson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Szacowany czas czytania\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minuty\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/pl\/seaborn-barplot-pokazuje-wartosci\/\",\"url\":\"https:\/\/statorials.org\/pl\/seaborn-barplot-pokazuje-wartosci\/\",\"name\":\"Jak wy\u015bwietli\u0107 warto\u015bci na wykresie Seaborn Barplot (z przyk\u0142adami) - Statoriale\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/pl\/#website\"},\"datePublished\":\"2023-07-23T13:57:35+00:00\",\"dateModified\":\"2023-07-23T13:57:35+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/pl\/#\/schema\/person\/6484727a4612df3e69f016c3129c6965\"},\"description\":\"W tym samouczku wyja\u015bniono, jak wy\u015bwietli\u0107 warto\u015bci na wykresie s\u0142upkowym w Seaborn, z kilkoma przyk\u0142adami.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/pl\/seaborn-barplot-pokazuje-wartosci\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/pl\/seaborn-barplot-pokazuje-wartosci\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/pl\/seaborn-barplot-pokazuje-wartosci\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Dom\",\"item\":\"https:\/\/statorials.org\/pl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Jak wy\u015bwietli\u0107 warto\u015bci na seaborn barplot (z przyk\u0142adami)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/pl\/#website\",\"url\":\"https:\/\/statorials.org\/pl\/\",\"name\":\"Statorials\",\"description\":\"Tw\u00f3j przewodnik po kompetencjach statystycznych!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/pl\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pl-PL\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/pl\/#\/schema\/person\/6484727a4612df3e69f016c3129c6965\",\"name\":\"Benjamin Anderson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/statorials.org\/pl\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/pl\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/pl\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg\",\"caption\":\"Benjamin Anderson\"},\"description\":\"Cze\u015b\u0107, jestem Benjamin i jestem emerytowanym profesorem statystyki, kt\u00f3ry zosta\u0142 oddanym nauczycielem Statorials. Dzi\u0119ki bogatemu do\u015bwiadczeniu i wiedzy specjalistycznej w dziedzinie statystyki ch\u0119tnie dziel\u0119 si\u0119 swoj\u0105 wiedz\u0105, aby wzmocni\u0107 pozycj\u0119 uczni\u00f3w za po\u015brednictwem Statorials. Wiedzie\u0107 wi\u0119cej\",\"sameAs\":[\"https:\/\/statorials.org\/pl\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Jak wy\u015bwietli\u0107 warto\u015bci na wykresie Seaborn Barplot (z przyk\u0142adami) - Statoriale","description":"W tym samouczku wyja\u015bniono, jak wy\u015bwietli\u0107 warto\u015bci na wykresie s\u0142upkowym w Seaborn, z kilkoma przyk\u0142adami.","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\/pl\/seaborn-barplot-pokazuje-wartosci\/","og_locale":"pl_PL","og_type":"article","og_title":"Jak wy\u015bwietli\u0107 warto\u015bci na wykresie Seaborn Barplot (z przyk\u0142adami) - Statoriale","og_description":"W tym samouczku wyja\u015bniono, jak wy\u015bwietli\u0107 warto\u015bci na wykresie s\u0142upkowym w Seaborn, z kilkoma przyk\u0142adami.","og_url":"https:\/\/statorials.org\/pl\/seaborn-barplot-pokazuje-wartosci\/","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":"Benjamin Anderson","twitter_card":"summary_large_image","twitter_misc":{"Napisane przez":"Benjamin Anderson","Szacowany czas czytania":"2 minuty"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/pl\/seaborn-barplot-pokazuje-wartosci\/","url":"https:\/\/statorials.org\/pl\/seaborn-barplot-pokazuje-wartosci\/","name":"Jak wy\u015bwietli\u0107 warto\u015bci na wykresie Seaborn Barplot (z przyk\u0142adami) - Statoriale","isPartOf":{"@id":"https:\/\/statorials.org\/pl\/#website"},"datePublished":"2023-07-23T13:57:35+00:00","dateModified":"2023-07-23T13:57:35+00:00","author":{"@id":"https:\/\/statorials.org\/pl\/#\/schema\/person\/6484727a4612df3e69f016c3129c6965"},"description":"W tym samouczku wyja\u015bniono, jak wy\u015bwietli\u0107 warto\u015bci na wykresie s\u0142upkowym w Seaborn, z kilkoma przyk\u0142adami.","breadcrumb":{"@id":"https:\/\/statorials.org\/pl\/seaborn-barplot-pokazuje-wartosci\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/pl\/seaborn-barplot-pokazuje-wartosci\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/pl\/seaborn-barplot-pokazuje-wartosci\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Dom","item":"https:\/\/statorials.org\/pl\/"},{"@type":"ListItem","position":2,"name":"Jak wy\u015bwietli\u0107 warto\u015bci na seaborn barplot (z przyk\u0142adami)"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/pl\/#website","url":"https:\/\/statorials.org\/pl\/","name":"Statorials","description":"Tw\u00f3j przewodnik po kompetencjach statystycznych!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/pl\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"pl-PL"},{"@type":"Person","@id":"https:\/\/statorials.org\/pl\/#\/schema\/person\/6484727a4612df3e69f016c3129c6965","name":"Benjamin Anderson","image":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/statorials.org\/pl\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/pl\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/pl\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg","caption":"Benjamin Anderson"},"description":"Cze\u015b\u0107, jestem Benjamin i jestem emerytowanym profesorem statystyki, kt\u00f3ry zosta\u0142 oddanym nauczycielem Statorials. Dzi\u0119ki bogatemu do\u015bwiadczeniu i wiedzy specjalistycznej w dziedzinie statystyki ch\u0119tnie dziel\u0119 si\u0119 swoj\u0105 wiedz\u0105, aby wzmocni\u0107 pozycj\u0119 uczni\u00f3w za po\u015brednictwem Statorials. Wiedzie\u0107 wi\u0119cej","sameAs":["https:\/\/statorials.org\/pl"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/pl\/wp-json\/wp\/v2\/posts\/2128","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/pl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/pl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/pl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/pl\/wp-json\/wp\/v2\/comments?post=2128"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/pl\/wp-json\/wp\/v2\/posts\/2128\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/pl\/wp-json\/wp\/v2\/media?parent=2128"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/pl\/wp-json\/wp\/v2\/categories?post=2128"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/pl\/wp-json\/wp\/v2\/tags?post=2128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}