#!/usr/bin/env python # coding: utf-8 # ## Size Bins Style # # Helper function for quickly creating a size bins style. Use `help(size_bins_style)` to get more information. # In[1]: from cartoframes.auth import set_default_credentials set_default_credentials('cartoframes') # In[2]: from cartoframes.viz import Layer, size_bins_style Layer('clev_sales', size_bins_style('sale_price'))