{"id":1708,"date":"2021-04-21T07:51:04","date_gmt":"2021-04-20T23:51:04","guid":{"rendered":"http:\/\/cnliutz.uicp.io\/?p=1708"},"modified":"2021-04-21T07:51:04","modified_gmt":"2021-04-20T23:51:04","slug":"python-pygal%e4%bd%9c%e5%9b%be","status":"publish","type":"post","link":"http:\/\/g1n29wqq.ipyingshe.net:5347\/?p=1708","title":{"rendered":"python pygal\u4f5c\u56fe"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>import pygal\r\n\r\npiechart=pygal.Pie()\r\npiechart.add('Dog',6)\r\npiechart.add('Cat',4)\r\npiechart.add('Hamster',3)\r\npiechart.add('Fish',2)\r\npiechart.add('Snake',1)\r\n#piechart.render()\r\npiechart.render_to_file(\"e:\\\\dsf.svg\")\r\n    \r\nbar = pygal.Bar()\r\nbar.title = \"bar\u6d4b\u8bd5\"\r\nbar.x_labels = &#91;\"1\", \"2\"]\r\nbar.add(\"webp\", &#91;20, 30])\r\nbar.add(\"jpg\", &#91;20, 30])\r\nbar.render_to_file(\"e:\\\\abc.svg\")<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[],"class_list":["post-1708","post","type-post","status-publish","format-standard","hentry","category-python"],"_links":{"self":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/1708","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1708"}],"version-history":[{"count":2,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/1708\/revisions"}],"predecessor-version":[{"id":1710,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/1708\/revisions\/1710"}],"wp:attachment":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1708"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1708"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1708"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}