-
Notifications
You must be signed in to change notification settings - Fork 335
Ch7 Alt Text #227
Copy link
Copy link
Closed
Description
pancakereport
opened on May 28, 2026
Issue body actions
- 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')
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
No fields configured for issues without a type.