You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i found that my mac require to
import pysal
so that i can run <scheme='quantiles'>
in the code
/*
%matplotlib inline
import matplotlib as plt
ax = hkg2.plot(column='Population', figsize=(20, 20), cmap='OrRd', scheme='quantiles')
ax.axis('off')
ax.set_title('Hong Kong District Boundary', fontsize=40)
for idx, row in hkg2.iterrows():
pt = row['geometry'].representative_point()
ax.annotate(s=row['District'], xy=(pt.x, pt.y),
horizontalalignment='center', fontsize=10)
*/
The text was updated successfully, but these errors were encountered:
i found that my mac require to
import pysal
so that i can run <scheme='quantiles'>
in the code
/*
%matplotlib inline
import matplotlib as plt
ax = hkg2.plot(column='Population', figsize=(20, 20), cmap='OrRd', scheme='quantiles')
ax.axis('off')
ax.set_title('Hong Kong District Boundary', fontsize=40)
for idx, row in hkg2.iterrows():
pt = row['geometry'].representative_point()
ax.annotate(s=row['District'], xy=(pt.x, pt.y),
horizontalalignment='center', fontsize=10)
*/
The text was updated successfully, but these errors were encountered: