🏠
令和7年3月30日 (日)
⇒#1191@グラフ;

📈 AB_powder_f_p@20241101_141231

1191_AB_powder_f_p@20241101_141231
👨‍🏫 0
import numpy as np
import matplotlib.pyplot as plt

#fig, ax = plt.subplots(figsize=(2.9, 2.1)) 
fig, ax = plt.subplots()

#----------------
#_📈_1191_AB_powder_f_p@20241101_141231
xy_1191 = [(100,0) \
, (200,0.003) \
, (500,0.025) \
, (1000,0.04) \
, (2000,0.104) \
, (5000,0.26) \
, (10000,0.52) \
, (20000,1.04) \
, (50000,2.45) \
, (100000,4.74) \
, (200000,9.28) \
]
z_1191 = [list(t) for t in zip(*xy_1191)]; x_1191 = z_1191[0]; y_1191 = z_1191[1]

ax.scatter(x_1191, y_1191)
ax.plot(x_1191, y_1191)
ax.annotate('ID=1191' \
, xy=(np.mean(x_1191),np.mean(y_1191)) \
, xytext=(np.mean(x_1191)+ np.std(y_1191), np.mean(y_1191) + np.std(y_1191)) \
, arrowprops=dict(arrowstyle="->"))
#----------------

plt.show()
  1 python コード

A4 (210 × 297mm)あるいは少し大きめのレターサイズ(215.9 × 279.4ミリ)が一般的です。 2 カラムとすると 3.34645669291339インチ程度。 アスペクトを 4:3にすれば、2.9インチ×2.1インチぐらいの図が論文投稿の図として適切です。


サーバーサイドスクリプト

  2 AB_powder_f_p@20241101_141231

サーバーサイドでラスタライズ(bmp,jpg,png)しているので、レスポンシブな表示が可能です。 サーバーサイドでダイナミックに生成している画像なので、ダウンロードだけでなく、リンクもできます。


クライアントサイドスクリプト

  3 canvas AB_powder_f_p@20241101_141231

クライアントサイドでラスタライズ(bmp,jpg,png)しているので、レスポンシブな表示が可能です。 クライアントサイドでダイナミックに生成している画像なので、ダウンロードはできますが、リンクはできません。


  4 google chart APIを使った描画

  5 AB_powder_f_p@20241101_141231

xmin-1
xmax1
ymin-1
ymax1
100 0 200 0.003 500 0.025 1000 0.04 2000 0.104 5000 0.26 10000 0.52 20000 1.04 50000 2.45 100000 4.74 200000 9.28

,[100 0 ],[200 0.003 ],[500 0.025 ],[1000 0.04 ],[2000 0.104 ],[5000 0.26 ],[10000 0.52 ],[20000 1.04 ],[50000 2.45 ],[100000 4.74 ],[200000 9.28]

図形と関数

  1 図形と関数
名称 グラフ 説明
指数関数
python +matplotlib
import numpy as np
import math
import matplotlib.pyplot as plt

xy = [(p, math.exp(p)) for p in \
      np.arange(start = - 2, stop = 2, step = 0.1)]
z = [list(t) for t in zip(*xy)]; x = z[0]; y = z[1]

fig, ax = plt.subplots()
ax.plot(x, y)

plt.show()
逆ネルンスト 電池の充放電曲線で現れます。
確率曲線
正規分布関数 確率統計で多用されます。 品質管理 でも大切です。

<!-- 図図図図図 図図図図図 -->
<figure>
<img src="https://a.yamagata-u.ac.jp/amenity/Laboratory/xyGraphImage.aspx?id=1191" />
<figcaption>
<a href="https://edu.yz.yamagata-u.ac.jp/developer/Asp/Youzan/Laboratory/Plot/Plot_Index.asp">Fig</a> <a href="https://edu.yz.yamagata-u.ac.jp/developer/Asp/Youzan/Laboratory/Plot/@Plot.asp?nxyGraphID=1191"> AB_powder_f_p@20241101_141231 </a>
<div> </div>
</figcaption>
</figure>
<!-- 図図図図図 図図図図図 -->

動画、音声及び写真を含む図表等を転載する場合には転載許諾書による同意があった方が無難です。 動画、音声及び写真を含む図表等の転載許諾書


QRコード
https://edu.yz.yamagata-u.ac.jp/developer/Asp/Youzan/Laboratory/Plot/@Plot.asp?nxyGraphID=1191
名称: 教育用公開ウェブサービス
URL: 🔗 https://edu.yz.yamagata-u.ac.jp/
管理運用 山形大学 学術情報基盤センター

🎄🎂🌃🕯🎉
名称: サイバーキャンパス「鷹山」
URL: 🔗 http://amenity.yz.yamagata-u.ac.jp/
管理運用 山形大学 データベースアメニティ研究会
〒992-8510 山形県米沢市城南4丁目3-16

Copyright ©1996- 2025 Databese Amenity Laboratory of Virtual Research Institute,  Yamagata University All Rights Reserved.