Skip to content

Instantly share code, notes, and snippets.

@amandaiglesiasmoreno
Created November 22, 2021 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amandaiglesiasmoreno/c6dff5ba3fcfc1f01eafef8bbad3cf25 to your computer and use it in GitHub Desktop.
Save amandaiglesiasmoreno/c6dff5ba3fcfc1f01eafef8bbad3cf25 to your computer and use it in GitHub Desktop.
# services column names
services_columns = ['PhoneService', 'MultipleLines', 'InternetService', 'OnlineSecurity',
'OnlineBackup', 'DeviceProtection', 'TechSupport', 'StreamingTV', 'StreamingMovies']
# stacked plot of services columns
percentage_stacked_plot(services_columns, 'Services Information')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment