diff --git a/sohstationviewer/view/plotting/plotting_widget/plotting_widget.py b/sohstationviewer/view/plotting/plotting_widget/plotting_widget.py index 1a8184df539794a37ae10551c43ae22738527d3f..14932b71c87210977f899086c783fc0f6263b404 100644 --- a/sohstationviewer/view/plotting/plotting_widget/plotting_widget.py +++ b/sohstationviewer/view/plotting/plotting_widget/plotting_widget.py @@ -701,8 +701,6 @@ class PlottingWidget(QtWidgets.QScrollArea): """ + Append to zoom_minmax_list if called from a zoom_in. First time plotting is considered a zoom_in to create first x range in the list. - + Re-decimate channel data to get more detail when zoom in - (get_zoom_data) + Update timestamp bar with new ticks info + Update gap_bar by setting xlim and re-calculate gap total. + for each axes, set new x_lim, y_lim, label for totals of data points