User Tools

Site Tools


python:matplotlib:基本的な使い方

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
python:matplotlib:基本的な使い方 [2018/01/20 23:44]
koudai
python:matplotlib:基本的な使い方 [2018/01/20 23:46]
koudai [データのプロット]
Line 163: Line 163:
 plt.ylabel("y") plt.ylabel("y")
  
-plt.plot(x, y, label="sin x")+plt.plot(x, y)
  
 plt.show() plt.show()
-</pyrhon>+</file>
  
 {{:python:matplotlib:intro5.png?direct&400|}} {{:python:matplotlib:intro5.png?direct&400|}}
python/matplotlib/基本的な使い方.txt · Last modified: 2021/06/27 22:04 (external edit)