Description
The name brandPlot is misleading in that you think the function will produce its own plot, when instead it simply adds an image to an already existing plot. A name like add_logo or add_watermark is more descriptive of what the function does.
Description
The name
brandPlotis misleading in that you think the function will produce its own plot, when instead it simply adds an image to an already existing plot. A name likeadd_logooradd_watermarkis more descriptive of what the function does.