chore: Bump ScottPlot from 5.0.49 to 5.1.57#23
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
--- updated-dependencies: - dependency-name: ScottPlot dependency-version: 5.1.57 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated ScottPlot from 5.0.49 to 5.1.57.
Release notes
Sourced from ScottPlot's releases.
5.1.57
5.0to5.1has breaking changes which are likely to affect advanced users who maintain custom plot types. Upgrading our SkiaSharp from2.88to3.119brought many improvements, but significantly changed the functionality ofSkiaSharp.SKPaintwhich many of our drawing operations relied on. To minimize the impact of this change, references toSkiaSharp.SKPainthave been replaced withScottPlot.Paintwhich closely resembles the original API, minimizing amount of code changes required to upgrade. This version aims at making this upgrade possible, and future versions will refine these objects to improve performance and minimize allocations.SkiaSharp.SKPaintnow acceptScottPlot.PaintPaint.MeasureText()now returns a singlePixelRectinstead of usingoutvariablesPaintthroughout the render flowSetCursor()functionality toIPlotControlto improve cross-platform support for mouse interactionsISignalXYSourceto useIReadOnlyList<Pixel>instead ofPixel[](#5091, #5078) @bclehmannInvert()andInvertHue()toIPaletteso palettes for light backgrounds can be reused for dark backgrounds (#5094) @NeilMacMullenInvert()andInvertHue()toIPaletteso palettes for light backgrounds can be reused for dark backgrounds (#5094) @NeilMacMullenColorblindFriendlyDarkpalette to improve accessibility of categorical plots with dark backgrounds (#5094) @NeilMacMullenPreRenderActionsto facilitate synchronization of data between subplots (#5095) @NeilMacMullenIndexso manually added items can be displayed in preferred sequence (#5107) @timmer985.0.56
IsAxisAboveDataproperty to allow the axes to be rendered on top of the data series (#4874) @Christoph-WagnerLabelsOnTopoption to allow bar labels to always be displayed and never get overlapped by other bars or plottables (#4886, #4855) @manaruto @bclehmannFont.Set()issue associated with premature typeface disposal (#4910, #4958) @sproott @237779932OpenCircleWithDot,OpenCircleWithCross, andOpenCircleWithEksmarkers (#4963, #4972) @CoderPM2011Clamp()overloads prevent boxing and improve performance (#4985) @kevin100702net8.0target to facilitate platform-agnostic unit testing (#4988) @Adam--FillPath()andFillCircle()and deprecate draw overloads that accept aFillStyle(#4987) @CoderPM2011devconainer.jsonfile to facilitate development in GitHub Codespaces (#5002) @oxygen-dioxideRadiusproperty (instead of forcing1.0) and improved rendering and SVG export (#5020) @CoderPM2011 @aespitiaFillYand related properties so streaming plots support filled ares (#4948, #5023) @manaruto @StephanowiczFigureBorderandDataBorderfor displaying custom borders on plots and subplots (#4854, #5024) @CoderPM2011Invertedproperty and support forAnglecomparison using equality operatorsClockwiseproperty to support clockwise and counter-clockwise translation between Polar and Cartesian coordinates (#5028, #4884, #5046) @CoderPM2011, @mattwelch2000Fonts.Reset()to restore default styling options (#5013) @aespitiaRenderStrategyproperty so users can use custom rendering logic (#5035) @bclehmannHeatmap.RenderStrategies.Rectanglesto improve SVG support by drawing each cell of a heatmap as a distinct rectangle (#4950, #5020, #5035) @CoderPM2011 @bclehmann @MRC-KarelOpacityproperty to complimentWithOpacity()which represents opacity as a fractional value (#5041, #5024) @aespitia, @bclehmannOnLostFocusevents to improve mouse/keyboard interactivity following alt+tab window switching (#5053) @afunc2335.0.55
Extrema()method (#4770, #4665) @bwedding @uperpReset()and restore cookbook behavior (#4793)LineColornow sets both line color and outline color to improve support for filled markers with outlines (#4715)GetPanels()and addedGetXAxes()andGetYAxes()to facilitate advanced customization (#4717) @hsfettermanSquareZoomOutsupport for inverted axes (#4837, #4836) @StendProg @CorbiniLogMinorTickGeneratorto support decade-spaced minor ticks on logarithmic axes (#4841) @macabaXmlnsDefinitionandXmlnsPrefixassembly information to simplify referencing in XAML (#4853) @MunyPlot.Title()will always enable its visibility. CallPlot.Title(false)to hide the title. (#4804, #4856)Frameless(false)enables visibility of all panels, undoing the actions ofFrameless()(#4804, #4856) @manaruto @bouyeijiangDateTimeOffsetobjects (#4863, #4861) @bclehmann @bukowa5.0.54
Multiplot.ShareY()is nowMultiplot.SharedAxes.ShareY()as seen in demo application. (#4738)IMultiplot.LastRenderproperty (#4738)Subplotsproperty for plot collection management and replacedIMultiplot.CountwithMultiplot.Count()(#4738)IAxis.Collapse()helper method to disable tick generation and set size to zero for a given axis (#4738)CollapseVertically()to collapse space between vertically stacked plots (#4738)DraggableRows()layout to simplify user-resizable multiplots as demonstrated in the demo application (#4738) @VladislavPustovarov @quantfreedomLockSize()helper method to quickly setMinimumSizeandMaximumSizeto the same valueScottPlot.Image.GetBitmap()memory management and disposalScaled()andResized()methods to help resize existing images in memory5.0.53
IMultiplotallowing users to inject their own multi-plot logic (#4687)5.0.52
5.0.51
GetColors()extension method for creating an array of colors from an existing palette5.0.50
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)