Previous topic

emf.EMFAnalysis3D.plot_mag_field_contours

Next topic

emf.EMFAnalysis3D.potential_coeffs

This Page

emf.EMFAnalysis3D.plot_space_potential_contours

EMFAnalysis3D.plot_space_potential_contours(self, xs, ys, angle_x=0, angle_y=0, angle_z=0, origin=(0, 0, 0), cmap='jet')[source]

Plots the magnetic field contours.

Parameters:
xs, ys : array

The points along the width and height of the plane.

angle_x, angle_y, angle_z : float

The rotation angles about the x, y, and z axes.

origin : array

The origin of the view.

cmap : str

The name of the color map to use.