Skip to content

Commit daf90e4

Browse files
authored
Merge pull request #842 from unoplatform/dev/agzi/UpdateScottPlotSamplesToLatest
chore: Update ScottPlot samples to latest Uno.Sdk 5.4.8 and to latest ScottPlot.WinUI 5.0.39
2 parents 9d99651 + 5fb792e commit daf90e4

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

UI/ScottPlot/DataPersistedSample/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
// 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.
33
"msbuild-sdks": {
4-
"Uno.Sdk": "5.4.5"
4+
"Uno.Sdk": "5.4.8"
55
},
66
"sdk":{
77
"allowPrerelease": false

UI/ScottPlot/QuickstartSample/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
See https://aka.platform.uno/using-uno-sdk#implicit-packages for more information regarding the Implicit Packages.
77
-->
88
<ItemGroup>
9-
<PackageVersion Include="ScottPlot.WinUI" Version="5.0.38" />
9+
<PackageVersion Include="ScottPlot.WinUI" Version="5.0.39" />
1010
</ItemGroup>
1111
</Project>

UI/ScottPlot/QuickstartSample/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
// 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.
33
"msbuild-sdks": {
4-
"Uno.Sdk": "5.3.108"
4+
"Uno.Sdk": "5.4.8"
55
},
66
"sdk":{
77
"allowPrerelease": false

UI/ScottPlot/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Quickstart sample
66

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

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

@@ -18,13 +18,13 @@
1818

1919
## Signal plot with 5 million points sample
2020

21-
[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.
21+
[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.
2222

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

2525
## SQLite Data Persistence and Large Dataset Visualization Sample
2626

27-
[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:
27+
[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:
2828

2929
- **SignalPlot and SignalConst**: These are the most memory-efficient for large datasets with evenly spaced X-values.
3030
- **ScatterPlot (with downsampling)**: Ideal for non-uniform X-values, using downsampling to optimize performance.

UI/ScottPlot/SignalPlotFiveMillionPointsSample/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
See https://aka.platform.uno/using-uno-sdk#implicit-packages for more information regarding the Implicit Packages.
77
-->
88
<ItemGroup>
9-
<PackageVersion Include="ScottPlot.WinUI" Version="5.0.38" />
9+
<PackageVersion Include="ScottPlot.WinUI" Version="5.0.39" />
1010
</ItemGroup>
1111
</Project>

UI/ScottPlot/SignalPlotFiveMillionPointsSample/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
// 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.
33
"msbuild-sdks": {
4-
"Uno.Sdk": "5.3.108"
4+
"Uno.Sdk": "5.4.8"
55
},
66
"sdk":{
77
"allowPrerelease": false

0 commit comments

Comments
 (0)