Data Visualization and Postprocessing#
- How do I plot an object with a spatial definition?
 - How do I change the object plotting characteristics (facecolor, edgecolor, etc)?
 - How do I change the global plot characteristics (title, size, etc)?
 - How do I access the data of a specific monitor?
 - How do I interpolate the electromagnetic field data at the Yee cell centers?
 - How do I get the monitor’s data from a SimulationData object?
 - How do I select the data at a certain coordinate value (i.e. x=0.0, f=200e12)?
 - How do I get the monitor data at a certain index?
 - How do I interpolate the monitor data at various coordinate values?
 - How do I get the real part, imaginary part, or absolute value of complex-valued simulation data?
 - How do I get the raw monitor data values as a numpy array?
 - How do I get a specific field component from a FieldMonitor or FieldTimeMonitor?
 - How do I plot the monitor data as a function of one of its coordinates?
 - How do I plot the simulation structure on top of my field plot?
 - How do I project electromagnetic near-field data to the far field?
 - How do I export field data to zbf?