btarockstar.blogg.se

Element 3d v2 documentation
Element 3d v2 documentation












If specified plot a projection of the filled contour Returns a contour contourf ( X, Y, Z, *args, **kwargs ) ¶ Returns a contour contour3D ( X, Y, Z, *args, **kwargs ) ¶ The positional and other keyword arguments are passed on to Lines on this position in plane normal to zdir If specified plot a projection of the contour The direction to use: x, y or z (default) Whether to extend contour in 3D (default: False) This function is currently not implemented for 3D axes. Return True if this axes supports the zoom box button functionality.ģD axes objects do not use the zoom box button. Return True if this axes supports the pan/zoom button functionality.ģD axes objects do not use the pan/zoom button. Note that this function behaves the same, but for all Supported are:Īdd_contour_set ( cset, extend3d=False, stride=5, zdir='z', offset=None ) ¶ add_contourf_set ( cset, zdir='z', offset=None ) ¶ auto_scale_xyz ( X, Y, Z=None, had_data=None ) ¶ autoscale ( enable=True, axis='both', tight=None ) ¶Ĭonvenience method for simple axis view autoscaling. Modifying the object and adding z coordinate information.

element 3d v2 documentation

add_collection3d ( col, zs=0, zdir='z' ) ¶ĢD collection types are converted to a 3D version by

element 3d v2 documentation

Axes3D ( fig, rect=None, *args, **kwargs ) ¶ģD axes object. Module containing Axes3D, an object which can plot 3D objects on aĢD matplotlib figure. In addition, help and patches would be greatly appreciated! Please report any functions that do not behave as expected as a bug. Significant effort went into bringing axes3d to feature-parity with














Element 3d v2 documentation