タイトル: グリッド線
これはMatplotlibのグリッド線の描画に関する記事です。
| 構文 |
|---|
|
grid(True) |
| 例 |
|---|
|
import matplotlib.pyplot as plt x = [2, 4, 8] plt.grid(True) plt.show() |
| 結果出力 |
|---|
|
|
IT総合Wiki
これはMatplotlibのグリッド線の描画に関する記事です。
| 構文 |
|---|
|
grid(True) |
| 例 |
|---|
|
import matplotlib.pyplot as plt x = [2, 4, 8] plt.grid(True) plt.show() |
| 結果出力 |
|---|
|
|