From 2db36002c43705744797d5aa83b1bbee29f10e65 Mon Sep 17 00:00:00 2001 From: uquzq <ventsi@DESKTOP-J41TDPJ> Date: Wed, 26 Jun 2024 16:15:30 +0200 Subject: [PATCH] Change plotjuggler tab --- plotjuggler/1dof_plotjuggler.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plotjuggler/1dof_plotjuggler.xml b/plotjuggler/1dof_plotjuggler.xml index 242475e..1880a97 100644 --- a/plotjuggler/1dof_plotjuggler.xml +++ b/plotjuggler/1dof_plotjuggler.xml @@ -1,14 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> <root> - <tabbed_widget parent="main_window" name="Main Window"> - <Tab containers="1" tab_name="tab1"> + <tabbed_widget name="Main Window" parent="main_window"> + <Tab containers="1" tab_name="1dof"> <Container> - <DockSplitter orientation="-" count="1" sizes="1"> + <DockSplitter count="1" orientation="-" sizes="1"> <DockArea name="..."> - <plot flip_x="false" style="Lines" flip_y="false" mode="TimeSeries"> - <range right="1719305395.590037" bottom="-91.788750" top="2.238750" left="1719305385.590407"/> + <plot style="Lines" flip_x="false" mode="TimeSeries" flip_y="false"> + <range top="91.788750" left="1719391189.551869" bottom="-2.238750" right="1719391199.502832"/> <limitY/> - <curve color="#1f77b4" name="/angles_1dof/plotjuggler/data"/> + <curve name="/angles_1dof/plotjuggler/data" color="#1f77b4"/> </plot> </DockArea> </DockSplitter> -- GitLab