File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 7676 #
7777 # - The x-axis should represent the component names.
7878 # - The y-axis should represent the area values.
79+ # - Set a reasonable title for the plot.
80+ # - Set a reasonable x-axis label.
81+ # - Set a reasonable y-axis label.
7982 # --------------------------------------------------------------------------
8083
8184 # --------------------------------------------------------------------------
9497 # STUDENT TASK 1a.3: Remap the names of the components
9598 # --------------------------------------------------------------------------
9699 # Remap the names of the components for better readability.
97- # Remember to move the plot commands to the correct position in the code .
100+ # Remember to move the remapping code before the `plt.bar(...)` command .
98101 #
99102 # HINT: Use the `names` list to remap the names of the components.
100103 # --------------------------------------------------------------------------
Original file line number Diff line number Diff line change 7676 #
7777 # - The x-axis should represent the component names.
7878 # - The y-axis should represent the area values.
79+ # - Set a reasonable title for the plot.
80+ # - Set a reasonable x-axis label.
81+ # - Set a reasonable y-axis label.
7982 # --------------------------------------------------------------------------
8083
8184 # Set the figure size
116119 # STUDENT TASK 1a.3: Remap the names of the components
117120 # --------------------------------------------------------------------------
118121 # Remap the names of the components for better readability.
119- # Remember to move the plot commands to the correct position in the code .
122+ # Remember to move the remapping code before the `plt.bar(...)` command .
120123 #
121124 # HINT: Use the `names` list to remap the names of the components.
122125 # --------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments