Skip to content

Ch7 Alt Text #227

Description

@pancakereport
  • 7.0 actors.scatter('Number of Movies', 'Total Gross')
  • 7.0 actors.scatter('Number of Movies', 'Average per Movie')
  • 7.0 no_outlier.scatter('Number of Movies', 'Average per Movie')
  • 7.0 movies_by_year.plot('Year', 'Number of Movies')
  • 7.0 century_21.plot('Year', 'Number of Movies')
  • 7.0 century_21.plot('Year', 'Total Gross')
  • 7.1 icecream.barh('Flavor', 'Number of Cartons')
  • 7.1 icecream.barh('Flavor')
  • 7.1 icecream.sort('Number of Cartons', descending=True).barh('Flavor')
  • 7.1 studio_distribution.sort('count', descending=True).barh('Studio')
  • 7.1 movies_and_years.group('Year').take(np.arange(10)).barh('Year')
  • 7.2 millions.hist('Adjusted Gross', unit="Million Dollars")
  • 7.2 millions.hist('Adjusted Gross', bins=np.arange(300,2001,100), unit="Million Dollars")
  • 7.2 current alt="iPad batteries"
  • 7.2 millions.hist('Adjusted Gross', bins=np.arange(300,2001,100), unit="Million Dollars")
  • 7.2 current alt="shaded bell-shaped curve"
  • 7.2 millions.hist('Adjusted Gross', bins=uneven, unit="Million Dollars")
  • 7.2 millions.hist('Adjusted Gross', bins=uneven, normed=False)
  • 7.2 millions.hist('Adjusted Gross', bins=uneven, unit="Million Dollars")
  • 7.2 millions.hist('Adjusted Gross', bins=some_tiny_bins, unit='Million Dollars')
  • 7.2 millions.hist('Adjusted Gross', bins=uneven, unit="Million Dollars")
  • 7.2 millions.hist('Adjusted Gross', bins=uneven)
  • 7.3 sons_heights.scatter('son')
  • 7.3 children.plot('AGE')
  • 7.3 usa_ca.barh('Ethnicity/Race')
  • 7.3 usa_ca.select('Ethnicity/Race', 'USA All', 'CA All').barh('Ethnicity/Race')
  • 7.3 usa_ca.select('Ethnicity/Race', 'CA All', 'CA Children').barh('Ethnicity/Race')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions