I am trying to plot a graph by this this command: ``` r supply_data = DataSet$Consumption plot(factor(DataSet$Date), supply_data) ``` but everytime I got the graph with date not in order, would you please help me handle this? @gillesalex07 @brrav0 @Sefimenko 