Skip to content

Commit 05f399a

Browse files
committed
Remove non-working line
1 parent 424ef2f commit 05f399a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

06_charts/bar_chart_categories.py

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def main(filename):
2626
bar_chart.title = "Book Sales"
2727
bar_chart.x_axis.title = "Book Types"
2828
bar_chart.y_axis.title = "Prices"
29-
bar_chart.set_x_axis({'num_font': {'rotation': 45}})
3029

3130

3231
data = Reference(worksheet=sheet,

0 commit comments

Comments
 (0)