3.2.1. Initialize

hysteresis.defaultPlotFuncs.initializeFig(xlim=[], ylim=[])[source]

A default function that initializes a figure based on a set of incoming x and y limits

Parameters:
  • xlim (list) – The x limits in [xmin, xmax].

  • ylim (list) – The y limits in [xmin, xmax].