#!/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_bed001d3-840c-4b5e-91ac-efe79791c6adr10m9nee/croots/recipe/pandas_1657538217573/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place/bin/python

# -*- coding: utf-8 -*-
import re
import sys

from pandas import plotting

if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
    sys.exit(plotting._matplotlib())
