@@ -238,7 +238,7 @@ def from_pyvisgen(
238238 ----------
239239
240240 obs : pyvisgen.simulation.Observation
241- The obeservation which is returned by the
241+ The observation which is returned by the
242242 ``pyvisgen.simulation.vis_loop`` function.
243243
244244 vis_data : pyvisgen.simulation.Visibilities
@@ -519,7 +519,7 @@ def plot_ungridded_uv(self, **kwargs):
519519 Default is ``None``, meaning the plot won't be saved.
520520
521521 save_args : dict, optional
522- The additional arugments passed to the ``fig.savefig`` call.
522+ The additional arguments passed to the ``fig.savefig`` call.
523523 Default is ``{"bbox_inches":"tight"}``.
524524
525525 fig : matplotlib.figure.Figure | None, optional
@@ -640,7 +640,7 @@ def plot_mask(self, stokes_component: str = "I", **kwargs):
640640 Default is ``None``, meaning the plot won't be saved.
641641
642642 save_args : dict, optional
643- The additional arugments passed to the ``fig.savefig`` call.
643+ The additional arguments passed to the ``fig.savefig`` call.
644644 Default is ``{"bbox_inches":"tight"}``.
645645
646646 fig : matplotlib.figure.Figure | None, optional
@@ -752,7 +752,7 @@ def plot_dirty_image(self, stokes_component: str = "I", **kwargs):
752752 Default is ``None``, meaning the plot won't be saved.
753753
754754 save_args : dict, optional
755- The additional arugments passed to the ``fig.savefig`` call.
755+ The additional arguments passed to the ``fig.savefig`` call.
756756 Default is ``{"bbox_inches":"tight"}``.
757757
758758 fig : matplotlib.figure.Figure | None, optional
0 commit comments