{"id":106,"date":"2018-10-18T00:24:51","date_gmt":"2018-10-17T16:24:51","guid":{"rendered":"http:\/\/www.eait.co\/?p=106"},"modified":"2019-04-05T12:39:19","modified_gmt":"2019-04-05T04:39:19","slug":"python%e7%bb%98%e5%88%b6%e7%88%86%e7%82%b8%e9%a5%bc%e7%8a%b6%e5%9b%be","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=106","title":{"rendered":"python\u7ed8\u5236\u7206\u70b8\u997c\u72b6\u56fe"},"content":{"rendered":"<pre>\r\n\r\n\u672c\u6587\u539f\u521b\uff0c\u8f6c\u8f7d\u8bf7\u6ce8\u660e\u51fa\u5904\r\nimport matplotlib.pyplot as plt\r\n\r\n#\u8bbe\u7f6e\u4e2d\u6587\u5b57\u4f53\r\nplt.rcParams['font.family'] = ['SimHei']\r\n\r\n#\u8bbe\u7f6e\u5404\u9879\u6d3b\u52a8\u6807\u9898\r\nactives = ['\u5de5\u4f5c','\u7761\u89c9','\u5403','\u73a9']\r\n\r\n#\u5404\u4e2a\u6d3b\u52a8\u5360\u7528\u7684\u65f6\u95f4\r\n\r\nslices = [8,7,3,6]\r\n\r\n#\u5404\u4e2a\u997c\u72b6\u56fe\u663e\u793a\u7684\u989c\u8272\r\n\r\ncols = ['c','m','r','b']\r\n\r\n#\u7ed8\u5236\u997c\u72b6\u56fe\r\nplt.pie(slices,labels = actives,colors = cols,shadow = True,explode =(0,0.1,0,0),autopct = '%.1f%%' )#explode\u7206\u70b8\u6548\u679c(\u6ce8\u610f%\u663e\u793a)\r\n\r\n#\u7ed8\u5236\u56fe\u8868\u6807\u9898\r\n\r\nplt.legend()\r\n\r\nplt.show()<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u672c\u6587\u539f\u521b\uff0c\u8f6c\u8f7d\u8bf7\u6ce8\u660e\u51fa\u5904 import matplotlib.pyplot as plt #\u8bbe\u7f6e\u4e2d\u6587\u5b57\u4f53 pl [&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,25,2],"tags":[],"class_list":["post-106","post","type-post","status-publish","format-standard","hentry","category-python","category-py","category-index"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/106","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=106"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/106\/revisions"}],"predecessor-version":[{"id":107,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/106\/revisions\/107"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=106"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=106"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=106"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}