# -*- coding: utf-8 -*- labels = ['Internet', 'TV', 'Newspaper', 'Magazine', 'Radio'] series = { 'Female': [4, 2, 3, 0, 2], 'Male': [5, 1, 1, 3, 2] }