python matplot 畫網格座標軸方法

2021-08-08 21:57:01 字數 1674 閱讀 6241

from

displaying a grid on the axes in matploblib.

import

matplotlib.pyplot

aspltax=

plt.

axes

([0.025

,0.025

,0.95

,0.95

]) #[xmin,ymin,xmax,ymax]ax.

set_xlim(0

,4)ax

.set_ylim(0

,3)ax

.xaxis

.set_major_locator

(plt

.multiplelocator

(1.0

))#設定x主座標間隔 1ax.

xaxis

.set_minor_locator

(plt

.multiplelocator

(0.1

))#設定x從座標間隔 0.1ax.

yaxis

.set_major_locator

(plt

.multiplelocator

(1.0

))#設定y主座標間隔 1ax.

yaxis

.set_minor_locator

(plt

.multiplelocator

(0.1

))#設定y從座標間隔 0.1ax.

grid

(which

='major'

,axis

='x'

,linewidth

=0.75

,linestyle

='-'

,color

='0.75'

)#由每個x主座標出發對x主座標畫垂直於x軸的線段ax.

grid

(which

='minor'

,axis

='x'

,linewidth

=0.25

,linestyle

='-'

,color

='0.75'

)#由每個x主座標出發對x主座標畫垂直於x軸的線段ax.

grid

(which

='major'

,axis

='y'

,linewidth

=0.75

,linestyle

='-'

,color

='0.75')ax

.grid

(which

='minor'

,axis

='y'

,linewidth

=0.25

,linestyle

='-'

,color

='0.75')ax

.set_xticklabels

()#標記x軸主座標的值,在這裡設為空值,則表示座標無數值標定;其他情況如#ax

.set_xticklabels

([i for i in range(10)])

ax.

set_yticklabels

()plt

.show

()###########

可能是最精闢的Python matplot筆記

繪製多圖 多資料圖 特殊影象 y軸刻度逆時針旋轉45 plt.xticks rotation 45 x軸刻度逆時針旋轉45 plt.xlabel confidence x軸圖例 plt.ylabel money y軸圖例 plt.title confidence money 標題 2x2 第乙個位置...

強人畫的畫 )

這是在哥本哈根的街頭拍到的,這位街頭畫家,據他講,這種做畫的方式也是一種生活,他已經作畫20多年了。呵呵,當然不素偶拍滴啦 先用粉筆打底 測量一下比例是否正確 給路人講解 立體畫草稿 開始繪畫 畫的是felix貓 細節需要精心刻畫 開始完善畫面 中國舞獅和felix貓,呼之欲出 換個角大功告成 與作...

drawArc 畫扇形 畫弧線

設定漸變色 這個正方形的顏色是改變的 shader mshader new lineargradient 0,0,100,100,new int null,shader.tilemode.repeat 乙個材質,打造出乙個線性梯度沿著一條線。p.setshader mshader rectf rec...