Skip to content

This 'lssues' is not an issue( Data Visualization.ipynb) #2

Description

@KFCMike

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)
*/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions