You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyplot.legend() <spanclass="hljs-comment"># Adds a legend.</span>
1966
+
pyplot.savefig(<filename>) <spanclass="hljs-comment"># Saves the figure.</span>
1967
+
pyplot.show() <spanclass="hljs-comment"># Displays the figure.</span>
1968
+
pyplot.clf() <spanclass="hljs-comment"># Clears the figure.</span>
1969
1969
</code></pre></div>
1970
1970
1971
1971
<div><h2id="table"><ahref="#table" name="table">#</a>Table</h2><div><h4id="printsacsvfileasanasciitable">Prints a CSV file as an ASCII table:</h4><pre><codeclass="python language-python hljs"><spanclass="hljs-comment"># $ pip3 install tabulate</span>
0 commit comments