Source.show_png_cutout() simply calls Source.make_png() without specifying a value for disable_autoscaling. The default value within Source.make_png() is False and therefore any calls to show_png_cutout are also auto-scaled, which is clearly not the desired behaviour.
Source.show_png_cutout()
simply callsSource.make_png()
without specifying a value fordisable_autoscaling
. The default value withinSource.make_png()
isFalse
and therefore any calls toshow_png_cutout
are also auto-scaled, which is clearly not the desired behaviour.