try:
        tweet_types = create_tweet_types(dataframe)
        write_graph(tweet_types, oh_user, 'tweet_types',
                    'tweet types over time')
    except: