Wolfram言語

単位と日付

地磁気データの可視化

可視化機能のあらゆるところで数量およびその配列を使う.

カザフスタン上の地球磁場の値の数量配列を得る.

In[1]:=
Click for copyable input
data = GeomagneticModelData[Entity["Country", "Kazakhstan"], "Magnitude"]
Out[1]=

この地域における地球磁場の変化を調べる.

完全なWolfram言語入力を表示する
In[2]:=
Click for copyable input
contour = ListContourPlot[data, Frame -> False, PlotRangePadding -> 0, ColorFunction -> "BlueGreenYellow"]; Legended[GeoGraphics[{GeoStyling[{"GeoImage", contour}, Opacity[0.8]], Polygon[Entity["Country", "Kazakhstan"]]}, GeoRange -> Quantity[800, "Miles"], ImageSize -> 420], BarLegend[{"BlueGreenYellow", MinMax@Flatten[QuantityMagnitude@data]}]]
Out[2]=

関連する例

de en es fr ko pt-br ru zh