In Ras Mapper I am trying to create time series of cumulative volume for a HECRAS 2D run.
I create a profile line and tried to create the time series however this is the error i got:
OxyPlot exception: AbsoluteMaximum should be larger than AbsoluteMinimum
An exception of type System.InvalidOperationException was thrown when updating the plot model.
at OxyPlot.Axes.CoerceActualMaxMin()
at OxyPlot.PlotModel.UpdateMaxMin(Boolean is DataUpdated)
at OxyPlot.PlotModel OxyPlot.lPlotModel.Update(Boolean updateData)
Anyone is familiar with how to fix this?