Skip to content

Commit

Permalink
SDS-View: Fix grid line setting for multiple graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoMahnic authored and RobertRostohar committed Feb 19, 2024
1 parent 68a6e05 commit 28d7d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/SDS-View/sds-view.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def plotData(all_data, data_desc, freq, title, view3D):
# Increment description number
desc_n += 1

plt.grid(linestyle=":")
plt.title(title)
plt.xlabel("seconds")
plt.ylabel(unit)
Expand Down Expand Up @@ -209,7 +210,6 @@ def main():
plotData(data, data_desc, data_freq, data_name, args.view3D)

# Show plotted figures
plt.grid(linestyle=":")
plt.show()


Expand Down

0 comments on commit 28d7d53

Please sign in to comment.