marketing-analytics/predicting/future-customer-value-segments/common/__init__.py [1325:1339]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if not output_folder:
        return

    import matplotlib
    matplotlib.use('Agg')
    from matplotlib import pyplot as plt

    if time_label == TimeGranularityParams.GRANULARITY_DAILY:
        time_label_short = 'Day'
    elif time_label == TimeGranularityParams.GRANULARITY_MONTHLY:
        time_label_short = 'Month'
    else:
        time_label_short = 'Week'

    txs = data[
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



marketing-analytics/predicting/future-customer-value-segments/common/__init__.py [1374:1388]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if not output_folder:
        return

    import matplotlib
    matplotlib.use('Agg')
    from matplotlib import pyplot as plt

    if time_label == TimeGranularityParams.GRANULARITY_DAILY:
        time_label_short = 'Day'
    elif time_label == TimeGranularityParams.GRANULARITY_MONTHLY:
        time_label_short = 'Month'
    else:
        time_label_short = 'Week'

    txs = data[
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



