Canvas3d¶
-
class
sf3dmodels.Plot_model.Canvas3d(fig=None, ax=None, ax_rect=[0.05, 0.05, 0.9, 0.9], fig_kw={}, ax_kw={})[source] [edit on github]¶ Bases:
sf3dmodels.Plot_model.MakeCanvasMethods Summary
scatter_random(self, GRID, prop, weight[, …])vectors(self, x, y, z, vx, vy, vz[, …])quiver_kw: Axes3D.quiver kwargs: https://matplotlib.org/mpl_toolkits/mplot3d/tutorial.html#quiver Methods Documentation
-
scatter_random(self, GRID, prop, weight, NRand=1000, prop_color=None, prop_min=None, GRID_unit=1.0, power=0.5, count_max=50, **scatter_kw)[source] [edit on github]¶
-
vectors(self, x, y, z, vx, vy, vz, GRID_unit=1, length=1, arrow_length_ratio=0.1, **quiver_kw)[source] [edit on github]¶ quiver_kw: Axes3D.quiver kwargs: https://matplotlib.org/mpl_toolkits/mplot3d/tutorial.html#quiver
-