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 18:47]
koudai
python:matplotlib:線種の設定 [2021/06/27 22:04] (current)
Line 8: Line 8:
 例えば、赤色の実線で●形のマーカーをつなぎたい場合は<file python>plt.plot(x, y, "-or")</file>とします。 例えば、赤色の実線で●形のマーカーをつなぎたい場合は<file python>plt.plot(x, y, "-or")</file>とします。
 -orは、左から「実線」「●形のマーカー」「赤色」を意味します。 -orは、左から「実線」「●形のマーカー」「赤色」を意味します。
 +指定する順番は任意です。
  
 <file python line.py> <file python line.py>
Line 163: Line 164:
 plt.plot(x, y, color=0.5) plt.plot(x, y, color=0.5)
 </file> </file>
 +
 +
 +
 +======= 参考 =======
 +
 +  * http://own-search-and-study.xyz/2016/08/08/matplotlib-pyplot%E3%81%AEplot%E3%81%AE%E5%85%A8%E5%BC%95%E6%95%B0%E3%82%92%E4%BD%BF%E3%81%84%E3%81%93%E3%81%AA%E3%81%99/
 +    * plt.plotのすべての機能について解説しています。
 +
python/matplotlib/線種の設定.1516614455.txt.gz · Last modified: 2021/06/27 21:59 (external edit)