Merged
Conversation
Added typecast in "public static Color FromARGB(int argb)" to prevent an infinite loop.
Member
|
Thanks @r-j-s, this is a great fix! 🚀 |
KroMignon
added a commit
to KroMignon/ScottPlot
that referenced
this pull request
Jun 24, 2024
* upstream/main: (317 commits) CI: autoformat Population: new primitive with methods for statistics, testing, and plotting (ScottPlot#3944) Axes: Improve automatic axis limit expansion for extremely large values Default text rendering to use subpixel rendering (ScottPlot#3937) Added LabelFormatter to DateTimeFixedInterval (ScottPlot#3936) Fonts: use a ConcurrentDictionary for typeface caching ScottPlot 5.0.35 SignalXY: Improved cookbook recipe demonstrating SignalXY plots with markers at each point Sandbox: simplify app SignalXY: fix GetRangeY() scaling bug SignalXY: Improve behavior of off-screen single-point signals SignalXY: improve interpolation of edge points when step mode is enabled SignalXY: add scaling and offset to last point DataLogger and DataStreamer: do not manage axes if data is empty CI: autoformat Cookbook: heatmap with custom tick formatter Update Color.cs (ScottPlot#3924) Heatmap: ManualRange CI: autoformat SignalXY: improve behavior of rotated and inverted plots ...
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.
Added typecast in "public static Color FromARGB(int argb)" to prevent an infinite loop.