Skip to content

Commit

Permalink
Merge pull request #842 from unoplatform/dev/agzi/UpdateScottPlotSamp…
Browse files Browse the repository at this point in the history
…lesToLatest

chore: Update ScottPlot samples to latest Uno.Sdk 5.4.8 and to latest ScottPlot.WinUI 5.0.39
  • Loading branch information
agneszitte authored Oct 3, 2024
2 parents 9d99651 + 5fb792e commit daf90e4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion UI/ScottPlot/DataPersistedSample/global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
// To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information.
"msbuild-sdks": {
"Uno.Sdk": "5.4.5"
"Uno.Sdk": "5.4.8"
},
"sdk":{
"allowPrerelease": false
Expand Down
2 changes: 1 addition & 1 deletion UI/ScottPlot/QuickstartSample/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
See https://aka.platform.uno/using-uno-sdk#implicit-packages for more information regarding the Implicit Packages.
-->
<ItemGroup>
<PackageVersion Include="ScottPlot.WinUI" Version="5.0.38" />
<PackageVersion Include="ScottPlot.WinUI" Version="5.0.39" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion UI/ScottPlot/QuickstartSample/global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
// To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information.
"msbuild-sdks": {
"Uno.Sdk": "5.3.108"
"Uno.Sdk": "5.4.8"
},
"sdk":{
"allowPrerelease": false
Expand Down
6 changes: 3 additions & 3 deletions UI/ScottPlot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Quickstart sample

[This sample](/QuickstartSample/) app was created by following the [ScottPlot Uno Platform Quickstart documentation](https://scottplot.net/quickstart/unoplatform).
[This sample](./QuickstartSample/) app was created by following the [ScottPlot Uno Platform Quickstart documentation](https://scottplot.net/quickstart/unoplatform).

![ScottPlot Quickstart Sample App](doc/assets/Quickstart-Sample.gif)

Expand All @@ -18,13 +18,13 @@

## Signal plot with 5 million points sample

[This sample](/SignalPlotFiveMillionPointsSample/) app was created the same way by following the [ScottPlot Uno Platform Quickstart documentation](https://scottplot.net/quickstart/unoplatform). Only the code-behind defers to display a signal plot with 5 million random points.
[This sample](./SignalPlotFiveMillionPointsSample/) app was created the same way by following the [ScottPlot Uno Platform Quickstart documentation](https://scottplot.net/quickstart/unoplatform). Only the code-behind defers to display a signal plot with 5 million random points.

![ScottPlot Demo Sample App - Signal plot with 5 million points](doc/assets/FiveMillionPoints-Sample.gif)

## SQLite Data Persistence and Large Dataset Visualization Sample

[This sample](/DataPersistedSample/) demonstrates how to combine SQLite for database-driven data persistence with ScottPlot for visualizing large datasets. It showcases how to handle and visualize different plot types while persisting the data in a database for long-term storage:
[This sample](./DataPersistedSample/) demonstrates how to combine SQLite for database-driven data persistence with ScottPlot for visualizing large datasets. It showcases how to handle and visualize different plot types while persisting the data in a database for long-term storage:

- **SignalPlot and SignalConst**: These are the most memory-efficient for large datasets with evenly spaced X-values.
- **ScatterPlot (with downsampling)**: Ideal for non-uniform X-values, using downsampling to optimize performance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
See https://aka.platform.uno/using-uno-sdk#implicit-packages for more information regarding the Implicit Packages.
-->
<ItemGroup>
<PackageVersion Include="ScottPlot.WinUI" Version="5.0.38" />
<PackageVersion Include="ScottPlot.WinUI" Version="5.0.39" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion UI/ScottPlot/SignalPlotFiveMillionPointsSample/global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
// To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information.
"msbuild-sdks": {
"Uno.Sdk": "5.3.108"
"Uno.Sdk": "5.4.8"
},
"sdk":{
"allowPrerelease": false
Expand Down

0 comments on commit daf90e4

Please sign in to comment.