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
python:matplotlib:データの読み込み [2018/01/22 23:34]
koudai [進んだ使い方]
python:matplotlib:データの読み込み [2021/06/27 22:04] (current)
Line 12: Line 12:
 左から月、平均気温、最高気温、最低気温です。 左から月、平均気温、最高気温、最低気温です。
  
-<file>+<file - kyoto.dat>
 #month mean high low #month mean high low
    4.8  13.7  -2.7    4.8  13.7  -2.7
Line 40: Line 40:
 import matplotlib.pyplot as plt import matplotlib.pyplot as plt
  
-#data = np.genfromtxt("kyoto.dat", delimiter=',') 
 data = np.genfromtxt("kyoto.dat") data = np.genfromtxt("kyoto.dat")
  
python/matplotlib/データの読み込み.1516631658.txt.gz · Last modified: 2021/06/27 21:59 (external edit)