Commit Latest

This commit is contained in:
2025-07-14 22:07:35 -04:00
parent b197aeff10
commit 78964a53d3
3 changed files with 13 additions and 8 deletions

View File

@@ -80,7 +80,6 @@
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<TextBlock Grid.Row="0" FontSize="16" Text="{Binding Path=GraphTitle}" HorizontalAlignment="Center"></TextBlock>
<!-- <ScottPlot:AvaPlot Grid.Row="1" Name="AvaPlot" Loaded="AvaPlot_Loaded"/> -->
<ContentControl Grid.Row="1" Content="{Binding Path=Plotter}"/>
</Grid>
</Grid>