"""
KiPlot errors
class KiPlotError(Exception):
pass
class PlotError(KiPlotError):
class KiPlotConfigurationError(KiPlotError):