{if(firstRender) {// 从 blazorPlot 中获取 Plot 对象varmyPlot = blazorPlot.Plot;//创建2个boxPlotScottPlot.Boxbox =new() {Position=5,BoxMin=81,BoxMax=93,WhiskerMin=76,WhiskerMax=107,BoxMiddle=84, };ScottPlot.Boxbox2 =new() {Position=6,BoxMin=81,BoxMax=93,WhiskerMin=76,WhiskerMax=1...
myPlot.Axes.Bottom.TickGenerator = new ScottPlot.TickGenerators.NumericManual(ticks); //或者使用日期刻度 //myPlot.Axes.DateTimeTicksBottom(); //使用散点图来显示异常点 outliers double[] outlierX = { 5, 6 };//X坐标对应 boxplot 的位置, 数值单位为刻度尺单位 double[] outlierY = { 109, 108...
Question: ScottPlot5 skiasharp is terribly slow on Linux (Debian 12 (linux-x64), i3-10105, Intel UHD Graphics 630). ScottPlot.Avalonia Version: 5.0.21 SkiaSharp.NativeAssets.Linux.NoDependencies Version: 2.88.7 Avalonia Version: 11.0.6 Code Sample: <ScottPlot:AvaPlot Name="avaPlot1"/> ava...
swhardenchanged the title Radar chart ScottPlot 5: Add support for Radar chart on Mar 17, 2024 swhardenadded Good First IssueThis issue has limited complexity and may be a good start for new contributors Help WantedScott won't do this soon, but PRs from the community are welcome! on ...
Watch 2 Star 1 Fork 0 lei/ScottPlot5BlazorWebAssembly 代码 Issues 0 Pull Requests 0 Wiki 统计 流水线 服务 Gitee Pages JavaDoc PHPDoc 质量分析 Jenkins for Gitee 腾讯云托管 腾讯云 Serverless 悬镜安全 阿里云 SAE Codeblitz 我知道了,不再自动展开 ...
Reproducing: double[]xData=Enumerable.Range(0,10).Select(x=>x*0.1).ToArray();double[]yData=Enumerable.Range(0,10).Select(x=>x*0.1).ToArray();Plotplt=newScottPlot.Plot(){};Scatterscatter=plt.Add.Scatter(xData,yData);s1.Label="Plot 1";plt.GetLegend().Alignment=Alignment.UpperRight;pl...
NuGet: Improved package descriptions to better reflect that ScottPlot 5 is no longer in preview (#3207) ScottPlot 5.0.15 Published on NuGet on 2024-01-14 Ticks: Added additional styling options for axis tick labels (#3185) @barnettben Finance: Added Sequential property to display OHLC data ...
Scottplot5 Horizontal and vertical line plots: Add min max like in scottplot4 Thanks for the suggestion! This will be in the next release myPlot.Add.Signal(Generate.Sin());myPlot.Add.Signal(Generate.Cos());varvLine=myPlot.Add.VerticalLine(24);vLine.Minimum=-.5;vLine.Maximum=0.5;varhLine...
ScottPlot/ScottPlotPublic NotificationsYou must be signed in to change notification settings Fork894 Star5.6k New issue swhardenopened this issueFeb 12, 2023· 0 comments· Fixed by#2427 Member swhardencommentedFeb 12, 2023 swhardenmentioned this issueFeb 12, 2023 ...
ScottPlot/src/ScottPlot5/ScottPlot5/AxisManager.cs Lines 942 to 949 in 712d236 public void SquareUnits() { IAxisRule rule = Plot.PlotControl is null ? new AxisRules.SquareZoomOut(Bottom, Left) // best for console apps : new AxisRules.SquarePreserveX(Bottom, Left); // best fo...