Skip to content

Commit

Permalink
Merge pull request #693 from Teradata/salesforecast_fix
Browse files Browse the repository at this point in the history
Updated review comments
  • Loading branch information
DallasBowden authored Aug 9, 2024
2 parents aaec92c + d41e418 commit d9a57c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,14 +351,14 @@
"figure = Figure(width=1000, height=600, heading=\"Total Sales per Week\")\n",
"week_holiday_df.plot(x=week_holiday_df.Sales_Week, y=[week_holiday_df.sum_Weekly_Sales_True, week_holiday_df.sum_Weekly_Sales_False], \n",
" style=['blue','brown'], xlabel='Week', ylabel='Sales', grid_color='black',\n",
" grid_linewidth=0.5, grid_linestyle=\"-\", legend=['IsHoliday True','IsHoliday False'],kind='bar', figure=figure)"
" grid_linewidth=0.5, grid_linestyle=\"-\", legend=['Holidays','Week Days'],kind='bar', figure=figure)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'>The above graph shows the Weekly Sales per Week. The Orange colored bars show weekly sales during Holidays while the Blue colored bars show weekly sales during working days.</p>"
"<p style = 'font-size:16px;font-family:Arial;color:#00233C'>The above graph shows the Weekly Sales per Week. The Orange colored bars show weekly sales during working days while the Blue colored bars show weekly sales during holidays.</p>"
]
},
{
Expand Down

0 comments on commit d9a57c1

Please sign in to comment.