Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

matplotlib FiveThirtyEight creating a signature

# Assume the rest of the code is written
ax.text(-0.7, -2.9,
        '©DATAQUEST' + ' '*94 + 'Source: P. Cortez et al.',
        color = '#f0f0f0',
        backgroundcolor = '#4d4d4d',
        size=12)
Source by app.dataquest.io #
 
PREVIOUS NEXT
Tagged: #matplotlib #FiveThirtyEight #creating #signature
ADD COMMENT
Topic
Name
2+6 =