Install-Package ScottPlot.WPF 常用示例 生成测试数据: double[,] f2 = SampleData.MonaLisa(); 生成热力图: var map = plot.Plot.Add.Heatmap(f); plot.Refresh(); 生成热力图的图例: map.Colormap = new ScottPlot.Colormaps.Turbo(); plot.Plot.Add.ColorBar(map); 图表内容自适应显示: plot...
Corbyn/scottplot forked fromGitee 极速下载/scottplot 确定同步? 同步操作将从Gitee 极速下载/scottplot强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!! 确定后同步将在后台操作,完成时将刷新页面,请耐心等待。 删除在远程仓库中不存在的分支和标签 ...
Console Application、WinForms、WPF、Avalonia、Blazor、WinUI等多个平台和框架。 ScottPlot类库源代码 新建WinForms项目 新建一个名为ScottPlotWinFormsExercise的项目。 安装ScottPlot.WinForms包 搜索ScottPlot.WinForms包安装: 折线图实现 创建名为:LineChart窗体。 将FormsPlot (ScottPlot.WinForms)从工具箱拖到窗体中...
创建名为:BarChart窗体。 将FormsPlot (ScottPlot.WinForms)从工具箱拖到窗体中: 输入以下代码: publicpartialclassBarChart:Form{publicBarChart(){double[] values = {5,10,7,13,22,18,33,16}; formsPlot1.Plot.Add.Bars(values); formsPlot1.Refresh(); } } 运行效果展示: 饼图实现 创建名为:PieCha...
to create line plots, bar charts, pie graphs, scatter plots, and more with just a few lines of code. TheScottPlot Demoshows how to create plots in GUI environments with advanced interactive behaviors. ScottPlot supportsWindows Forms,WPF,Console,Uno Platform,Blazor,Avalonia,Eto,Notebooks, andmore...
Console Application、WinForms、WPF、Avalonia、Blazor、WinUI等多个平台和框架。 ScottPlot类库源代码 新建WinForms项目 新建一个名为ScottPlotWinFormsExercise的项目。 安装ScottPlot.WinForms包 搜索ScottPlot.WinForms包安装: 折线图实现 创建名为:LineChart窗体。
<ScrollViewerScrollViewer.VerticalScrollBarVisibility="Auto"> <TextBlockText="information"Name="InfoTextBlock"Padding="5"FontSize="16"/> </ScrollViewer> </DockPanel> </Window> 39 changes: 39 additions & 0 deletions39src/ScottPlot.WPF/HelpWindow.xaml.cs ...
Console Application、WinForms、WPF、Avalonia、Blazor、WinUI等多个平台和框架。 ScottPlot类库源代码 新建WinForms项目 新建一个名为ScottPlotWinFormsExercise的项目。 安装ScottPlot.WinForms包 搜索ScottPlot.WinForms包安装: 折线图实现 创建名为:LineChart窗体。
Console Application、WinForms、WPF、Avalonia、Blazor、WinUI等多个平台和框架。 ScottPlot类库源代码 新建WinForms项目 新建一个名为ScottPlotWinFormsExercise的项目。 安装ScottPlot.WinForms包 搜索ScottPlot.WinForms包安装: 折线图实现 创建名为:LineChart窗体。
line graphs, bubble charts, heat maps and other complex 2D plots which are very common in scientific software. Interactive Data Display for WPF integrates well with Bing Maps control to show data on a geographic map in latitude/longitude coordinates. The controls can also be operated ...