{"id":1050806,"date":"2024-12-31T14:11:01","date_gmt":"2024-12-31T06:11:01","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/1050806.html"},"modified":"2024-12-31T14:11:03","modified_gmt":"2024-12-31T06:11:03","slug":"python%e4%b8%ad%e5%a6%82%e4%bd%95%e6%98%be%e7%a4%ba%e8%bf%ad%e4%bb%a3%e6%9b%b2%e7%ba%bf%e5%9b%be","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/1050806.html","title":{"rendered":"Python\u4e2d\u5982\u4f55\u663e\u793a\u8fed\u4ee3\u66f2\u7ebf\u56fe"},"content":{"rendered":"<p style=\"text-align:center;\" ><img decoding=\"async\" src=\"https:\/\/cdn-docs.pingcode.com\/wp-content\/uploads\/2024\/12\/62e3f884-3381-47b6-8305-f285d0e064d8.webp?x-oss-process=image\/auto-orient,1\/format,webp\" alt=\"Python\u4e2d\u5982\u4f55\u663e\u793a\u8fed\u4ee3\u66f2\u7ebf\u56fe\" \/><\/p>\n<p><p> <strong>Python\u4e2d\u663e\u793a\u8fed\u4ee3\u66f2\u7ebf\u56fe\u7684\u65b9\u6cd5\u5305\u62ec\uff1aMatplotlib\u3001Seaborn\u3001Plotly\u3002\u6211\u4eec\u5c06\u8be6\u7ec6\u4ecb\u7ecd\u5176\u4e2d\u7684Matplotlib\u3002<\/strong><\/p>\n<\/p>\n<p><p>\u5728Python\u4e2d\uff0cMatplotlib\u662f\u4e00\u4e2a\u975e\u5e38\u6d41\u884c\u7684\u7ed8\u56fe\u5e93\uff0c\u53ef\u4ee5\u7528\u4e8e\u7ed8\u5236\u8fed\u4ee3\u66f2\u7ebf\u56fe\u3002\u4f7f\u7528Matplotlib\u7ed8\u5236\u8fed\u4ee3\u66f2\u7ebf\u56fe\u7684\u6b65\u9aa4\u5305\u62ec\uff1a\u5b89\u88c5Matplotlib\u5e93\u3001\u5bfc\u5165\u5e93\u3001\u51c6\u5907\u6570\u636e\u3001\u7ed8\u5236\u56fe\u5f62\u548c\u663e\u793a\u56fe\u5f62\u3002\u4e3a\u4e86\u66f4\u597d\u5730\u7406\u89e3\u8fd9\u4e9b\u6b65\u9aa4\uff0c\u6211\u4eec\u5c06\u8be6\u7ec6\u4ecb\u7ecd\u6bcf\u4e00\u6b65\uff0c\u5e76\u63d0\u4f9b\u793a\u4f8b\u4ee3\u7801\u3002<\/p>\n<\/p>\n<p><h3>\u4e00\u3001\u5b89\u88c5Matplotlib\u5e93<\/h3>\n<\/p>\n<p><p>\u5728\u4f7f\u7528Matplotlib\u4e4b\u524d\uff0c\u6211\u4eec\u9700\u8981\u5148\u5b89\u88c5\u8fd9\u4e2a\u5e93\u3002\u53ef\u4ee5\u4f7f\u7528pip\u547d\u4ee4\u6765\u5b89\u88c5\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">pip install matplotlib<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u4e8c\u3001\u5bfc\u5165Matplotlib\u5e93<\/h3>\n<\/p>\n<p><p>\u5728\u5b89\u88c5\u597dMatplotlib\u5e93\u540e\uff0c\u6211\u4eec\u9700\u8981\u5728Python\u4ee3\u7801\u4e2d\u5bfc\u5165\u8fd9\u4e2a\u5e93\u3002\u901a\u5e38\uff0c\u6211\u4eec\u4f1a\u4f7f\u7528\u4ee5\u4e0b\u4ee3\u7801\u6765\u5bfc\u5165\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import matplotlib.pyplot as plt<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u4e09\u3001\u51c6\u5907\u6570\u636e<\/h3>\n<\/p>\n<p><p>\u5728\u7ed8\u5236\u8fed\u4ee3\u66f2\u7ebf\u56fe\u4e4b\u524d\uff0c\u6211\u4eec\u9700\u8981\u51c6\u5907\u597d\u6570\u636e\u3002\u901a\u5e38\uff0c\u8fed\u4ee3\u66f2\u7ebf\u56fe\u7684\u6570\u636e\u662f\u4e00\u4e2a\u5305\u542b\u591a\u4e2a\u8fed\u4ee3\u6b65\u9aa4\u548c\u5bf9\u5e94\u6570\u503c\u7684\u6570\u7ec4\u6216\u5217\u8868\u3002\u4ee5\u4e0b\u662f\u4e00\u4e2a\u793a\u4f8b\u6570\u636e\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">iterations = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]<\/p>\n<p>values = [10, 9, 7, 6, 5, 5, 4, 3, 2, 1]<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u56db\u3001\u7ed8\u5236\u56fe\u5f62<\/h3>\n<\/p>\n<p><p>\u4f7f\u7528Matplotlib\u7ed8\u5236\u8fed\u4ee3\u66f2\u7ebf\u56fe\u975e\u5e38\u7b80\u5355\uff0c\u53ea\u9700\u8981\u8c03\u7528<code>plt.plot()<\/code>\u51fd\u6570\uff0c\u5e76\u4f20\u5165\u51c6\u5907\u597d\u7684\u6570\u636e\u3002\u4ee5\u4e0b\u662f\u4e00\u4e2a\u793a\u4f8b\u4ee3\u7801\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">plt.plot(iterations, values, marker=&#39;o&#39;, linestyle=&#39;-&#39;, color=&#39;b&#39;)<\/p>\n<p>plt.xlabel(&#39;Iterations&#39;)<\/p>\n<p>plt.ylabel(&#39;Values&#39;)<\/p>\n<p>plt.title(&#39;Iteration Curve&#39;)<\/p>\n<p>plt.grid(True)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u8fd9\u4e2a\u793a\u4f8b\u4e2d\uff0c\u6211\u4eec\u4f7f\u7528<code>marker=&#39;o&#39;<\/code>\u53c2\u6570\u6765\u8bbe\u7f6e\u6570\u636e\u70b9\u7684\u6807\u8bb0\uff0c\u4f7f\u7528<code>linestyle=&#39;-&#39;<\/code>\u53c2\u6570\u6765\u8bbe\u7f6e\u7ebf\u6761\u7684\u6837\u5f0f\uff0c\u4f7f\u7528<code>color=&#39;b&#39;<\/code>\u53c2\u6570\u6765\u8bbe\u7f6e\u7ebf\u6761\u7684\u989c\u8272\u3002\u6211\u4eec\u8fd8\u4f7f\u7528<code>plt.xlabel()<\/code>\u3001<code>plt.ylabel()<\/code>\u548c<code>plt.title()<\/code>\u51fd\u6570\u6765\u8bbe\u7f6e\u56fe\u5f62\u7684\u6807\u7b7e\u548c\u6807\u9898\uff0c\u5e76\u4f7f\u7528<code>plt.grid(True)<\/code>\u51fd\u6570\u6765\u663e\u793a\u7f51\u683c\u3002<\/p>\n<\/p>\n<p><h3>\u4e94\u3001\u663e\u793a\u56fe\u5f62<\/h3>\n<\/p>\n<p><p>\u6700\u540e\uff0c\u6211\u4eec\u9700\u8981\u4f7f\u7528<code>plt.show()<\/code>\u51fd\u6570\u6765\u663e\u793a\u56fe\u5f62\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">plt.show()<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5b8c\u6574\u7684\u793a\u4f8b\u4ee3\u7801\u5982\u4e0b\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import matplotlib.pyplot as plt<\/p>\n<p>iterations = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]<\/p>\n<p>values = [10, 9, 7, 6, 5, 5, 4, 3, 2, 1]<\/p>\n<p>plt.plot(iterations, values, marker=&#39;o&#39;, linestyle=&#39;-&#39;, color=&#39;b&#39;)<\/p>\n<p>plt.xlabel(&#39;Iterations&#39;)<\/p>\n<p>plt.ylabel(&#39;Values&#39;)<\/p>\n<p>plt.title(&#39;Iteration Curve&#39;)<\/p>\n<p>plt.grid(True)<\/p>\n<p>plt.show()<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u516d\u3001\u8be6\u7ec6\u4ecb\u7ecdMatplotlib\u7684\u66f4\u591a\u529f\u80fd<\/h3>\n<\/p>\n<p><p>\u9664\u4e86\u57fa\u672c\u7684\u7ed8\u56fe\u529f\u80fd\uff0cMatplotlib\u8fd8\u63d0\u4f9b\u4e86\u8bb8\u591a\u9ad8\u7ea7\u529f\u80fd\uff0c\u53ef\u4ee5\u5e2e\u52a9\u6211\u4eec\u521b\u5efa\u66f4\u52a0\u590d\u6742\u548c\u7f8e\u89c2\u7684\u8fed\u4ee3\u66f2\u7ebf\u56fe\u3002\u4e0b\u9762\u6211\u4eec\u5c06\u8be6\u7ec6\u4ecb\u7ecd\u4e00\u4e9b\u5e38\u7528\u7684\u9ad8\u7ea7\u529f\u80fd\u3002<\/p>\n<\/p>\n<p><h4>1\u3001\u8bbe\u7f6e\u56fe\u4f8b<\/h4>\n<\/p>\n<p><p>\u5728\u591a\u6761\u66f2\u7ebf\u7684\u60c5\u51b5\u4e0b\uff0c\u6211\u4eec\u53ef\u4ee5\u4f7f\u7528<code>plt.legend()<\/code>\u51fd\u6570\u6765\u8bbe\u7f6e\u56fe\u4f8b\uff0c\u4ee5\u533a\u5206\u4e0d\u540c\u7684\u66f2\u7ebf\u3002\u4ee5\u4e0b\u662f\u4e00\u4e2a\u793a\u4f8b\u4ee3\u7801\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">plt.plot(iterations, values, marker=&#39;o&#39;, linestyle=&#39;-&#39;, color=&#39;b&#39;, label=&#39;Value Curve&#39;)<\/p>\n<p>plt.legend()<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>2\u3001\u8bbe\u7f6e\u523b\u5ea6\u548c\u6807\u7b7e<\/h4>\n<\/p>\n<p><p>\u6211\u4eec\u53ef\u4ee5\u4f7f\u7528<code>plt.xticks()<\/code>\u548c<code>plt.yticks()<\/code>\u51fd\u6570\u6765\u8bbe\u7f6e\u523b\u5ea6\u548c\u6807\u7b7e\u3002\u4ee5\u4e0b\u662f\u4e00\u4e2a\u793a\u4f8b\u4ee3\u7801\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">plt.xticks(range(1, 11))<\/p>\n<p>plt.yticks(range(1, 11))<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>3\u3001\u8bbe\u7f6e\u56fe\u5f62\u5927\u5c0f<\/h4>\n<\/p>\n<p><p>\u6211\u4eec\u53ef\u4ee5\u4f7f\u7528<code>plt.figure()<\/code>\u51fd\u6570\u6765\u8bbe\u7f6e\u56fe\u5f62\u7684\u5927\u5c0f\u3002\u4ee5\u4e0b\u662f\u4e00\u4e2a\u793a\u4f8b\u4ee3\u7801\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">plt.figure(figsize=(10, 6))<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>4\u3001\u4fdd\u5b58\u56fe\u5f62<\/h4>\n<\/p>\n<p><p>\u6211\u4eec\u53ef\u4ee5\u4f7f\u7528<code>plt.savefig()<\/code>\u51fd\u6570\u6765\u4fdd\u5b58\u56fe\u5f62\u3002\u4ee5\u4e0b\u662f\u4e00\u4e2a\u793a\u4f8b\u4ee3\u7801\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">plt.savefig(&#39;iteration_curve.png&#39;)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u4e03\u3001\u4f7f\u7528Seaborn\u5e93\u7ed8\u5236\u8fed\u4ee3\u66f2\u7ebf\u56fe<\/h3>\n<\/p>\n<p><p>\u9664\u4e86Matplotlib\u5e93\uff0c\u6211\u4eec\u8fd8\u53ef\u4ee5\u4f7f\u7528Seaborn\u5e93\u6765\u7ed8\u5236\u8fed\u4ee3\u66f2\u7ebf\u56fe\u3002Seaborn\u662f\u4e00\u4e2a\u57fa\u4e8eMatplotlib\u7684\u9ad8\u7ea7\u7ed8\u56fe\u5e93\uff0c\u5b83\u63d0\u4f9b\u4e86\u66f4\u7b80\u6d01\u548c\u7f8e\u89c2\u7684\u7ed8\u56fe\u63a5\u53e3\u3002\u4ee5\u4e0b\u662f\u4f7f\u7528Seaborn\u5e93\u7ed8\u5236\u8fed\u4ee3\u66f2\u7ebf\u56fe\u7684\u793a\u4f8b\u4ee3\u7801\uff1a<\/p>\n<\/p>\n<p><h4>1\u3001\u5b89\u88c5Seaborn\u5e93<\/h4>\n<\/p>\n<p><pre><code class=\"language-bash\">pip install seaborn<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>2\u3001\u5bfc\u5165Seaborn\u5e93<\/h4>\n<\/p>\n<p><pre><code class=\"language-python\">import seaborn as sns<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>3\u3001\u51c6\u5907\u6570\u636e<\/h4>\n<\/p>\n<p><pre><code class=\"language-python\">iterations = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]<\/p>\n<p>values = [10, 9, 7, 6, 5, 5, 4, 3, 2, 1]<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>4\u3001\u7ed8\u5236\u56fe\u5f62<\/h4>\n<\/p>\n<p><pre><code class=\"language-python\">sns.lineplot(x=iterations, y=values, marker=&#39;o&#39;)<\/p>\n<p>plt.xlabel(&#39;Iterations&#39;)<\/p>\n<p>plt.ylabel(&#39;Values&#39;)<\/p>\n<p>plt.title(&#39;Iteration Curve&#39;)<\/p>\n<p>plt.grid(True)<\/p>\n<p>plt.show()<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u516b\u3001\u4f7f\u7528Plotly\u5e93\u7ed8\u5236\u8fed\u4ee3\u66f2\u7ebf\u56fe<\/h3>\n<\/p>\n<p><p>Plotly\u662f\u4e00\u4e2a\u57fa\u4e8eWeb\u7684\u7ed8\u56fe\u5e93\uff0c\u5b83\u63d0\u4f9b\u4e86\u4ea4\u4e92\u5f0f\u548c\u54cd\u5e94\u5f0f\u7684\u7ed8\u56fe\u529f\u80fd\u3002\u4ee5\u4e0b\u662f\u4f7f\u7528Plotly\u5e93\u7ed8\u5236\u8fed\u4ee3\u66f2\u7ebf\u56fe\u7684\u793a\u4f8b\u4ee3\u7801\uff1a<\/p>\n<\/p>\n<p><h4>1\u3001\u5b89\u88c5Plotly\u5e93<\/h4>\n<\/p>\n<p><pre><code class=\"language-bash\">pip install plotly<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>2\u3001\u5bfc\u5165Plotly\u5e93<\/h4>\n<\/p>\n<p><pre><code class=\"language-python\">import plotly.graph_objects as go<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>3\u3001\u51c6\u5907\u6570\u636e<\/h4>\n<\/p>\n<p><pre><code class=\"language-python\">iterations = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]<\/p>\n<p>values = [10, 9, 7, 6, 5, 5, 4, 3, 2, 1]<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>4\u3001\u7ed8\u5236\u56fe\u5f62<\/h4>\n<\/p>\n<p><pre><code class=\"language-python\">fig = go.Figure()<\/p>\n<p>fig.add_trace(go.Scatter(x=iterations, y=values, mode=&#39;lines+markers&#39;, name=&#39;Value Curve&#39;))<\/p>\n<p>fig.update_layout(title=&#39;Iteration Curve&#39;, xaxis_title=&#39;Iterations&#39;, yaxis_title=&#39;Values&#39;)<\/p>\n<p>fig.show()<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u4e5d\u3001\u603b\u7ed3<\/h3>\n<\/p>\n<p><p>\u5728Python\u4e2d\uff0c\u663e\u793a\u8fed\u4ee3\u66f2\u7ebf\u56fe\u7684\u65b9\u6cd5\u6709\u5f88\u591a\uff0c\u6700\u5e38\u7528\u7684\u5305\u62ecMatplotlib\u3001Seaborn\u548cPlotly\u3002Matplotlib\u662f\u4e00\u4e2a\u975e\u5e38\u5f3a\u5927\u4e14\u7075\u6d3b\u7684\u7ed8\u56fe\u5e93\uff0c\u9002\u5408\u7ed8\u5236\u5404\u79cd\u7c7b\u578b\u7684\u56fe\u5f62\u3002Seaborn\u662f\u57fa\u4e8eMatplotlib\u7684\u9ad8\u7ea7\u7ed8\u56fe\u5e93\uff0c\u63d0\u4f9b\u4e86\u66f4\u7b80\u6d01\u548c\u7f8e\u89c2\u7684\u7ed8\u56fe\u63a5\u53e3\u3002Plotly\u662f\u4e00\u4e2a\u57fa\u4e8eWeb\u7684\u7ed8\u56fe\u5e93\uff0c\u63d0\u4f9b\u4e86\u4ea4\u4e92\u5f0f\u548c\u54cd\u5e94\u5f0f\u7684\u7ed8\u56fe\u529f\u80fd\u3002\u6839\u636e\u5177\u4f53\u9700\u6c42\u9009\u62e9\u5408\u9002\u7684\u7ed8\u56fe\u5e93\uff0c\u53ef\u4ee5\u5e2e\u52a9\u6211\u4eec\u66f4\u597d\u5730\u5c55\u793a\u6570\u636e\u548c\u5206\u6790\u7ed3\u679c\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p> <strong>\u5982\u4f55\u5728Python\u4e2d\u7ed8\u5236\u8fed\u4ee3\u66f2\u7ebf\u56fe\uff1f<\/strong><br \/>\u5728Python\u4e2d\uff0c\u53ef\u4ee5\u4f7f\u7528Matplotlib\u5e93\u7ed8\u5236\u8fed\u4ee3\u66f2\u7ebf\u56fe\u3002\u9996\u5148\uff0c\u9700\u8981\u786e\u4fdd\u5b89\u88c5\u4e86Matplotlib\u5e93\u3002\u53ef\u4ee5\u901a\u8fc7<code>pip install matplotlib<\/code>\u547d\u4ee4\u8fdb\u884c\u5b89\u88c5\u3002\u63a5\u7740\uff0c\u51c6\u5907\u597d\u8fed\u4ee3\u6570\u636e\uff0c\u6bd4\u5982\u635f\u5931\u503c\u6216\u51c6\u786e\u7387\uff0c\u7136\u540e\u4f7f\u7528<code>plt.plot()<\/code>\u51fd\u6570\u7ed8\u5236\u66f2\u7ebf\uff0c\u6700\u540e\u901a\u8fc7<code>plt.show()<\/code>\u663e\u793a\u56fe\u5f62\u3002<\/p>\n<p><strong>\u5728\u7ed8\u5236\u8fed\u4ee3\u66f2\u7ebf\u56fe\u65f6\uff0c\u6709\u54ea\u4e9b\u5e38\u89c1\u7684\u9519\u8bef\u9700\u8981\u907f\u514d\uff1f<\/strong><br \/>\u5728\u7ed8\u5236\u8fed\u4ee3\u66f2\u7ebf\u56fe\u65f6\uff0c\u5e38\u89c1\u7684\u9519\u8bef\u5305\u62ec\u672a\u6b63\u786e\u6807\u8bb0\u5750\u6807\u8f74\u3001\u672a\u8bbe\u7f6e\u5408\u9002\u7684\u56fe\u4f8b\u3001\u5ffd\u7565\u6570\u636e\u7684\u5e73\u6ed1\u5904\u7406\u7b49\u3002\u6b64\u5916\uff0c\u786e\u4fdd\u5728\u7ed8\u56fe\u524d\u5bf9\u6570\u636e\u8fdb\u884c\u6e05\u6d17\uff0c\u907f\u514d\u56e0\u6570\u636e\u5f02\u5e38\u5bfc\u81f4\u66f2\u7ebf\u56fe\u5931\u771f\u3002<\/p>\n<p><strong>\u5982\u4f55\u81ea\u5b9a\u4e49Python\u4e2d\u7684\u8fed\u4ee3\u66f2\u7ebf\u56fe\u6837\u5f0f\uff1f<\/strong><br \/>\u53ef\u4ee5\u901a\u8fc7Matplotlib\u63d0\u4f9b\u7684\u53c2\u6570\u6765\u81ea\u5b9a\u4e49\u66f2\u7ebf\u56fe\u7684\u6837\u5f0f\u3002\u4f8b\u5982\uff0c\u53ef\u4ee5\u8bbe\u7f6e\u7ebf\u6761\u989c\u8272\u3001\u7ebf\u578b\u3001\u6807\u8bb0\u6837\u5f0f\u7b49\u3002\u4f7f\u7528<code>plt.plot(data, color=&#39;blue&#39;, linestyle=&#39;--&#39;, marker=&#39;o&#39;)<\/code>\u53ef\u4ee5\u5b9e\u73b0\u4e0d\u540c\u7684\u89c6\u89c9\u6548\u679c\u3002\u6b64\u5916\uff0c\u8fd8\u53ef\u4ee5\u901a\u8fc7<code>plt.title()<\/code>\u3001<code>plt.xlabel()<\/code>\u548c<code>plt.ylabel()<\/code>\u7b49\u51fd\u6570\u6dfb\u52a0\u6807\u9898\u548c\u6807\u7b7e\uff0c\u589e\u5f3a\u56fe\u5f62\u7684\u53ef\u8bfb\u6027\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"Python\u4e2d\u663e\u793a\u8fed\u4ee3\u66f2\u7ebf\u56fe\u7684\u65b9\u6cd5\u5305\u62ec\uff1aMatplotlib\u3001Seaborn\u3001Plotly\u3002\u6211\u4eec\u5c06\u8be6\u7ec6\u4ecb\u7ecd\u5176\u4e2d [&hellip;]","protected":false},"author":3,"featured_media":1050810,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[37],"tags":[],"acf":[],"_links":{"self":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1050806"}],"collection":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/comments?post=1050806"}],"version-history":[{"count":"1","href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1050806\/revisions"}],"predecessor-version":[{"id":1050812,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1050806\/revisions\/1050812"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/1050810"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=1050806"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=1050806"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=1050806"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}