mpl_toolkits.mplot3d.art3d.PathPatch3D¶
-
class
mpl_toolkits.mplot3d.art3d.PathPatch3D(path, *, zs=(), zdir='z', **kwargs)[源代码]¶ 基类:
mpl_toolkits.mplot3d.art3d.Patch3D3D PathPatch对象。
支持以下Kwarg属性
财产 描述 agg_filter一种过滤函数,它接受一个(m,n,3)浮点数组和一个dpi值,并返回一个(m,n,3)数组。 alpha浮动或无 animated布尔 antialiased或者aa未知的 capstyle“对接”、“圆形”、“突出” clip_boxBboxclip_on布尔 clip_path面片或(路径、变换)或无 color颜色 contains未知的 edgecolor或ec颜色或无或“自动” facecolor或fc颜色或无 figureFigurefill布尔 gidSTR hatch'/'、''、''、'-'、'+'、'X'、'O'、'O'、'、'、'*' in_layout布尔 joinstyle'miter'、'round'、'bevel' label对象 linestyle或ls'-'、'-'、'-'、'-'、':'、'、'、'(偏移量、开/关顺序)、… linewidth或lw浮动或无 path_effectsAbstractPathEffectpicker无、布尔或可呼叫 rasterized布尔或无 sketch_params(比例:浮动,长度:浮动,随机性:浮动) snap布尔或无 transformTransformurlSTR visible布尔 zorder浮动 -
__init__(path, *, zs=(), zdir='z', **kwargs)[源代码]¶ 支持以下Kwarg属性
财产 描述 agg_filter一种过滤函数,它接受一个(m,n,3)浮点数组和一个dpi值,并返回一个(m,n,3)数组。 alpha浮动或无 animated布尔 antialiased或者aa未知的 capstyle“对接”、“圆形”、“突出” clip_boxBboxclip_on布尔 clip_path面片或(路径、变换)或无 color颜色 contains未知的 edgecolor或ec颜色或无或“自动” facecolor或fc颜色或无 figureFigurefill布尔 gidSTR hatch'/'、''、''、'-'、'+'、'X'、'O'、'O'、'、'、'*' in_layout布尔 joinstyle'miter'、'round'、'bevel' label对象 linestyle或ls'-'、'-'、'-'、'-'、':'、'、'、'(偏移量、开/关顺序)、… linewidth或lw浮动或无 path_effectsAbstractPathEffectpicker无、布尔或可呼叫 rasterized布尔或无 sketch_params(比例:浮动,长度:浮动,随机性:浮动) snap布尔或无 transformTransformurlSTR visible布尔 zorder浮动
-
__module__= 'mpl_toolkits.mplot3d.art3d'¶
-