ScottPlot 5.1.57
NuGet packages published 2025-10-11
- The transition from ScottPlot
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. - Public methods that accepted
SkiaSharp.SKPaintnow acceptScottPlot.Paint Paint.MeasureText()now returns a singlePixelRectinstead of usingoutvariables- Rendering: Significantly reduced the number of allocations by passing
Paintthroughout the render flow - NuGet: Bundle all third party license and copyright notices into a single file included in the NuGet package (#5068, #5075) @jelhan, @bclehmann
- Colormaps: Updated the Turbo colormap to use the identical color table published by the original author (#5075) @bclehmann
- Interactive Plottables: Created a new collection of interactive plottables which do not require manually wiring mouse events to support hover and click-drag manipulation
- Controls: Added
SetCursor()functionality toIPlotControlto improve cross-platform support for mouse interactions - SignalXY: Reduced heap allocations by modifying
ISignalXYSourceto useIReadOnlyList<Pixel>instead ofPixel[](#5091, #5078) @bclehmann - Palette: Added
Invert()andInvertHue()toIPaletteso palettes for light backgrounds can be reused for dark backgrounds (#5094) @NeilMacMullen - Colormap: Added
Invert()andInvertHue()toIPaletteso palettes for light backgrounds can be reused for dark backgrounds (#5094) @NeilMacMullen - Palettes: Added a
ColorblindFriendlyDarkpalette to improve accessibility of categorical plots with dark backgrounds (#5094) @NeilMacMullen - Multiplot: Added a collection of
PreRenderActionsto facilitate synchronization of data between subplots (#5095) @NeilMacMullen - Histogram: Optimized bin count accumulation strategy to improve performance when creating histograms (#5102) @fissssssh
- Legend: Added support for defining an
Indexso manually added items can be displayed in preferred sequence (#5107) @timmer98 - Avalonia: Improve behavior through focus release and acquisition cycles (#5109, #5105) @nbeck-SMT
Contributors
ScottPlot 5.0.56
NuGet packages published 2025-08-22
- Statistics: Added support for kernel density estimation with Epanechnikov, Gaussian, Uniform, and Triangular strategies. Scott's rule (no relation) was implemented for bandwidth estimation (#4869) @bclehmann
- Radar: Added a
IsAxisAboveDataproperty to allow the axes to be rendered on top of the data series (#4874) @Christoph-Wagner - Scatter: Add support for vertically oriented gradient fills (#4881) @manaruto
- Bar Plot: Add
LabelsOnTopoption to allow bar labels to always be displayed and never get overlapped by other bars or plottables (#4886, #4855) @manaruto @bclehmann - PolarAxis: Add support for custom background color (#4897) @CoderPM2011
- PolarAxis: Added support for custom spoke lengths (#4897) @CoderPM2011
- Axes: Improve automatic DateTime tick generation for inverted axes (#4900, #4851) @manaruto @sunwayking
- Ticks: Improve behavior of DateTime ticks for plots with zero-sized axes (#4911, #4903) @NeilMacMullen @mccabe93
- Horizontal and Vertical Line: Improve support for inverted axes (#4920) @manaruto
- Rendering: Improve support for invisible and zero line width rectangles (#4956) @Fruchtzwerg94
- Font: Fixed
Font.Set()issue associated with premature typeface disposal (#4910, #4958) @sproott @237779932 - WinUI: Improve support for modifier keys when combining mouse and keyboard inputs (#4967, #4970) @diluculo
- Markers: Added new
OpenCircleWithDot,OpenCircleWithCross, andOpenCircleWithEksmarkers (#4963, #4972) @CoderPM2011 - NumericConversion: Added type-specific
Clamp()overloads prevent boxing and improve performance (#4985) @kevin100702 - Maui: Add explicit
net8.0target to facilitate platform-agnostic unit testing (#4988) @Adam-- - Drawing: Add
FillPath()andFillCircle()and deprecate draw overloads that accept aFillStyle(#4987) @CoderPM2011 - GitHub: Create a
devconainer.jsonfile to facilitate development in GitHub Codespaces (#5002) @oxygen-dioxide - Maui: Improve behavior for interactive plots when their user input processor is disabled (#4990, #4989) @Adam--
- Fonts: Added new styling options for weight, slant, density, etc. (#5013, #4873) @aespitia @Christoph-Wagner
- Labels: Added styling options for underline with customizable thickness and offset (#4893) @manaruto
- Legend: Added the ability to customize default marker shape for legend items (#5005, #5006) @aespitia
- Pie: Added a
Radiusproperty (instead of forcing1.0) and improved rendering and SVG export (#5020) @CoderPM2011 @aespitia - Data Streamer: Added
FillYand related properties so streaming plots support filled ares (#4948, #5023) @manaruto @Stephanowicz - Plot: Added
FigureBorderandDataBorderfor displaying custom borders on plots and subplots (#4854, #5024) @CoderPM2011 - Angle: Added
Invertedproperty and support forAnglecomparison using equality operators - Polar Axis: Added a
Clockwiseproperty to support clockwise and counter-clockwise translation between Polar and Cartesian coordinates (#5028, #4884, #5046) @CoderPM2011, @mattwelch2000 - WinUI: Improved support for plots with transparent backgrounds (#5026, #5029) @diluculo
- Font: Added
Fonts.Reset()to restore default styling options (#5013) @aespitia - Legend: Respect marker size when a default marker shape is used (#5006, #5031) @manaruto @aespitia
- Legend: Improve appearance of large markers in legends (#4999, #5031, #5056) @manaruto @winsrp
- Cookbook: Improve developer experience when generating images using the Visual Studio Test Runner (#4882, #5032) @CoderPM2011
- Signal: Improve horizontal range accuracy reported by signal plot data sources (#4868, #5033) @CoderPM2011, @dirk-de-bugger, @StendProg
- Heatmap: Added a
RenderStrategyproperty so users can use custom rendering logic (#5035) @bclehmann - Heatmap: Added
Heatmap.RenderStrategies.Rectanglesto improve SVG support by drawing each cell of a heatmap as a distinct rectangle (#4950, #5020, #5035) @CoderPM2011 @bclehmann @MRC-Karel - Color: Added an
Opacityproperty to complimentWithOpacity()which represents opacity as a fractional value (#5041, #5024) @aespitia, @bclehmann - Axis Line: Improve alignment of horizontal line labels on the right side of multi-axis plots (#5052) @afunc233
- Avalonia: Forward
OnLostFocusevents to improve mouse/keyboard interactivity following alt+tab window switching (#5053) @afunc233
Contributors
ScottPlot 5.0.55
NuGet packages published 2025-03-22
- WPF: Added autoscale option to the default right-click context menu (#4701) @hsfetterman
- Interactivity: Make all user action responses public (#4743) @manaruto @bwedding
- Shapes: Improved display of newly added Eclipse and Arc shapes (#4744, #4739) @CoderPM2011
- SignalXY: Improve support for generic X and Y collections (#4753, #4746) @JoeStoneAT @bclehmann
- Axis Rules: Updated minimum and maximum span rules to improve support for inverted axes (#4755, #4735) @manaruto
- Avalonia: Improved support for transparency at the window level (#4759, #3444, #4732) @bclehmann
- CoordinateRange: Improve NaN support for
Extrema()method (#4770, #4665) @bwedding @uperp - Rendering: Improved performance by simplifying axis limit change detection to reduce duplicate renders (#4790, #4783) @bclehmann @dtoppani-twist @chen1tian @ssharks
- Rectangular Grid: Improve logic used to identify cells from coordinates, fixing issues associated with contour line plots (#4787, #4791) @StendProg @ScottSSapphire
- Axes: Improve coordinate lookup logic for translating between triangular and Cartesian axes (#4797, #4798) @manaruto
- SignalXY: Improve performance by reducing allocations and copying inside the render loop (#4794, #4753) @bclehmann
- CoordinateRangeMutable: Improve comparison logic (#4796) @bclehmann
- Multiplot: Improve interactivity following
Reset()and restore cookbook behavior (#4793) - Population: Use stable random number generator for horizontal symbol offsets (#4616) @marklam
- Demo: Created an Avalonia demo application available for download in the GitHub repository (#4801) @bclehmann
- Colorbar: Improve support for transparent colormaps (#4685) @Roman-Rak
- Marker: Setting
LineColornow sets both line color and outline color to improve support for filled markers with outlines (#4715) - Axes: Exposed
GetPanels()and addedGetXAxes()andGetYAxes()to facilitate advanced customization (#4717) @hsfetterman - Bar Plots: Place value labels below the bars for bars with negative values (#4760) @asmallproblem @jux-stef
- Tooltip: New plot type for labeling a point in coordinate space using a bubble (#4829, #4751) @CoderPM2011
- Axis Rules: Improved
SquareZoomOutsupport for inverted axes (#4837, #4836) @StendProg @Corbini - Axes: Added
LogMinorTickGeneratorto support decade-spaced minor ticks on logarithmic axes (#4841) @macaba - SVG: Pre-render plots in memory to finalize layout before generating XML to reduce file size and improve performance (#4847, #4842) @manaruto
- WPF: Added
XmlnsDefinitionandXmlnsPrefixassembly information to simplify referencing in XAML (#4853) @Muny - Plot: Calling
Plot.Title()will always enable its visibility. CallPlot.Title(false)to hide the title. (#4804, #4856) - Layout: Calling
Frameless(false)enables visibility of all panels, undoing the actions ofFrameless()(#4804, #4856) @manaruto @bouyeijiang - Generate: Added helper methods for generating collections of
DateTimeOffsetobjects (#4863, #4861) @bclehmann @bukowa
Contributors
ScottPlot 5.0.54
NuGet packages published 2025-01-26
- Multiplot: Improved API for advanced layout customization. See cookbook and demo application for examples. (#4738)
- Multiplot: Use new shared axis manager.
Multiplot.ShareY()is nowMultiplot.SharedAxes.ShareY()as seen in demo application. (#4738) - Multiplot: Moved state management and pixel lookup logic based on previous renders into the
IMultiplot.LastRenderproperty (#4738) - Multiplot: Added
Subplotsproperty for plot collection management and replacedIMultiplot.CountwithMultiplot.Count()(#4738) - Axes: Added
IAxis.Collapse()helper method to disable tick generation and set size to zero for a given axis (#4738) - Multiplot: Added
CollapseVertically()to collapse space between vertically stacked plots (#4738) - Multiplot: Created
DraggableRows()layout to simplify user-resizable multiplots as demonstrated in the demo application (#4738) @VladislavPustovarov @quantfreedom - Axes: Added
LockSize()helper method to quickly setMinimumSizeandMaximumSizeto the same value - WinForms: improve
ScottPlot.Image.GetBitmap()memory management and disposal - Image: Added
Scaled()andResized()methods to help resize existing images in memory - WinForms: Improve support for transparency for plots placed on Forms with background images (#4698) @luo-ross
- OpenGL: Improved memory management for applications using scatter plots in OpenGL controls (#4702, #4693) @onur-akaydin @StendProg @allrightsreserved
- Rendering: Improved detection of changed axis limits and improved behavior of legend item orientation (#4722, #4629) @aespitia
- Plottables: Added many new shapes like arcs, circle sectors, annular sectors, and more as seen in the cookbook (#4739) @CoderPM2011 @heartacker
Contributors
ScottPlot 5.0.53
NuGet packages published 2025-01-12
- Axis Rules: Improved support for inner and boundaries on plots with inverted axis limits (#4686, #4609) @kebox7
- OpenGL: Improved behavior for applications which have multiple OpenGL instances (#4693) @onur-akaydin
- Multiplot: Improved interactive behavior in .NET Maui, Blazor, and WinUI controls (#4691) @King-Taz
- IPlotControl: Refactor to support
IMultiplotallowing users to inject their own multi-plot logic (#4687) - Cookbook: Added a colors page demonstrating all colors included with ScottPlot (#4681) @quantfreedom
Contributors
ScottPlot 5.0.52
NuGet packages published 2025-01-08
- Controls: Fix issue preventing the context menu from appearing after it was used to open a new window (#4529, #4671) @wi-fr @david3951445
- Eto: Improved implementation of the new multi-plot rendering system (#4675) @qaz7349134142024
Contributors
ScottPlot 5.0.51
NuGet packages published 2025-01-07
- WPF: Updated the WPF control to pass render requests though the new Multiplot system (#4666, #4667) @zygfrydw @VladislavPustovarov
- Multiplot: Improved right-click context menu support for multi-plot user controls (#4671) @nilsakesson
- Palette: Added
GetColors()extension method for creating an array of colors from an existing palette
Contributors
ScottPlot 5.0.48
NuGet packages published 2025-01-05
- Multiplot: Extend
Multiplotto support rending onto an existing surface (#4628, #4600) - User Controls: Add
MultiplottoIPlotControl(#4628, #4600) - User Controls: Remove deprecated
Interactionsystem (#4630, #4600) - Plot: Remove the
PlotControlproperty to encourage one-way flow of control (#4631, #4600) - Controls: Update all
UserInputProcessorcode to supportMultiplotinteractions (#4632, #4600) - Multiplot: Add advanced subplot positioning features (#4633, #4600)
- Multiplot: Add shared axis helper methods to facilitate syncing axis limits across subplots (#4635, #4600)
- Generate: Fixed causing
AddNoiseInPlace()to offset the mean of the underlying signal (#4564) @nightroman - Text: Fixed
DragTo()to use the correct axis dimension (#4587) @claire0821 - Rendering: Improved handling of the
RenderPackinside the render loop to avoid Skia exceptions (#4592) @vadimart92 - Axes: Improved support for
CoordinateRecthit detection on plots with inverted axes (#4596) @SprinterDave - Axes: Improved axis rule behavior on plots using inverted axes (#3597, #4609) @CoderPM2011
- Smith Chart: New plot type for displaying impedance of signals as resistance vs. reactance on a circular axis system (#4634, #4578, #41) @CoderPM2011 @louis1901 @Padanian
- Rendering: Improve support for platforms where BGRA is not the default color model (#4648, #4647) @bclehmann @ssharks
- Legend: Made
GetItems()virtual to support custom ordering logic and madePlot.Legendsettable (#4571) @onur-akaydin - Controls: Improved middle-click-drag zoom rectangle support for plots using inverted axis limits (#4573) @xichaoqiang
- Ticks: Improved tick placement consistency for financial plots with DateTime axes (#4591) @VladislavPustovarov
- Line: Added
LineOnTopandMarkersOnTopflags to control which components appear in front (#4610) @nullsoftware @quantfreedom - Axes: Added a helper method allowing
Plot.Axes.Left.RemoveTickGenerator()to quickly disable left axis tick generation (#2875, #4613, #4608, #4613)
Contributors
ScottPlot 5.0.47
NuGet packages published 2024-11-24
- Controls: Fix issue preventing the context menu from appearing after it was used to open a new window (#4529) @david3951445
- Interactivity: Created
HitablePlottableDecoratorandDragablePlottableDecoratorclasses that wrap anyIPlottableto add pixel-based mouse collision detection and drag capability to any plot type (#4531, #4496) @StendProg - Ticks: Created a plottable for displaying multiplier notation and added the
Plot.Axes.SetupMultiplierNotation()helper method for rapidly enabling it with typical options (#4530) @Paraplegia - Axes: Improve layout support for axes with multi-line axis labels (#4535) @CBrauer
- Heatmap: Added
Rectangleproperty to simplify rendering a heatmap within the edges of a user-defined rectangle in coordinate space (#4552, #4550) @ecrocombe - Palette: Exposed
ScottPlot.Palettes.Customas an alternative toScottPlot.Palette.FromColors()for creating palettes with user-defined collections of colors - Bar: Created
Add.Ranges()andAdd.StackedRanges()to simplify creation of stacked range charts (#4548) @quantfreedom @wellcaffeinated - Bracket: New plot type for annotating ranges of linear lines in coordinate space (#4547, #1863) @FULL69 @bclehmann
- Financial Charting: Improved
FinancialTimeAxistick generation behavior (#4483, #4551, #4385) @VladislavPustovarov @quantfreedom - Histogram: Created
Add.Histogram()which accepts aHistogramand returns aHistogramBarsplottable designed for displaying continuously updated histogram counts (#4557) @jpgarza93 - Legend: Added support for paring each
LegendItemwith its parentIPlottableto facilitate mouse interaction (#4533) @BambOoxX - Plot: Modified
GetPngHtml()to add optionalclassContentandstyleContentarguments to allow CSS style injection - Reporting: New
ScottPlot.Reportingclasses support creating multi-figure reports which may be viewed interactively or exported as HTML documents (#4526)
Contributors
ScottPlot 5.0.46
NuGet packages published 2024-11-17
- Axes: Added support for displaying bitmaps as axis labels allowing rich text to be rendered using a third party package and displayed in any plot (#4503, #3222, #2905) @Liwr9537 @CBrauer @DaveMartel
- DataStreamerXY: A new type of plottable for displaying streaming Y with unevenly spaced, user-defined X values (#4507, #4460, #4518) @dlampa
- DataLogger: Added
InvertXandInvertYflags to control automatic axis limit management behavior (#4513) @Jofstera - Controls: Updated mouse wheel scroll fractions so zoom-out wheel events more accurately reverse zoom-in wheel events (#4516) @quantfreedom
- Candlestick: Updated
FallingColorproperty to change both the fill and line colors with one assignment (#4521) @czastack - Interactivity: Mouse click times in double-click events no longer resets after losing focus, improving double-click behavior in WPF controls (#4524) @onur-akaydin
- OpenGL: Updated GLSL version number formatting to improve rendering on some platforms (#4519) @onur-akaydin @StendProg
- Legend: Gave
LegendItemaPlottableproperty to enable creating interactive legends which control plottable properties (#4523, #3842, #4147) @BambOoxX
Contributors
ScottPlot 5.0.45
NuGet packages published 2024-11-12
- Candlestick: Improved performance for plots with large numbers of candles less than one pixel wide (#4483) @quantfreedom @VladislavPustovarov
- Blazor: Added UI event handlers with names consistent with those of other controls (#4480) @Saklut
- SignalConst: Improve automatic axis limit detection when X and Y data offsets are used (#4485) @matej-mnoucek
- Controls: Improve interactivity behavior by resetting drag events when interactivity is disabled (#4481) @hljlishen
- SignalConst: Deprecated the
SignalConsttype in favor of aSignalwith aSignalConstSourcedata source (#4492) - Signal: Refactored multiple signal plot and data source types for improved performance, increased customization, and better consistency (#4492) @StendProg
- Text: Added a static
LabelStyle.RTLSupportflag to enable support for right-to-left (RTL) languages (#4500, #4306) @StendProg @moranmono
Contributors
ScottPlot 5.0.44
NuGet packages published 2024-11-09
- Rendering: Prevent inversion of data area for extremely small plots (#3607)
- Generate: Created
AddSin()andAddSinInPlace()methods to facilitate test data generation (#3682) - FormsPlot: Improved the Visual Studio design time experience for users working on .NET Framework projects (#4425, #4362) @CoderPM2011
- CoordinateRange: Improve equality checking for infinite spans with reversed limits (#4441, #4436) @sunefred
- SVG: Significantly reduced the size of exported XML by preventing duplicate renders (#4441, #4436) @sunefred
- LineStyle: Added a
HandDrawnflag with customizableHandDrawnJitterandHandDrawnSegmentLengthto create XKCD-style plots (#4435, #3239) @sdpenner - SignalConst: Exposed
Dataso users may access offset configuration settings (#4440, #4253) @matej-mnoucek - VectorField: Added
MaximumArrowLengthproperty to allow arrow lengths to be customized (#3763) @hnMel - Signal: Reduced render artifacts for high density overlapping data by reducing pixel overlap (#4050, #3665) @StendProg
- Label: Added border radius properties to customize corner curvature of labels and plottables with label styles (#4099)
- Controls: Added
LostFocusActionto abort mouse drags if they are interrupted by Alt+Tab or other events that lose window focus (#4103) @Max-i-m - Polygon: Improved performance and reduced anti-alias artifacts by preventing multiple overlapping drawings of identical lines (#4141) @HandsomeGoldenKnight
- Title: Added
FullFigureCenterflag to allow titles to be centered in the figure instead of over the data area (#4455, #364) @jaguarxii - OHLC: Added check in initializer to force valid high/low range state (#4454) @CBrauer
- WpfPlot: Re-implemented
GetPlotPixelPosition()andGetCurrentPlotPixelPosition()(#4214, #3622) @wellsw @KroMignon - DataLogger: Narrowed the underlying data type from
IList<Coordinates>toList<Coordinates>to allowRemoveRange()as seen in the cookbook (#4460) @Fruchtzwerg94 - Maui: Improve visual appearance of plots during panning (#4416, #4417, #4447) @King-Taz @KosmosWerner
- WinUI: Improved support for Windows platforms by upgrading to the latest SkiaSharp dependency and building for
windows10.0.19041(#4258) @ArchieCoder @ProgrammerGuy76 @agneszitte @AzureGulf @Treppon - Callout: Improved automatic axis limit detection (#4358) @endeffects
- Axes: Added
SquareUnits(false)overload to allow restoring default axis scaling behavior (#4366) @cvdevol - Axis Lines: Add
MinimumandMaximumproperties to limit the size of the line along its axis (#4368) @nRoger-Env - Axes: Added
Plot.Axes.NumericTicksButton()to revert changes made byDateTimeTicksBottom()(#4438) @Cassar17 - Colormap: Added
GetImage()to return aScottPlot.Imageof custom dimensions which may be returned as a byte array or saved to disk (#4371) - Tick Generator: Added
DateTimeManualfor placing ticks manually onDateTimeaxes without having to useToOADate()(#4383) - Grid: Added
Color,LineWidth, andLinePatternproperties for quickly setting major line styles of primary X and Y axes grid lines (#4384) - DataLogger: Exposed
HasNewDatato allow signaling that new renders are required after manually editing logger data (#4470, #4460) @Fruchtzwerg94 - Marker: Improved support for filled markers with opt-in outlines (#4387)
- Generate: Added
RangeWithStep()andRangeWithCount()as more explicit alternatives to the ambiguously namedRange()method - Scatter: Filled areas previously only respected
OffsetXbut now respectOffsetYtoo (#4433) - Controls: Modified
MouseDragZoomto expose sensitivity properties to improve click-drag experiments for different platforms (#4443, #4416) @King-Taz @KosmosWerner - Controls: Improved mouse interactivity behavior for plots with inverted axes (#4471, #4110) @wi-fr
- Population: Use deterministic randomness for horizontal spread of makers to support pixel perfect reproducibility (#4477)
Contributors
@CoderPM2011, @sunefred, @sdpenner, @matej-mnoucek, @hnMel, @StendProg, @Max-i-m, @HandsomeGoldenKnight, @jaguarxii, @CBrauer, @wellsw, @KroMignon, @Fruchtzwerg94, @King-Taz, @KosmosWerner, @ArchieCoder, @ProgrammerGuy76, @agneszitte, @AzureGulf, @Treppon, @endeffects, @cvdevol, @nRoger-Env, @Cassar17, @wi-fr, @swharden
ScottPlot 5.0.43
NuGet packages published 2024-11-03
- UserInputProcessor: Simplified how axis locking is achieved by adding
horizontalandverticalarguments toLeftClickDragPan()andRightClickDragZoom() - Maui: Improved deployment pipeline so the latest
ScottPlot.Mauipackage is always available on NuGet (#1391) @KosmosWerner @King-Taz @cosmicDustOfLightLength - Candlestick Plot: Exposed
Datafor easier access to underlyingOHLCcandle data (#4385) @quantfreedom - Maui: Improved cursor-driven pan and zoom on Desktop platform targets (#4417, #4416) @KosmosWerner @King-Taz
- Candlestick Plot: Improved visibility of candles with zero price movement (#3337) @Lyakabynka @bukowa
- Ticks: Added an experimental
FinancialTickGeneratorfor generating DateTime ticks from unevenly-spaced time data (#4385) - Financial Charting: Added experimental
FinancialTimeAxisplottable as an alternative to using custom axes or tick generators (#4385) @quantfreedom @VladislavPustovarov - Triangular Axis: Users may now
Add.TriangularAxis()and use its methods to get Cartesian coordinates from points in triangular space (#4421, #4413, #4424) @manaruto - Bar: Exposed
Rect,ErrorLines, andAxisLimitsproperties (#4423) @tiger2014 - Axes:
SquareUnits()now usesSquareZoomOutfor console apps andSquarePreserveXfor interactive apps (#4422) @King-Taz @KosmosWerner - Bar: Improved support for bat plots with custom hatch patterns (#3386)
- Floating Axis: New plot type for displaying axes anywhere inside the data area (#3377) @ZTaiIT1025
- Bar: Improved behavior of horizontal bar plots with the
CenterLabelflag enabled (#3533) @TheFizz - Generate: added
Sigmoidal()method for creating sample data with a sigmoidal shape
Contributors
ScottPlot 5.0.42
NuGet packages published 2024-10-29
Contributors
ScottPlot 5.0.41
NuGet packages published 2024-10-27
- Controls: marked
InteractionasObsoleteto encourage use of the newerUserInputProcessordocumented in all the demo apps. Users may still activate the old system by callingmyPlotControl.Interaction.Enable()(#4322, #4224, #3186, #4053) - Ticks: Improved automatic tick generation for axes of extremely small plots (#4353, #4354) @StendProg @Cassar17
- CoordinateRange: Added a
Centerproperty to return the value halfway between the range boundary values (#4316, #4357) @idotta - Multiplot: Improve support for advanced layouts and add examples to cookbook (#4345)
- Colormap: Added
Defaultproperty to provide quick access to a customizable standard colormap (defaults toMellowRainbow) - Palette: Added
Defaultproperty to provide quick access to a customizable standard Palette (defaults toCategory10) - Bar: Use
LineStyleandFillStylesimilar to other plottables and deprecate old property names - Histogram: Refactored to simplify creation of creating probability curves and cumulative probability histograms (#4287, #4367)
- Colormap: Refactor all
ScottPlot.Colormapsto favor composition over inheritance and add extension methods toIColormap(#4248) - WinUI: Improve support for .NET 8 platform targets (#4288, #4374) @vilgotf
- Scatter: Made all default strategies
publicto facilitate connecting line customization (#4346) - Interaction: Added
DoubleLeftClickBenchmark(),LeftClickDragPan(), andRightClickDragZoom()helper methods for toggling default behavior (#4379) - Finance: Added
Add.BackgroundText()methods to simplify the process of adding stock symbol information (#4396, #4395, #4385) @quantfreedom - Finance: Improve support for
List<OHLC>andOHLC[]data types (#4397) - Generate: Added
Generate.Financial.OHLCsByMinute()to simplify creation of random financial data (#4397) - DataLogger: Add
Clear()to the data logging plottable ands its corresponding data source (#4377) @h135558 - Cookbook: Improved recipes, reorganized chapters, and added platform switching to the website (#4392)
Contributors
ScottPlot 5.0.40
NuGet packages published 2024-10-16
- DataLogger: Added
Add()overloads to be consistent the original DataLogger API (#4243, #4114) @drolevar @jpgarza93 - Fonts: Improve typeface caching to significantly improve Avalonia performance on Linux (#3439, #4250) @kebox7
- Generate: Improved
RandomNumbers()to include lower boundary as described in XML docs (#4251, #4252) @aespitia @LeaFrock @ArchieCoder - LinePattern: Added
Nameproperty and added support for custom patterns (#4275, #4289) @CoderPM2011 - DataSources: Created
IDataSourceto standardize and simplify data access, render index management, and pixel/coordinate conversion (#3807, #4270) @RFBomb @StendProg - LinePlot: Added
CoordinateLineproperty (#4277, #4274) @aespitia - Pie: Improved respect for
LineStylecustomizations (#7278) - Pie: Improved automatic axis limit behavior for pie charts with internal slice labels (#7278)
- Pie: Slices now have distinct
LabelandLegendTextproperties (#3295, #4280) @LeaFrock @sterenas @Martin12350 - SignalXY: Fixed bug introduced in the last version that caused off-screen data to throw an ascending value exception (#4261, #4286) @RFBomb @StendProg
- Controls: Added strong naming by signing assemblies for the WPF, Maui, and Eto controls (#4295) @RFBomb
- OpenGL: Improve behavior of plots when grid lines are rendered beneath plottables (#4298) @StendProg
- OpenGL: Improve support for OpenGL controls on modern .NET using platform-specific OpenTK versions (#4301) @StendProg
- Coxcomb: Improved first slice orientation consistency (#4304, #4305) @johndoh
- Grid: Improved alternating fill grid appearance for live and interactive graphs (#4302, #4307) @StendProg @bradcb212
- SignalXY: Fixed bug causing plots with inverted horizontal axes to crash under specific conditions (#4313, #4315) @StendProg @lguelat
- CoordinateRange: Refactored to improve support for inverted ranges (#4316) @CoderPM2011
- Axes: Added a
Plot.Axes.TightMargins()shortcut for setting autoscale margins to tightly fit the data - ContourLines: New plot type for displaying lines that mark points of equal elevation given a collection of 3D points (#4296, #2330, #3795, #4326) @jon-rizzo @StendProg
- Maui: Improved the .NET MAUI ScottPlot control and added quickstart documentation to the website (#4320, #4023, #4013, #4342) @KosmosWerner @ByteSore
- Radar: Improved rotational direction of labels (#4321, #4310) @CoderPM2011 @bry-decelles
- Axes: Added
Plot.Axes.MarginsX()andPlot.Axes.MarginsY()for changing margins in a single axis without changing the other (#4246) - Colormap: Added
Colormap.FromColors()to generate colormaps using interpolated gradients between a user defined collection of colors (#4247, #4324) - Colormap: added
MellowRainbowsimilar to Jet and Turbo but with mellow tones to improve appearance of thin lines on a white background (#4325) - ScaleBar: New plot type for communicating scale as a concise alternative to the axis frame (#4319, #4337, #4329) @CoderPM2011
- PixelLine: Added
Centerproperty (#4335, #4318) @brokoli777 - MultiPlot: New class for creating composite figures containing multiple distinct
Plotfigures (#3948) - Plot: Deprecated
GetImageHtml()in favor ofGetPngHtml()andGetSvgHtml()(#4347)
Contributors
ScottPlot 5.0.39
NuGet packages published 2024-08-02
- Angle: Added support for common arithmetic operators
- PolarCoordinates: Added
FromCartesian()andFromCartesian()overloads to facilitate conversion between polar and Cartesian space (#4211) @CoderPM2011 - Pie: Added
Rotationproperty (#4211) @CoderPM2011 - Pie: Improved label alignment (#4211) @CoderPM2011
- Pie: First slice now starts vertically (-90 degrees) instead of to the right (0 degrees) (#4211) @CoderPM2011
- Generate: Random seed uses
System.Random.Sharedon .NET platforms where it is available (#4217) @LeaFrock - Axes: Added
ClipLabeloption to prevent long labels from overlapping on very small plots (#4219) @drolevar - Plot: Improved performance when adding new plot objects by reducing complexity of color palette sampling (#4218) @0xfded @StendProg
- Colormap: Added
GetColor()overload to get color of an item in a collection with an option to sample from a range of the colormap - Markers: Added optional
Colormapso marker colors can be sampled from a colormap instead of assigned manually (#4143) - Angle: Added
FromFraction()to produce angles represented by a fraction around the unit circle (#4208) - Color: Added constructor overloads to create colors from
SKColorandSystem.Drawing.Color(#4209) - Axes: Added
SetSpanX()andSetSpanY()for defining axis range size without changing the center position (#4221)
Contributors
ScottPlot 5.0.38
NuGet packages published 2024-09-02
- DataLogger: Merged in numerous additional features (optional circular buffer, X and Y offset, etc.) from the experimental DataLogger (#4085, #4114) @drolevar
- SVG: Improved correctness of exported SVG files to overcome a SkiaSharp bug that sometimes results in XML missing a closing tag (#4104, #4121) @KroMignon @aespitia @bclehmann @DDiggs91
- Generate: Added
Range()to create a sequence of values between two numbers (#4122, #4119, #4179) @KroMignon @StendProg - Rendering: Improve behavior of plots using custom scale factors in situations of repeated renders (#4125) @BrianAtZetica
- Palette: Improved behavior of automatic color selection for new plottables added to the plot (#4105)
- Color: Added overload to allow constructing colors from hex strings (#4170, #4165) @aespitia @KroMignon @kebox7
- WinUI: Improved support and documentation for applications built using Uno Platform (#4123) @agneszitte
- Color: Added Hue, Saturation, and Luminance properties
- Colormap: Added
Colormap.GetColormaps()to allow iterating over all available colormaps - Colormap: Added
Colormap.GetImage()to generate a gradient image using a given colormap - Coordinates: Added
PositionandCoordinatesproperties (#4185) @blouflashdb - Signal: Added
AlwaysUseLowDensityModefor improved anti-aliased rendering in static plots (#4153) - Plot: Improved default
ToString()implementation for the object returned when saving image files (#4154) - Plot: Added
Save()overload which detects file format from filename extension (#4164) - Coordinates: Added
Coordinates.Zip()for creating aCoordinates[]from distinctxs[]andys[]arrays. - Lollipop: New plot type that displays values with a stem and a marker similar to a bar graph but with less visual clutter (#4193, #4183) @CoderPM2011
- Polar Axis: Added
Rotationproperty to rotate the axis and coordinates it returns - Polar Axis: Added the ability to customize spoke label text (#4188)
- Polar Axis: Added a
SetSpokes()overload that acceptsstring[]to create new spokes and set their label text automatically - Polar Axis: Replaced
RegenerateSpokes()andRegenerateCircles()withSetSpokes()andSetCircles()(#4207) - Grid: Added support for fill colors to highlight spans between pairs of major grid lines (#4201, #4022) @CoderPM2011 @seeingistrue
- AxisSpan: Added
IsUnderMouse()to improve API naming consistency with AxisLine (#4150) - AxisLimits: Added
Contains()to allow quick checking whether a point is contained by the boundaries of the axis limits (#4161) - Radar: Refactored to use a
PolarAxisto handle spoke and tick management and translation between polar and Cartesian space (#4207, #4187, #4186, #4055) - Controls: Made
IPlotControl.Menunullable so users creating their own controls are not required to create a menu system (#4203) @kebox7
Contributors
ScottPlot 5.0.37
NuGet packages published 2024-07-29
- Controls: A new
IPlotControl.UserInputProcessorhas been created to replaceIPlotControl.Interactionwhich will be deprecated in a future release. The new system supports arbitrary inputs (not limited to mouse actions and key presses), offers extended ability to inject highly customizable ordered plot manipulation logic that respond to streamed inputs, and has been designed to facilitate automated UI testing. SetIPlotControl.UserInputProcessor.IsEnabledtotrueto opt-in to this new event processor. (#4053, #3186, #3622) - Signal and SignalXY: Improve data source
GetNearestX()accuracy (#4019) @StendProg - Maui: Created a
ScottPlot.Maui.MauiPlotcontrol to provide interactive plots in .NET Maui applications (#4013) @ByteSore - Style: Added
Plot.GetStyle()andPlot.SetStyle()for applying and customizing styles in theScottPlot.PlotStylesnamespace (#4025, #3955, #4037) @StendProg @kebox7 - AxisLimits: Improved accuracy and performance of
WithZoom()(#4041) @idotta - Documentation: Added automatically generated API documentation to the website (#4040, #3822)
- Font: Improved documentation and testing for plot objects (like Legends) that use custom typefaces (#3830, #3825, #4060, #4043, #4057) @lasooch @kebox7
- Label:
ScottPlot.Labelhas been renamed toScottPlot.LabelStyleto better signal its purpose is to hold styling information rather than store text - Label: Improved support for custom horizontal alignment in multiline strings (#4045, #3958, #3859) @karlipl
- Fonts: Improve performance when automatic best font detection is enabled (#4049) @zxy874175242
- Controls: Added autoscale to default context menu (#4053)
- Axes: A polar plot axis can now be added with
myPlot.Add.PolarAxis()and customized as seen in the cookbook (#4055, #3939) @CoderPM2011 - Axis lines and spans: Added
EnableAutoscaleflag to allow plottables to be ignored whenPlot.Axes.AutoScale()is called (#4069, #4067) @KroMignon @andresod - SignalConst: Improved support for custom legend text (#4081, #4082) @KroMignon @fanshuxian
- SignalConst: Improve accuracy of the first point in low density mode (#4082, #4083, #4086, #4083) @StendProg @KroMignon
- SignalConst: Allowed markers to become visible by setting their shape without requiring users to define a non-zero size (#4082) @KroMignon
- Grid: Improved performance by reducing unnecessary allocations for ticks of invisible axes (#4087) @kebox7
- Ticks: Improved behavior of the numeric fixed interval tick generator to ensure the correct lowest tick is always rendered (#4089) @epegeot
- Ticks: Allow the numeric fixed interval tick generator interval to be defined as a
double(#4090) @epegeot - Ticks: Add a custom tick label formatter property to the numeric fixed interval tick generator (#4090) @epegeot
- Ticks: Improved behavior of
NumericalFixedIntervalto ensure the correct lowest tick is always rendered (#4089) @epegeot - DataStreamer: Improved support for rotated plots (#4093, #4085) @drolevar @KroMignon @Jofstera
- Security: Removed outdated reference to
System.Text.Jsonwhich contained CVE-2024-30105 (#4095, #4063) @SerTetora - Phaser: New plot type for displaying arrows to points in polar space (#4096, #3939) @CoderPM2011 @nilsakesson
- PlottableAdder: Exposed
Plotso users can create methods that extendPlot.Addwhich have access to thePlotitself (#4109, #4107) @DDiggs91 - AxisManager: Improve
AutoScale()support for inverted axes (#4110) @BrianAtZetica - Scatter: Added
ColorPositionsto allow placement of colors at specific X positions when using filled scatter plots (#4111) @CoderPM2011 - SignalXY: Improved support for rotated plots and added support for
XScaleto complimentYScale(#4112, #4102) @BrianAtZetica
Contributors
ScottPlot 5.0.36
NuGet packages published 2024-06-29
- Fonts: Made typeface caching thread-safe to improve support for multi-threaded environments (#3940) @Hawkwind250
- Ticks: Added a custom
LabelFormatterto DateTime axes which use fixed intervals (#3936) @Fruchtzwerg94 - Fonts: Enabled sub-pixel text positioning for improved character placement (#3937) @bforlgreen
- Axes: Improved automatic axis limit expansion for extremely large numbers (#3930) @CodeDevAM
- Statistics: Added
ScottPlot.Statistics.DescriptivemethodsMedian()andPercentile() - Population: Added a new Population plot type for displaying collections of values (#3944, #3676)
- IAxisLimitManager: Separated
GetAxisLimits()intoGetRangeX()andGetRangeY()for improved customization and performance (#3946) @drolevar - Experimental: Added
Plottables.Experimental.DataStreamer2plot type for displaying streaming data in a circular buffer (#3946) @drolevar - Rendering: Automatically re-render if a render invokes an event that requests it (#3952) @BrianAtZetica
- SVG: File encoding now supports text containing UTF8 characters (#3956, #3957) @aespitia
- Documentation: Added a sandbox .NET API project and quickstart section to the website (#3959, #3824) @aespitia
- Color: Added
ToColor()andFromColor()to simplify conversion betweenScottPlot.ColorandSystem.Drawing.Color(#3964, ##3953) @aespitia - Console: Saved image path can be displayed by calling
myPlot.SavePng('demo.png', 600, 400).ConsoleWritePath()(#3965, #3943) @aespitia - Rendering: Improved sharpness of axis frames, tick marks, and grid lines by disabling anti-aliasing by default and added
Plot.Axes.AntiAlias()so users can customize this behavior (#3976) @bforlgreen - Signal: Added support for generic data sources in read-only lists (#3978, #3942) @sdpenner
- LinearRegression: Added overload that accepts
IEnumerable<Coordinates>(#3982, #3981) @ANGADJEET @CoderPM2011 - Colormap: Added
GetColors()for generating a given number of colors evenly spaced along a colormap (#3983, #3947) @CoderPM2011 - CoordinateLine: Added additional constructors for creating lines given a point and slope (#3987, #3986) @aalgrou
- DataLogger: Added
Clear()andResetMinAndMaxValues()to the data logger source class (#3993, #3969) @jpgarza93 - Controls: Improved behavior of middle-click-drag zooming over axis panels for plots using DPI scaling (#3994) @bforlgreen
- Style: Added
Plot.Axes.Hairline()to enable axis frames, tick marks, and grid lines to render 1px wide regardless of scale factor (#3995) @bforlgreen - Axes: Display no ticks instead of throwing an exception if automatic DateTime ticks are used with invalid ranges (#4001) @githubkau
- SignalXY: Improve support for data sources containing zero-length arrays (#4000) @githubkau
- CoordinateRect: Added constructor that accepts
IAxes(#4008, #3985) @CoderPM2011 - CoordinateRect: Fixed an issue that caused
BottomRightto return incorrect coordinates (#4009, #3996) @CoderPM2011 - Cookbook: Added a demonstration of stacked filled line plots (#4010, #3967) @CoderPM2011 @MarkG008
- Benchmark: Improved text default alignment of double-click benchmark (#4014) @banncan
- SignalXY: Improved behavior of
MinRenderIndexandMaxRenderIndex(#4011) @StendProg - Project: Cut dependency on
System.Runtime.InteropServices.RuntimeInformation(#3911) @swaitvor @chhh - Legend: Added
IsVisibleproperty toLegendItemto customize visibility of items in manual legends (#3931) @cataclism - Signal: Exposed
Dataproperty setter so users can replace theISignalSourcewithout resetting the plottable (#3932) @danieljfarrell @bclehmann - Heatmap: Exposed
Intensitiessetter to allow users to replace heatmap data with a 2D array of a different size (#3941) @sdpenner - Axes: Added
Plot.Axes.Link()to simplify sharing axis limits between multiple plots or plot controls (#4003) - Blazor: Added automatic resizing options to the in-browser cookbook (#3710, #3664) @KroMignon
- Axis Spans: Improved visibility of extremely narrow spans (#4017, #3968) @CoderPM2011
- Generate: Added
RandomNormalNumber()that returns a single value to complimentRandomNormal()which returns a collection (#4018, #3980) @CoderPM2011 - Axis Lines: Offset label according to the panel offset to improve appearance on multi-axis plots (#1766) @fuxinsen @mengfanmin123
Contributors
@Hawkwind250, @Fruchtzwerg94, @bforlgreen, @CodeDevAM, @drolevar, @BrianAtZetica, @aespitia, @sdpenner, @ANGADJEET, @CoderPM2011, @aalgrou, @jpgarza93, @githubkau, @MarkG008, @banncan, @StendProg, @swaitvor, @chhh, @cataclism, @danieljfarrell, @bclehmann, @KroMignon, @fuxinsen, @mengfanmin123, @swharden
ScottPlot 5.0.35
NuGet packages published 2024-06-10
- Legend: Added
Plot.ShowLegend()overload that accepts anEdgefor quickly adding a legend outside the data area (#3672, #3635) - Radar Plot: New plot type (also called a spider charts or star charts) for representing multi-axis data as a 2D shape on a circular axis system (#3457, #3780) @bclehmann
- Coxcomb Plot: New plot type like a pie graph where the angle of slices is constant but the radii are not (#3457, #3780) @bclehmann
- Axes: Added
LabelFormatterproperty toDateTimeAutomaticfor custom formatting of DateTime tick labels (#3783) @loyvsc - Rendering: Improve how backgrounds are drawn on on plots using a custom
ScaleFactor(#3818) @MCF - Plot: Added
Plot.Clear<T>()as an alias forPlot.Remove<T>()to remove all plottables of the given type (#3820, #3804) @CoderPM2011 - Axes: Added
ScottPlot.AxisPanels.Experimentalnamespace with examples in the demo app and cookbook (#3823) @EricEzaM - Rendering: Added
Plot.RenderManager.RemoveAction<T>()for easily removing specific actions from the render sequence - SVG: Fixed issue where plots would have a black outline in some browsers (#3709) @sproott @KennyTK @aespitia
- Controls: Add "open in new window" to right-click menu for WinForms and WPF controls (#3730)
- Cookbook: Demonstrate how to achieve a frameless heatmap (#3828) @itsmygam3
- Cookbook: Demonstrate
Heatmap.CellAlignmentto achieve heatmaps that do not extend past their boundaries (#3806) @FengQingYangDad - Signal: Improve support for datasets with no elements (#3797)
- Scatter: Improved line clipping when fill mode is enabled (#3792) @BendRocks @CoderPM2011
- Signal and Scatter: Added
MinRenderIndexandMaxRenderIndexproperties as shortcuts to those in theDataproperty (#3798) - Scatter: Improve appearance when
FillYis enabled and all data is on one side ofFillYValue(#3791) @BendRocks - Axes: Added
SetTicks()shortcut for quickly switching to a manual tick generator pre-loaded with the given tick positions and labels (#3831) @Giviruk - Legend: Clip the legend area so it does not flow outside the data area on extremely small plots (#3833) @drolevar
- Controls: Made axis locking methods
virtualinsideInputBindingsto facilitate custom behavior (#3838) @JinjieZhao - Fonts: Improved support for true-type font files and custom typefaces (#3841) @kebox7 @bclehmann
- Axis: Simplified strategy for achieving shared axis limits between multiple controls as seen in the demo application (#3873) @StendProg
- Controls: Improved
Plot.Interactions.Disable()behavior so interactivity can be restored withPlot.Interactions.Enable()(#3879) @StendProg @KroMignon - Controls: Improved mouse zoom behavior for plots with custom scale factors (#3887, #3886) @BrianAtZetica
- Text: Improve support for text objects containing null strings (#3892, #3861) @sdpenner
- Controls: Improve behavior of Alt + Left-Click-Drag zoom rectangle (#3896, #3845) @MCF
- Label: Improve support for text positioning when custom offsets are in use (#3898, #3865, #3836) @ValeraTychov, @bclehmann, @VibrationAnalystCN
- Avalonia: Enable
Focusableto improve support for passing keyboard events (#3899) @bclehmann - ImageMarker: New plot type for displaying an image at a point (#3904) @levipara
- SignalXY: Added
GetNearestX()to the data source to help locate the point closest to the cursor's X position (#3807) @cataclism - Scatter: Added
GetNearestX()to the data source to help locate the point closest to the cursor's X position (#3807) @MatKinPro - Controls: Disable middle-click-drag zooming on axes which have no data (#3810, #3897) @MCF
- DataLogger: Create
Add()overloads which accept fixed-length arrays (#3555) @h25019871990 - SignalXY: Ensure the final point is always drawn in high density mode (#3812, #3918, #3921)
- Axes: Improved exception messages when calling
Zoom()methods with invalid scale factors (#3813) @KennyTK - WinForms: Exposed
SKControlso users may bind to its events (#3819) @CD-SailingPerf - Scatter: Added support for
ScaleandOffsetproperties (#3835) @bukkideme - Axis Lines: Separated
LegendTextfromLabelTextso items may be configured separately - Heatmap: Exposed
CellWidthandCellHeightas an alternative sizing strategy to settingExtent(#3869) @alexisvrignaud - ImageRect: New plot type that places an image inside a defined rectangle on the plot (#3870) @sdpenner
- Axis Rules: Improved behavior of snapping rules and improve smoothness of panning rules (#3919, #3547, #3701) @BrianAtZetica
- SignalXY: Improved appearance of rotated plots when low density mode is in use (#3921) @BrianAtZetica
- Heatmap: Added
ManualRangeso users can specify a range spanned by the colormap (#3922) @sdpenner - Color: Fix infinite loop in the
Color.FromARGB()overload that accepts anintargument (#3924) @r-j-s - Heatmap: Added cookbook recipe demonstrating how to use custom tick formatter (#3844) @mawbydp
- DataLogger: Improved automatic axis management for loggers with empty datasets (#3880) @TenebrosFR
- SignalXY: Improved interpolation of edge points when step mode is enabled (#3894) @seishinkouki @StendProg
- SignalXY: Improve behavior of off-screen single-point signals (#3926) @githubkau
- SignalXY: Improved cookbook recipe demonstrating SignalXY plots with markers at each point
Contributors
@bclehmann, @loyvsc, @MCF, @CoderPM2011, @EricEzaM, @sproott, @KennyTK, @aespitia, @itsmygam3, @FengQingYangDad, @BendRocks, @Giviruk, @drolevar, @JinjieZhao, @kebox7, @StendProg, @KroMignon, @BrianAtZetica, @sdpenner, @ValeraTychov, @VibrationAnalystCN, @levipara, @cataclism, @MatKinPro, @h25019871990, @CD-SailingPerf, @bukkideme, @alexisvrignaud, @r-j-s, @mawbydp, @TenebrosFR, @seishinkouki, @githubkau, @swharden
ScottPlot 5.0.34
NuGet packages published 2024-05-05
- Axes: Added
AutoScale()overloads that accept user-defined lists of plottables (#3776) @levipara - SignalConst: Properly implement range search to achieve extreme performance improvements for large datasets (#3778) @StendProg @bclehmann @Cardroid
- Ticks: Added options for minor ticks when using DateTime axes (#3779, #3408) @EricEzaM
- Label: Improved support for measurement of labels with null strings (#3736) @Or8e4m4n
Contributors
ScottPlot 5.0.33
NuGet packages published 2024-05-04
- Markers: Reduced memory allocations and improved performance during rendering (#3767) @drolevar
- Axes: Prevent exceptions for conditions where tick generation produces no ticks (#3768) @drolevar @bclehmann
- Signal: Added an experimental signal source that uses caching of binned ranges to improve performance of large datasets (#3718) @Cardroid
- Label: Added
Measure()overloads to facilitate label size evaluation without requiringSKPaint(#3761) @aespitia - Signal: Fix rendering artifacts for
List<T>data sources introduced in version 5.0.31 (#3765, #3747) @Limula-PMA - Crosshair: Added options for a marker to be rendered at the intersection if
MarkerShapeis defined - Label: Added
FontFileandSetTypeface()to allow users to apply custom fonts (#3722) @kebox7 - SignalXY: Added
ConnectStyleproperty to mimic scatter plots and allow for step display style (#3764) @kareem469
Contributors
ScottPlot 5.0.32
NuGet packages published 2024-05-01
- Image: Added support support conversion to/from pixel value arrays to facilitate differential image analysis and testing (#3748, #3727)
- Layout: Improve measurement of vertical axis tick labels (#3736) @ebarnard
- Annotation: Improved positioning of annotations containing many lines (#3749, #3700) @LerkLin
- Label: Significantly improved precision of single and multi-line text measurement and alignment (#3700)
- Axis Line: Set default line width to 1 which also improved default appearance of crosshair (#3752) @fdesordi
- Rendering: Copy the plottable list inside the render loop to facilitate plottable list modification mid-render (#3753) @ZSYMAX
- Controls: Exposed
ZoomRectangle.LineStylesetter to support advanced customization of middle-click-drag zoom rectangle (#3754) @Graat - Markers: Separate
LineColor,LineWidth, etc. fromOutlineColor,OutlineWidth, etc. to allow separate customization of line-based vs. fill-based marker shapes (#3755, #3716) @CD-SailingPerf - Legend: Added
TightHorizontalWrappingflag to allow items in horizontally oriented legends to wrap without aligning to columns (#3758) @MCF
Contributors
ScottPlot 5.0.31
NuGet packages published 2024-04-27
- Arrow: Refactored the arrow system to support multiple arrow types including user-provided ones (#3745, #3697)
- Color: Colors can be created from System.Drawing colors with
ScottPlot.Color.FromColor(System.Drawing.Color.Blue)(#3745) - Signal and SignalXY: Added
YScaleparameter to display data vertically scaled by the specified fraction (#3711, #3708) @feichti92 - Generate: Added
ConsecutiveHours(),ConsecutiveDays(),ConsecutiveWeekdays(), to replaceGenerate.DateTimemethods (#3721)
Contributors
ScottPlot 5.0.30
NuGet packages published 2024-04-26
- Bar: Set default line width to 1 so error bars are visible without requiring line customization (#3741) @Kareltje1980
- Controls: Added a
Interaction.ChangeOpposingAxesTogetherflag to enable mouse actions to one axis to be applied to all axes with the same orientation (#3729) @rubenslkirchner - DataLogger: Remove requirement for new data points to contain ascending X values (#3737) @TenebrosFR
- RandomWalk2D: Created
ScottPlot.DataGenerators.RandomWalk2Dfor easily generating 2D random data with randomly changing velocity - Ticks: Improve tick distribution by using the
TickLabelStylefont size to evaluate maximum tick label size (#3736) @ebarnard
Contributors
ScottPlot 5.0.29
NuGet packages published 2024-04-26
- Axes: Added a
Plot.Axes.ContinuouslyAutoscaleflag useful for plots containing continuously updating data (#3732) @rubenslkirchner - DataStreamer: Improved axis limit management behavior (#3732) @rubenslkirchner
- Plot: Improved
CoordinateRect()support for inverted axes (#3731) @Fokatu - Grid: Improved behavior of
MajorLineWidthproperty - Cookbook: Demonstrate grid alignment with non-standard axes (#3714) @MichaelKuelshammer
- Demo: Improved strategy for axis limit copying in the shared axis demo (#3729) @rubenslkirchner
Contributors
ScottPlot 5.0.28
NuGet packages published 2024-04-25
- Marker: Refactored marker system to support improved styling and the ability to use custom markers (#3716, #3141)
- Interpolation: Improved control points for the first and last points of an interpolated cubic Bézier spline (#3717) @drolevar
- FillY: Improved default line style (#3726, #3723) @SebastianDirks @Fruchtzwerg94
- Plot: Added
MoveToFront()andMoveToBack()to control the order plottables are rendered - Scatter: Disable marker outline visibility by default (#3720)
- Markers: Disable rendering of lines when
LineWidthis0(#3720) - Scatter: Added support for filling above and below the curve (#3318, #3380) @xichaoqiang @Diddlik @slotinvo
- DataStreamer: Added
ContinuouslyAutoscaleflag to allow the vertical range to always tightly fit the data (#3561) @hazenjaqdx3 @zhhding @Xhichn - Markers: Added
FillOutlineflag to make drawing lines on filled markers an opt-in feature
Contributors
ScottPlot 5.0.27
NuGet packages published 2024-04-23
- Signal: Corrected floating point error that caused points to be dropped in rare conditions (#3665) @mjazd
- DataStreamer: Added an optional argument to
ViewWipeRight()that sets the fraction of oldest data to hide (#3668) @mloppnow - Label: Refactored plottables to use consistently named properties. Properties such as
plottable.Label.FontColorare nowplottable.Label.FontColor, orplottable.LabelStyle.FontColor. Referencing obsolete property names yield build errors with messages that indicate names of the new properties to use. (#3658, #3666) - Plottables: Styling objects
LabelStyle,LineStyle,MarkerStyle, etc. are now readonly. Their contents may be set, and most plottables expose shortcuts to their properties. (#3658, #3666) - Plot: Added
RenderInMemory()(alias forGetImage()) so users can force a render as part of their startup process (#3674) Boris - Ticks: improve appearance of rotated multiline tick labels (#3673) @aespitia
- Demo: Add an example window where the legend is displayed outside the plot control (#3672, #3635) @mikeKuester @Graat
- Demo: Fix mouse tracking logic to improve behavior of the multi-series mouseover demo (#3680, #3684) @jamaa @Graat
- Ticks: Refined tick label measurement for improved tick spacing (#3689)
- Legend: Added many additional customization options and support for multiple shapes (#3689)
- Legend: Text appearing in the legend for many plot types has been renamed from
LabeltoLegendText(#3689) - Rendering: Added
Plot.GetSvgXml()so plots can create SVG images in memory without saving to disk (#3694) @aespitia - Bar: Improved alignment of value labels on horizontal bar charts (#3698) @aespitia
- Legend: Created a
LegendPanelto allow legends to be displayed outside the data area (#3672, #3635) @Graat @mikeKuester - Axis: Prevent left axis from appearing if no plottables use it (#3637) @jpgarza93
- Label: Added
BorderRadiusto support backgrounds and outlines with rounded edges (#3659) - Axis Rules: Changed behavior of axis rules to reduce reliance on previous renders (#3674, #1966, #3547)
- Blazor: Numerous improvements to the Blazor cookbook (#3667) @KroMignon
- Finance: Improve support for DateTime candlesticks before 1900 where OADate is negative (#3678)
- Label: Added ability to separately control background vs. text Anti-Aliasing (#3686)
- Ticks: Use system
CultureInfoto generate numeric tick labels (#3688, #3687) @xantiva @mikeKuester - Plottables: Made all
Render()methodsvirtual voidto facilitate advanced customization (#3693) @sdhongjun - Function: Improve function plot performance by only calculating visible range (#3703) @Matthew-Chidlow
Contributors
ScottPlot 5.0.26
NuGet packages published 2024-04-14
- Function: Improved autoscaling behavior and respect for user-defined horizontal ranges (#3618) @Matthew-Chidlow
- Function: Exposed
MinXandMaxXto allow users to restrict display to a horizontal range (#3595, #3603) @Matthew-Chidlow @Dibyanshuaman - Axis Lines: Added
ExcludeFromLegendso text can be added to axis line labels without appearing in the legend (#3612) @MCF - WPF: Added
GetPlotPixelPosition()for getting mouse position relative to the figure (#3622) @KroMignon - Scatter: Upgraded the default smooth behavior to use cubic spline interpolation and exposed
SmoothTension(#3623, #3606, #3274, #3566, #3629) @drolevar - Vector Field: Added a new plot type to display a collection of rooted vectors (#3625, #3626, #3632, #3630, #3631) @bclehmann
- AxisLine: Improve appearance in of the key displayed in the legend (#3627, #3613) @MCF
- Crosshair: Expose
VerticalLineandHorizontalLinefor to allow axis-specific customization (#3638) @Fruchtzwerg94 @heartacker - AxisLine: Added properties for faster styling including an optional
TextAlignmentsetting (#3640, #3624) @MCF - Axes: Improved autoscaling support behavior for plots where nonstandard axes are in use (#3641, #3637) @KroMignon @jpgarza93
- WinUI: Added automatic display scaling detection and correction (#3642) @PZidlik
- Bar: Added a
CenterLabelflag to cause value labels to be displayed centered within a bar (#3391) @tibormarchynzoom - FormsPlot: Allow plots to persist through
Show()andClose()events (#3643, #3589) @CodeBehemoth @bwedding @Kruno313 - Callout: New plot type that displays text with an arrow that points to a location on the plot (#3650, #3654) @NicolasLairNET
- Cookbook: Simplified function recipes to use static methods (#3656, #3655) @abdul-muyeed
- Demo: Created a WPF demo application to document WPF-specific topics like display scaling (#3585, #3622) @KroMignon @MagicFawkes
- Blazor: Fixed issue causing the
ScottPlot.Blazorpackage to install the SkiaSharp WinForms control (#3621) @angelofb
Contributors
ScottPlot 4.1.74
NuGet packages published 2024-04-14
- Security: Use System.Drawing.Common version 4.7.2 to address CVE-2021-26701
- Package: Target supported versions of .NET Framework (4.6.2, 4.7.2, and 4.8) and .NET (6.0 and 8.0)
Contributors
ScottPlot 5.0.25
NuGet packages published 2024-04-08
- NuGet: Use snupkg format to include debug symbols (#3496)
- Scatter: Fixed indexing error affecting
GetNearest()(#3616, #3461) @Matthew-Chidlow @SongPing @sunshuaize @mikeKuester - Generate: Exposed a static
RandomWalkerinstance for easily generating random walk datasets
Contributors
ScottPlot 5.0.24
NuGet packages published 2024-04-07
- Ticks: Modified
NumericFixedIntervalto add support for inverted axes (#3567) @Alexander-png - Bar plot: Improved support for labels on horizontally oriented bar plots (#3546, #3520) @aespitia @yui1227
- Axis: Added new axis rules for edge locking, center locking, and tick snapping (#3547) @BrianAtZetica
- SignalXY: Added
GetNearest()for locating the data point nearest the cursor (#3550) @endreew - Demo: Added demonstration for draggable
SignalXYplots which respond to the cursor (#3550) @endreew - Legend: Do not display plottables where
IsVisibleisfalse(#3552, #3545, #3541) @KroMignon, @blahetal, @pkstrsk - Annotation: Improve positioning so it is unaffected by typeface or font (#3558) @MCF
- Controls: Improve render artifacts on platforms that allow concurrent rendering and UI manipulation (#3559, #3557) @chjrom @Limula-PMA
- Controls: Improve behavior of interactions started outside the plot area (#3571, #3543) @bwedding @pkstrsk
- Label: Prevent rendering borders when line width is zero (#3572, #3538) @bwedding
- Scatter: Added support for
NaNvalues to display gaps in the line (#3577, #3276) @drolevar @Hub3r - DataLogger: Added support for
NaNvalues to display gaps in the line (#3577) @drolevar - Finance: OHLC plots now have a
Sequentialmode (like candlestick plots) for displaying data without gaps (#3590) @oktrue - Plot: Added optional arguments to
GetCoordinateRect()to support non-standard axes (#3591) @oktrue - Axes: Added optional arguments to
Plot.Axes.AutoScale()to add support for nonstandard axes (#3592) - Axis Rules: Improved
Plot.Axes.SquareUnits()to support inverted axes (#3592) @VisMotrix - WinForms: Improve
FormsPlotdisposal so the control displays properly when re-launched (#3593, #3589) @bwedding @Kruno313 - Signal: Added support for inverted horizontal axes (#3594) @Excustic
- Axes: New helper methods
Plot.Axes.InvertX(),Plot.Axes.RectifyX(), and similar for Y (#3594) - Rendering: Improved performance for plot types with many lines (#3601) @drolevar
- Function Plot: Improve support for functions with limited X ranges (#3595, #3603) @Dibyanshuaman @Matthew-Chidlow
- Controls: All controls now include
Reset()overloads for resetting or replacing thePlot(#3604, #3353) @aniketkumar7 @jon-rizzo - Scatter: The
Smoothproperty now allows points to be connected with smooth lines (#3606, #3274, #3566) @bjschwarz @ja1234567 @bwedding @CBrauer - Layout: Added logic to reduce the size of axes which are visible but not used by any plottable (#3608)
- Colorbar: Improved positioning and support for adding multiple colorbars to plots (#3294, #3560, #3586) @NateEbling @mawbydp @hnMel
- Colorbar: Added a
Labelwhich users can customize to display an optional title (#3611) @mawbydp - SignalXY: Added support for markers and marker styling (#3602, #3609) @Giviruk
- Scatter: Added support for
MinRenderIndexandMaxRenderIndexto limit display to a portion of the data (#3614, #3308) @wellsw
Contributors
@Alexander-png, @aespitia, @yui1227, @BrianAtZetica, @endreew, @KroMignon, @blahetal, @pkstrsk, @MCF, @chjrom, @Limula-PMA, @bwedding, @drolevar, @Hub3r, @oktrue, @VisMotrix, @Kruno313, @Excustic, @Dibyanshuaman, @Matthew-Chidlow, @aniketkumar7, @jon-rizzo, @bjschwarz, @ja1234567, @CBrauer, @NateEbling, @mawbydp, @hnMel, @Giviruk, @wellsw, @swharden
ScottPlot 5.0.23
NuGet packages published 2024-03-24
- Plot: Added
ShowLegend()overload that does not override the currentOrientation(#3450) @aespitia - Grid: The standard grid can be accessed via
Plot.Gridinstead ofGetDefaultGrid() - Style:
Plot.Style.ColorLegend()is deprecated. AccessPlot.Legendproperties directly as seen in the cookbook. - Style:
Plot.Style.ColorAxes()has moved toPlot.Axes.Color() - Style:
Plot.Style.AxisFrame()has moved toPlot.Axes.Frame() - Style:
Plot.Style.SetBestFonts()has moved toPlot.Font.Automatic() - Grid: Added
Plot.Gridwith axis-specific styling options as seen in the cookbook (#3291, #3293) @bjschwarz @PaxITIS - SignalXY: Fixed a bug where the final line segment was not drawn (#3495, #3423) @MareMare @mjazd
- SignalXY: Improved support for inverted vertical axes (#3495) @MareMare
- Controls: Ignore mouse wheel zooming if a zoom rectangle is being drawn (#3498) @BrianAtZetica
- Controls: Improve axis lock behavior when dragging the mouse on a control (#3498) @BrianAtZetica
- Heatmap: Added
OpacityandAlphaMapproperties to enhance transparency customization (#3499, #3349) @BrianAtZetica - Heatmap: Intensity values that are
double.NaNare now displayed as transparent cells (#3499, #3349) @BrianAtZetica - Text: Added an
OffsetXandOffsetYproperties for adjusting text position in pixel units (#3506) @jamaa - Demo: Added a demonstration window for highlight the point nearest the cursor across multiple scatter plots (#3507, #3503) @jamaa @RubensMigliore
- Polygon: Improved automatic axis limit detection of polygons (#3501) @drphobos
- Annotation: New plot type for adding text labels aligned to the data area which are always visible (#3510, #3356) @dlampa
- Ticks: Added
MinimumTickSpacing,TickDensity, andTargetTickCountproperties to the automatic tick generator (see Cookbook) - Avalonia: Fixed transparent background issue introduced in the previous version (#3502, #3516) @chjrom @MrOldOwl @kebox7
- Rendering: Improved canvas state management to prevent duplicate restoration calls (#3527, #3523, #3528) @BrianAtZetica @chjrom
- Signal: Improved performance of large signal plots when zoomed in (#3530, #3229) @minjjKang
Contributors
ScottPlot 4.1.73
NuGet packages published 2024-03-24
- Image: Improve automatic axis limit detection for images with manually defined positions (#3529, #3515) @bukkideme
Contributors
ScottPlot 5.0.22
NuGet packages published 2024-03-16
- Rendering: Added additional options for gradient fills (#3324) @KroMignon
- Plot: Improve
GetPixel()behavior when a customScaleFactoris in use (#3327) @MCF - Fonts: Improve behavior of cached typefaces (#3334, #3335) @Milkitic
- Legend: Added support for horizontal orientation (#3341, #3302, #3280) @KroMignon
- Controls: Created
AddSeparator()to facilitate creation of custom context menus (#3342) @MCF - Live Data: Improved indexing of the
Wipeview to prevent race conditions when displaying live data (#3352) @drolevar - Radial Gauge Plot: Added a new plot type for displaying categorical data as circular gauges (#3358) @arthurits
- Generate: Improved
RandomNormalSample()behavior by fixing an off-by-one indexing error @DominicBeer - Avalonia: Redraw plots using a non-blocking background thread to improve multi-axis behavior (#3373, #3359) @oktrue, @BendRocks, and @ykarpeev
- Bar plot: Added a
Labelproperty to allow a collection of bars to be displayed as a single item in the legend (#3375) @fhannan-ti - WPF: Redraw plots using a non-blocking background background thread to improve multi-axis behavior (#3373, #3359, #3381) @drolevar
- Ellipse: Added
LineWidth,LineColor, andFillColorshortcut properties - Color: Added
Lighten()andDarken()properties (#3387, #3390) @KroMignon - Color: Modified
ToHSL()to return improved Hue, Saturation and Luminosity values (#3390) @KroMignon - SignalXY: Improve support for displaying data on inverted axes (#3396, #3400) @BrianAtZetica
- Axes: Improved support for ticks and labels on inverted axes (#3401, #3397) @BrianAtZetica
- Plot: Added
Remove()overloads for Axes, Panels, and Grids (#3402, #3360) @Excustic, @redrabbit007, @csbebetter, @xichaoqiang - Plot:
Plot.FigureBackgroundis nowPlot.FigureBackground.Color(and same withDataBackground) - Plot:
Plot.FigureBackground.ImageandPlot.DataBackground.Imagecan be used to add a background image to plots (#3406, #3405) @unsigned-ru - Axes: Updated the auto-scaler to ignore plottables with visibility disabled (#3407) @levipara
- Axes: Restrict pan, zoom, and autoscale to a single dimension if the cursor is over an axis panel (#3410) @drolevar
- Controls: Improved behavior of middle-click-drag zoom rectangle actions when CTRL or SHIFT is pressed
- DataLogger and DataStreamer: Improve support for multi-axis plots (#3411) @drolevar
- Controls: Prevent unnecessary zoom rectangle clearing (#3412) @drolevar
- Axes: Improve placement of decisecond and centisecond ticks on DateTime axes (#3413) @drolevar
- Label: Improved appearance of multiline labels with outlined borders or filled backgrounds (#3415, #3371) @NicolasLairNET
- Label: Added a
LineSpacingproperty to allow manually defining line height in multi-line labels (#3415, #3371) @NicolasLairNET - Heatmap: Improve vertical placement of scaled heatmaps (#3416, #3417) @BrianAtZetica
- Heatmap: Added
FlipHorizontallyandFlipVerticallyproperties (#3418, #3419) @BrianAtZetica - Heatmap: Fixed off-by-one render error when
Extentis provided by the user (#3434, #3419) @BrianAtZetica - Heatmap: Added support for the
Smoothproperty do render anti-aliased images (#3419) @BrianAtZetica - Ticks: Fix issue where manual ticks could be displayed outside the data area (#3425, #3427, #3395) @oktrue @wsomegapoint
- DataLogger and DataStreamer: prevent possible out-of-range exception when using the
Scrollview mode (#3430, #3429) @KroMignon - Color: Added
MixWith()and related methods to facilitate color mixing and creation of color gradients (#3443, #3441) @KroMignon - Pie: Added
DonutFractionproperty to enable donut charts (#3447, #3438) @aespitia, @Prototipo-Erick-Santander - Plot:
ScaleFactoris now adoublefor simplified assignment (#3454, #3455) @MCF - Marker: Improved default settings for outline-only markers (#3456, #3453) @KroMignon
- Scatter: New
Add.ScatterLine()method creates a scatter plot with a line only and no markers (#3462, #3452) @MCF - Scatter: New
Add.ScatterPoints()method creates a scatter plot with markers only and no line (#3462, #3452) @MCF - Ticks: Improve performance by reducing the number of string measurements (#3468) @drolevar
- Plot:
GetCoordinateRect()now returns dimensions that respectScaleFactor(#3471) @MCF - Label: Added
Measure()overloads to facilitate measuring arbitrary strings without modifying the label text (#3474, #3473, #3458) @aespitia @David-A-Blankenship - Layout: Improved positioning of text for bottom tick labels with large font (#3436) @edwwsw
- Legend: Improve international font support when
Plot.Style.SetBestFonts()is used (#3440) @edwwsw @yui1227 - Drawing: Do not draw rectangles if they have a line width of zero (#3384)
- Ticks: Do not render ticks on
AxeswhereTickLabelStyle.IsVisibleisfalse - NuGet: Package now includes native Linux assets regardless of original build target (#3481, #3357)
- Bar: Added
Labelproperty to allow values to be displayed above bars (#3477) @DouglasWatt - Axes: Added
Plot.Axes.SquareUnits()helper method for adding an axis rule that enforces equal axis scales (#3451) - Pie: Fixed issue were pie charts may have duplicate legends (#3445)
- Axes: Improved render event behavior and support for multi-axis plots (#3525) @BrianAtZetica
Contributors
@KroMignon, @MCF, @Milkitic, @drolevar, @arthurits, @DominicBeer, @oktrue, @BendRocks, @ykarpeev, @fhannan-ti, @BrianAtZetica, @Excustic, @redrabbit007, @csbebetter, @xichaoqiang, @unsigned-ru, @levipara, @NicolasLairNET, @wsomegapoint, @aespitia, @Prototipo-Erick-Santander, @David-A-Blankenship, @edwwsw, @yui1227, @DouglasWatt, @swharden
ScottPlot 4.1.72
NuGet packages published 2024-03-16
Contributors
ScottPlot 5.0.21
NuGet packages published 2024-01-28
- RenderManager: Exposed
EnableRenderingto facilitate render locking in async environments (#3264, #3213, #3095) @kagerouttepaso - Arrow: Added a new arrow plot type that can be used to mark a position in coordinate space (#3265) @hockerschwan
- Label: Improved measurement of text containing leading or tailing whitespace (#3223, #3268) @KroMignon and @lindpatr
- Axis Line: Added
LabelOppositeAxisproperty and created dedicated cookbook page (#3275)Lyakabynka - Plot:
AddRectangle()now accepts more input types (#3263) @enumer - Ticks: Created
IMinorTickGeneratorto allow users to inject their own logic for placing minor ticks - Axes: Added support for log-scale tick labels and grid lines (#3143)
- Plot: Users can now
Add.Ellipse()andAdd.Circle()to place closed curves on plots (#3277, #3287) @hockerschwan - Plot: Added
Plot.Remove()overloads for removing all plottables of the given type (#3296, #3296) @DerekGooding - Plot: Added
Plot.Remove()overloads for removing plottables matching specific criteria (#3296, #3297) @KroMignon - Plot: Added
Plot.GetPlottables()overloads to facilitate iterating over plottables of a specific type - Rendering: Added support for gradient fills (#3298, #3157, #3310) @KroMignon, @hockerschwan, and @faguetan
- Controls: Disabling interactions then re-enabling them restores original interactions (#3305, #3304) @Nils-Berghs
- Plot: Added
Plot.GetPixel()overload for improved support on multi-axis plots (#3306) @MCF - Axis Lines: Label background color may be distinct from line color (#3309) @PhoenixChenLu
- Axis Spans: New
Plot.Add.HorizontalSpan()andPlot.Add.VerticalSpan()methods for shading axis ranges (#3307) @erikjl - Interactivity: Added methods to simplify dragging axis lines and spans. See the demo application for details. (#3307) @erikjl
- Ticks: Improved tick density calculation to prevent overlapping tick labels for very large numbers (#3203)
- Axes: Deprecate
DateTimeTicks(Edge.Bottom)in favor ofDateTimeTicksBottom()which now returns the created axis. - Cookbook: Demonstrate DateTime tick labels with custom string formatting (#3272, #3273) @sterenas and @stratdev3
- Demo: Added icon to main application and all windows launched within (#3281, #3273) @sterenas
- Controls: Do not list OpenGL controls in the toolbox. They can still be added programmatically, but they invite many problems and offer little performance improvements for most applications so their use is discouraged (#3282, #3262, #3271)
- WinForms: Disable design time visibility in .NET Framework projects to prevent Visual Studio error messages (#3300) @MaxFun
- Markers: Added
Plot.Add.Markers()to display a collection of marker positions all using the same style (#3283) - Axes: Added
Plot.Axes.Remove()to allow users to remove additional axes they may have added (#3288)Felix - Data Streamer and Data Logger: Renamed
IAxisManagertoIAxisLimitManagerto disambiguate it from theAxisManagerclass (#3289) - Pie: Added support for displaying slice label text above each slice (#3295) @sterenas
- Plot:
Save()methods used to return the saved file path as astringbut now they return aSavedImageInfowith aPathproperty and additional information (#3314)
Contributors
ScottPlot 5.0.20
NuGet packages published 2024-01-21
- Assembly: ScottPlot packages are now strongly named (#3235, #3241) @mlessmann
- Scatter Plot: Added a
ConnectStyleto enable step display mode (#3242) @NoahSigl - Polygon:
Plot.Add.Polygon()now accepts generic type lists and arrays (#3244)howhowone_23 - Demo: Added a draggable points window to show how to drag points of a scatter plot (#3248)bologna
- Generate: Added
RandomNumber()andRandomNumbers()overloads - OHLC: Improved autoscaling behavior for empty datasets
- Generate: Added
RandomOHLCs()overload that accepts a startingDateTime(#3254) @CBrauer - Axes: Improved support for inverted axes (#3252) @fujiangang
- Finance: Improved performance of financial charts by not rendering symbols outside the data area (#3258)Lyakabynka
- SignalXY: Support vertical orientation (#3253) @manaruto
- Data logger and streamer: The property
Datahas been renamed toDataSource(#3260) - SignalConst: The property
Datahas been renamed toDataSource(#3260) - Axes: Added
AutoScaleExpand()to zoom out to fit data only if necessary (#3259) - Style: Added
Plot.Style.ColorLegend()for quick customization of legend colors (#3247) - Plot: Replacing palettes is now achieved by setting
Plot.Add.Paletteinstead ofPlot.Palette. - Plot: Added
ShowLegend()overload that accepts manually created legend items - Scatter Plot: Added
LinePatternproperty for customizing line style - Pie: Improved default colors of pie charts created from discrete values
Contributors
ScottPlot 4.1.71
NuGet packages published 2024-01-21
- Assembly: All ScottPlot packages use the same strong name signing key (#3235, #3241) @mlessmann
- WPF Control: Routed events now pass the original source (#3243) @MarekJur
Contributors
ScottPlot 5.0.19
NuGet packages published 2024-01-18
- Plot: Improved render manager initialization (#3233) @VoteForPedro
- Projects: Sign all assemblies using strong names (#3235, #283) @mlessmann
- Axes: Improved automatic axis determination for plots containing non-real or infinite data limits (#3232, #3237)
- Bar Plots: Do not overwrite existing colors when adding
Barcollections to the plot (#3231) - Label: Clear cached typefaces when styles change (#3236) @kl7107 and @prime167
Contributors
ScottPlot 5.0.18
NuGet packages published 2024-01-17
- Axes: Improved default label rotation for DateTime axes (#3211, #3216) @CBrauer
- Fonts: Improved font detection for strings containing mixed-language characters (#3220, #3184, #2746) @kl7107 and @prime167
- Controls: Add a Reset function for context menus (#3224) @MCF
- Axes: Prevent exceptions when generating ticks for a DateTime axis with zero size (#3221) @devbotas
- SignalXY: Added
MinimumIndexandMaximumIndexfor partial array rendering (#3227) - SignalXY: Added
OffsetXandOffsetYfor for applying a fixed offset in coordinate space (#3227) - SignalConst: Improved display when signals are zoomed in enough to see individual points (#3228) @Marvenix
Contributors
ScottPlot 5.0.17
NuGet packages published 2024-01-16
- Rendering: Added a
RenderManager.EnableRenderingflag to skip render requests while performing dangerous actions in multi-threaded environments. Skipping renders compliments thePreRenderLockevent which hangs renders. See the async FAQ page for usage details. (#3213, #3095) @LumAsWell and @bclehmann - WPF: Improved "Copy to Clipboard" functionality (#3214) @MCF
- Controls: Created
FormsPlotViewerandWpfPlotViewerfor launching interactive plots from console applications. See the Interactive Plots in Console Applications page for details. (#3212, #308) @chaojian-zhang - DataLogger: Added
Add()overloads which support X/Y pairs (#3210) @devbotas
Contributors
ScottPlot 5.0.16
NuGet packages published 2024-01-15
- Data Streamer: A new plot type for displaying live data as a fixed-width line trace (#3202, #3205)
- Data Logger: A new plot type for displaying live data as a growing scatter plot (#3202, #3205)
- Generate: Created a
Generate.RandomWalkerclass for producing an infinite amount of streaming random data - Ticks: Improved support for multi-line tick labels on vertical axes (#3208) @raburton
- Text: Exposed
FontNameandLabelTextproperties - Internationalization:
Fonts.Detect()now inspects all characters instead of just the first (#3184, #2746) @prime167 - Label: Added
SetBestFont()to apply the installed font most likely able to display characters in the label (#3184, #2746) @prime167 - Style: Added
Plot.Style.SetBestFonts()to apply the best font to all plot components (#3184, #2746) @prime167 - Controls: Removed
GetCoordinates()fromIPlotControl. Users can call Plot.GetCoordinates()` directly. (#3199) - Ticks: Do not display manually defined grid lines, tick marks, or tick labels to appear outside the data area (#3207)
- Rendering: Created
IManagesAxisLimitsforIPlottableobjects that manipulate axis limits at render time (#3207) - NuGet: Improved package descriptions to better reflect that ScottPlot 5 is no longer in preview (#3207)
Contributors
ScottPlot 5.0.15
NuGet packages published 2024-01-14
- Ticks: Added additional styling options for axis tick labels (#3185) @barnettben
- Finance: Added
Sequentialproperty to display OHLC data without gaps (#2611, #3187) @robbyls, @mjpz, and @segeyros - SignalConst: A high performance plot type for evenly-spaced unchanging data (#70, #3188) @StendProg
- Plot: Created
Plot.Add.Rectangle()for placing a rectangular polygon on the plot - Axis Rules: Improved
MaximumBoundaryandMinimumBoundarycorrection behavior (#3191) @Milyczekpolsl - Bar Plot: Added support for horizontal bar graphs (#3192) @sghctoma
Contributors
ScottPlot 5.0.14-beta
NuGet packages published 2024-01-10
Contributors
ScottPlot 5.0.13-beta
NuGet packages published 2024-01-09
- SignalXY: New high performance plot type for signal data with defined ascending X positions (#3163) @ChristianWeigand
- Scatter, Signal, and SignalXY: Improved support for generic data types
- Axis: Improve behavior of axis rules which reference axes from previous renders (#3179) @raburton
- Primitives: Separated
CoordinateRangestruct for passing ranges andCoordinateRangeMutablefor mutating them (#3170) - Function: Improved autoscaling behavior
Contributors
ScottPlot 5.0.12-beta
NuGet packages published 2024-01-07
- Axes: Improved automatic axis scaling for plots containing 1D plottables (#3132)
- Coordinates: Added
AreRealproperty to confirmXandYare finite - Crosshair: Added
XandYproperties to complimentPosition - Axes: Removed
Plot.Axeslist to encourage interaction withPlot.YAxesandPlot.XAxes(#3133) - Plot: Added
AddLeftAxis(),AddRightAxis(), etc. to simplify multi-axis creation and management (#3133) - Layout: Created
Plot.Layout.Frameless()to hide axes and allow the data area to fill the figure - Axes: Improve rotation for right axis labels
- Bar: Improve autoscaling for bar plots displaying error ranges
- Signal: Improved rendering of makers when plots are zoomed in (#3136)
- Signal: Exposed
Color,LineWidth, andMaximumMarkerSizeso users do not interact withLineStyleandMarkerStyledirectly (#3136) - Statistics: Created
Seriesclass for calculating statistics for time series data - Scatter Plot: Added
LineWidthandMarkerSizeproperties - Finance: Created
SimpleMovingAverageandBollingerBandsin theScottPlot.Financenamespace to facilitate calculation and display of technical indicators (#3137) - Axes: Moved axis management logic from
Plotinto thePlot.Axesclass. Notable changed method names includePlot.Axes.SetLimits(),Plot.Axes.GetLimits(),Plot.Axes.AutoScale(), andPlot.Axes.Margins()(#3140) - Rendering: Improved anti-aliased drawing of solid shapes
- Axis: Added rules for zoom in/out boundaries, axis span limits, and square ratio locking (#3139, #3142)
- ErrorBar: Improved axis limit detection for data that does not start at zero (#3155) @wolfcomp
- DataSources: Created
SignalSourceUInt16to demonstrate how to plot data with custom types (#3154) @angulion - Signal Plot: Added support for generic type arrays and lists (#3154)
- Scatter Plot: Added support for generic types including Xs and Ys of different types (#3154)
- Scatter Plot: Added support for DateTime types (#3154)
- Style: Added support for more line patterns (#3161) @MCF
- Controls: Assigning
Interactioncan be used instead ofReplace()for customizing mouse actions (#3150) - Controls: Added
MenuwithAdd()andClear()methods to simplify context menu customization (#3150) - Axes: Added rules for locking horizontal and/or vertical axes (#3160) @raburton
- Signal: Added
Data.MinimumIndexandData.MaximumIndexto allow for partial array rendering (#3158) @raburton - Heatmap: Added
GetIndexes()andGetValue()to get data from a coordinate (#3165) @skn41
Contributors
ScottPlot 5.0.11-beta
NuGet packages published 2023-12-29
- Plot:
AutoScalercan now be assigned aFractionalAutoScalerwith custom properties (#3069, #3067) @arthurits - Controls: add SVG to recommended save formats in the right-click menu (#3068)
- Bar: Refactored bar plots to simplify individual bar customization (#3070, #3066)
- Legend: Added
ManualItemsto allow building custom legend content - Render: Prevent the pre-render auto-scaler from resetting manually defined axis limits (#3058)
- Cookbook: Rewrote reflection and source file parsing for simplified querying (#3081, #3080, #3079, #2962, #2755)
- Function: Added a new line plot type where Y position is a user defined function (#3094) @bclehmann
- Axes: Improved axis label alignment for secondary axes (#3030) @albyoo
- Statistics: Added generic overloads to
Statistics.Descriptiveclass, renamedStDev()toStandardDeviation(), and added methods for calculating both sample and population statistics (#3071 and #3055) @arthurits - Markers: Added a
Nonemarker (#3075, #3057) @Gray-lab - Generate: Added methods for generating random marker shapes and colors
- Generate:
Random()is deprecated in favor ofRandomSample() - Plot: Added
ShowLegend()andHideLegend()helper methods which setPlot.Legend.IsVisible - Marker Plot:
Plot.AddMarker()can now be used to place a single marker on the plot (#3076, #2806) @Gray-lab - Rendering: Fixed issue where disabling a plottable's visibility prevented rendering of subsequent plottables (#3097, #3089) @KroMignon
- SVG: Improved rendering of shadows by adding slight color to semitransparent black (#3098, #3063) @KroMignon
- Colormap: Added a
Reversed()method for creating colormaps with reversed color order (#3100) @bukkideme - Version: Added
ShouldBe()method to assert the version of ScottPlot matches the expected one (#3093) - Ticks:
TickGenerators.NumericManualnow hasAddMajor()andAddMinor()to simplify manual tick placement (#3105, #2957)Lake - Legend: Added
Plot.GetLegendImage()andPlot.GetLegendSvg()for displaying legends outside plots (#3062, #2934) @KroMignon, @lichen95, and @bclehmann - Plot: Added new
Lineplot type for creating straight lines between two points (#2915, #3109) @Gray-lab - Controls: Added
IPlotInteractionso users can inject their ownInteraction(#3111, #3110) @albyoo - Signal: Improved appearance of signal plots where
YOffsetis used (#2949) @minjjKang - AxisLine: Improve rendering and simplify API by exposing common properties (#3060, #3056)
- Legend:
Alignmenthas been renamed toLocation(#3059) - Box: Refactored box plot API to favor simplicity and user customization (#3072)
- Rendering: Added
RenderManager.RenderStartingevent to allow modification of plottable properties (#3077)GooBad - Rendering: Added
RenderManager.PreRenderLockevent so developers of multi-threaded applications can ensure plottables are stable at render time (#3095) @bclehmann - Statistics: Added descriptive statistics methods and improved support for 2D arrays (#3113, #3121) @arthurits
- Rendering: Improved appearance of shapes with custom hatches and outlines (#3099) @faguetan
- Text: Improved support for multiline labels (#3087) @raburton
- Layout: Improved tick and axis label alignment in fixed layout plots (#3104) @albyoo
- Layout: Created
Plot.Layoutclass for holdingFrameless()and related methods (#3106) @angulion
Contributors
ScottPlot 4.1.70
NuGet packages published 2023-12-29
- Population Plot: Improved performance for populations with curves that run off the screen (#3054) @Em3a-c and @cornford
- Performance: Improved performance of Bar and Finance plots by not drawing shapes outside the data area (#3053, #3078) @AndreyPalyutin
- Colormap: Added a
Reversed()method for creating colormaps with reversed color order (#3100) @bukkideme - Version: Added
ShouldBe()method to assert the version of ScottPlot matches the expected one (#3093) - Marker: Added support for
Marker.horizontalBarto complimentverticalBar(#3101) @SerhiiMahera - Axis: Span limits are respected when zooming with a window or scroll wheel (#3082) @ashe27
- Statistics: Added
Descriptive.StdErr()for calculating standard error of the mean (#3112)
Contributors
ScottPlot 5.0.10-beta
NuGet packages published 2023-12-03
- Signal: Improved support for datasets with repeating values (#2933, #2935) @StendProg
- Blazor: Added a Blazor control (#2959) @sulivanganter
- Layout: Expose
Matchedlayout engine (#2881) @proplunger - Plot: Added
DisableGrid()andEnableGrid()helper methods (#2947) - Render: Created
IRenderLastplottables can implement to draw above axes (#2998, #2993) - Controls: Added
Interaction.Disable()andInteraction.Enable()methods for easy control of mouse interactivity - Render: Improve axis frame and tick mark rendering for SVG export (#2944) @Crown0815
- Controls: Created OpenGL controls
FormsPlotGLandWpfPlotGLdistinct fromFormsPlotandWpfPlot(#3008, #3007, #2950, #2395, #2565) - Markers: Added numerous additional marker types (#2999, #3019) @Gray-lab
- Plot: Improved support for multiple axes and automatic scaling (#3027)
- RandomDataGenerator: Use a global Random number generator for improved randomness and thread safety (#2893, #3022) @KroMignon
- Scatter: Added
Data.GetNearest()to simplify locating the point nearest the cursor (#3026, #3048) @JurasskPark and @CBrauer - Plottable: Added a new
Textplot type for displaying a label at a location in coordinate space (#2939) - Plot: Benchmark is now a user-customizable plottable and
Plot.ShowBenchmarkis nowPlot.Benchmark.IsVisible(#2961) - Grid: Improve support for custom line styles (#2904) @minjjKang
- Pie: Improve appearance of slice labels in the legend (#2894, #2852) @zy1075984
- Legend: Replaced
List<ILegend>with a simpleLegendobject with anIsVisibleproperty (#2792) - Avalonia: Improved sizing of plot controls inside containers (#2923) @JohnSmith20211124 and @Developer-Alexander
Contributors
ScottPlot 4.1.69
NuGet packages published 2023-12-03
- Axis: Added
IsReverseproperty to let users invert the orientation of an axis (#2958) @HandsomeGoldenKnight - Text: Exposed
LastRenderRectangleCoordinatesto improve mouse interactivity (#2994) @DaveMartel - Arrow: Fixed bug in constructor overload (#2976, #3001) @Gray-lab
- Controls: Resizing will now invoke
OnAxesChangedevent (#3000, #3002) @dhgigisoave - Plot: Added
LastRenderDimensionsfor easy access to the latest figure dimensions (#3000, #3002) @dhgigisoave - DataLogger and DataStreamer: Added support for custom line styles (#2972, #2972) @Gray-lab
- Population: Defining
BoxAlphaOverrideandMarkerAlphaallows for exact color representation (#2967, #3013) @Gray-lab and @Em3a-c - RandomDataGenerator: Use a global Random number generator for improved randomness and thread safety (#2893, #3022) @KroMignon
- Controls: Improve
Bitmapdisposal as controls are unloaded (#3023, #2902) @KroMignon and @mocakturk - ScatterPlotDraggable: Fixed bug affecting
IsUnderMouse()afterUpdate()is called (#2870, #2969, #3025) @KroMignon, @SasKayDE, and @onur-akaydin - Bar: New
AddBar()overload for creating a single highly customized bar graph bar (#3024, #3033) @melhashash - FormsPlot: Fix bug affecting mouse interaction on plots with all items hidden (#2895) @LapinFou
- RadarPlot: Added customization options for axis label string formatting, manual tick positions, and transparency (#3041) @JbmOnGitHub
- Axis: Added
Axis.SetTicks()to allow full customization of major and minor ticks (#2957) @FannyAtGitHub - Plot:
GetImageHTML()has been renamed toGetImageHtml()(#2974) @b4shful
Contributors
ScottPlot 5.0.9-beta
NuGet packages published 2023-10-03
- PixelPadding:
TotalHorizontalandTotalVerticalrenamed toHorizontalandVertical(#2874, #2878) @viktoriussuwandi - CoordinateRect: Added
Expanded()method for creating a copy of the rectangle expanded to include a given point (#2871, #2890) @aespitia - FillY: Added legend support (#2886, #2896) @msroest
- Plot: Created
Add.Line(x1, x2, y1, y2)and related overloads for adding straight lines to plots (#2901, #2915) - LinearRegression: Added
Statistics.Regression(see cookbook) for fitting lines to collections of X/Y data points (#2901) @anewton - Avalonia: Improve rendering in multi-control windows (#2920) @nightfog-git
Contributors
ScottPlot 4.1.68
NuGet packages published 2023-10-03
- Heatmap: Added a
UseParalleloption which can improveUpdate()performance for large datasets (#2897) @bukkideme
Contributors
ScottPlot 5.0.8-beta
NuGet packages published 2023-08-13
- Rendering: Improved performance by caching typefaces (#2833, #2848) @KroMignon and @taya92413
- Avalonia: Improved performance, DPI awareness, and color rendering (#2818, #2859) @oktrue
- Rename:
XMin,XMax,YMin, andYMaxproperties are nowLeft,Right,Bottom,Topfor all coordinate primitives (#2840) - Plot: Improve
AutoScale()customization usingMargins()to define whitespace area (#2857) - Primitives: Improved equality checks (#2855)
- Controls: Added a
RenderQueueto allow cross-control render requests that would otherwise cause render artifacts or infinite loops - Controls: Created
SharedAxisManagerandSharedLayoutManagerto facilitate pairing controls together - Multiplot: Added methods for creating creating static multi-plot figures (#2868, #2869)
Contributors
ScottPlot 4.1.67
NuGet packages published 2023-08-13
- DataLogger: Improved appearance of legend items (#2829, #2850) @KroMignon and @p4pravin
- Radial Gauge Plot: Improved layout for plots with a large number of gauges (#2722) @tinuskotze
- DataLogger: Added support for markers (#2862) @KroMignon
- AxisLimits: Added
WithPan()overloads to facilitate panning in interactive applications (#2863) @LapinFou - Rectangle: Plots now have an
AddRectangle()for placing rectangular shapes on plots (#2866) @dpieve
Contributors
ScottPlot 5.0.7-beta
NuGet packages published 2023-08-06
- Axis: Fixed issue where axes with zero span would cause renders to fail (#2714) @ahmad-qamar
- Avalonia: Improve support for cross-platform and non-desktop applications (#2748) @PremekTill
- Scatter Plot: Improve support for empty datasets (#2740)
- Scatter Plot: Improve support for user-defined line widths (#2739, #2750) @dayo05
- Fonts: New static class to facilitate selecting fonts that support international characters (#2746) @heartacker
- Axis: Exposed
TickFontto allow tick label size and style customization (#2747) @heartacker - Plot: Added
Title(),XLabel(), andYLabel()helper methods - Fonts: Favor the system default font to achieve better support international characters (#2746) @heartacker
- Plot: Added
ScaleFactorproperty to manage scaling of all plot components (#2747) @heartacker - WinForms: Automatically adjust plot scaling to match display scaling (#2747) @heartacker
- Plot: Added a
RenderManagerwhich has aList<RenderAction>the user can modify to customize the render sequence (#2767) - Plot: Refactored rendering system for all plottables, axes, etc. so canvases (not surfaces) are passed (#2767)
- WPF: Improved support for display scaling (#2760, #2766) @DmitryKotenev
- Plot: Added support for SVG export (#2704, #717)
- Legend: Respect
IsVisibleproperty (#2805) - Ticks: Added
NumericManualtick generator for manually-defined tick positions and labels - Plot:
Title(),XLabel(), andYLabel()have optional arguments forsize - Plot: Added
Plot.Style.SetFont()to apply the given font to all titles, axis labels, and tick labels - Plot: Added
Plot.Style.SetFontFromText()to apply system font that best supports the language of the provided text (#2746) @heartacker - RandomDataGenerator: Improved XML docs and added methods for returning single numbers (#2774, #2787) @Silent0Wings
- Pixel: Added constructor overload that accepts
doublevalues (#2780) @Silent0Wings - Primitives: Refactored and added XML docs to
Pixel,PixelSize, andPixelRect(#2784) - Color: Added
WithAlpha()method that accepts a fraction (#2794, #2776) @mjpz - Coordinates: Added
Distance()method for calculating distance between two points in axis space (#2791, #2798) @able-j - CoordinateRect: Added a
Centerproperty that returns aCoordinatesvalue in axis space (#2789, #2812) @tijin-abe-thomas - CoordinateRect: Added a
Contains()method to evaluate whether givenCoordinatesare inside the rectangle (#2790, #2813) @tijin-abe-thomas - Crosshair: New plot type that draws a cross centered at a given position in X/Y space
- Avalonia: Support Avalonia version 11.0.1 (#2822) @oktrue
- Controls: Now have
GetCoordinates()with built-in logic for display scaling compensation (#2760) - Rendering: Improve multi-platform color support (#2818) @KroMignon and @oktrue
- Random Data Generation: Added an optional
slopeargument toRandomWalk()(#2763, #2826) @JasonC0x0D - Browser: Improved support and documentation for running ScottPlot in the browser with Avalonia and WinUI (#2830) @oktrue
- Android: Improved support and documentation for running ScottPlot in Avalonia Android projects (#2830) @oktrue
- Legend: Now hidden by default with opt-in visibility by calling
Plot.Legend()(#2764) - Style:
Plot.Axeshas been renamed toPlot.AxisStylerto better communicate its purpose (#2778) - Primitives: Created
ExpandingAxisLimitshelper class for creatingAxisLimitsinside plottables (#2799) - Plot: Added
Pan()andZoom()methods that do not require passing state likeMousePan()andMouseZoom()do (#2800) - Plot: Added
Plot.RenderManager.RenderFinishedevent that provides aRenderDetailsindicating whether axes or layout changed (#2801) - FormsPlot: Added
RefreshQueue()to allow facilitate event-driven refreshing of multiple controls in single-thread applications (#2801, #2802) - Plot: Added
MatchAxisLimits()to simplify applying limits from one plot to another in multi-control applications (#2802) - Layout: Added
MatchLayout()andFixedLayout()as an alternative to the defaultAutomaticLayout()engine (#2802)
Contributors
ScottPlot 4.1.66
NuGet packages published 2023-08-06
- DataLogger: Improved support for single-point datasets (#2733) @KroMignon
- Plot: Added optional arguments to
AddDataLogger()andAddDataStreamer()for customizing style (#2733) @KroMignon - Version: Build information can now be accessed from the static
ScottPlot.Versionclass - Avalonia: Removed dependency on
Avalonia.Desktoppackage (#2752, #2748) @Fruchtzwerg94 - Cookbook: Remove "experimental" designator from ScatterPlotList (#2782) @prime167
- Heatmap: Added
RotationandCenterOfRotationproperties (#2814, #2815) @bukkideme - WPF: Improved the
PlottableDraggedevent (#2820) @tadmccorkle - Avalonia: Support Avalonia version 11.0.1 (#2822) @oktrue
- Heatmap: Improved XML docs (#2738, #2827) @JasonC0x0D
Contributors
ScottPlot 5.0.6-beta
NuGet packages published 2023-07-09
- Legend: Improve support for custom positioning (#2584, #2638) @heartacker
- OpenGL: Use CPU to render on devices without hardware acceleration (#2651) @StendProg
- Polygon: New plot type for displaying closed shapes with arbitrary X/Y corners (#2696) @Tilation
- FillY: New plot type for displaying a shaded area between two sets of Y points that share the same X points (#2696) @Tilation
- Avalonia: Added support for Avalonia 11 (#2720, #2184, #2664, #2507, #2321, #2184, #2183, #2725) @Fruchtzwerg94, @Xerxes004, and @bclehmann
Contributors
ScottPlot 4.1.65
NuGet packages published 2023-07-09
- Axis: Improved log-scaled axis minor tick density default value and customization (#2646) @hellfo
- Image: Added option to disable anti-aliasing for scaled images (#2649) @mYcheng-95
- Binned Histogram: New plot type that represents binned 2D histogram data as a heatmap (#2453)
- DataLogger: New type of scatter plot designed for infinitely growing X/Y datasets (#2377, #2641)
- DataStreamer: New type of signal plot for displaying live data as it is shifted in (#2377, #2641)
- WPF: Multi-target Framework 4.6.1 changed to 4.6.2 (#2685)
- Axis: Added option to customize tick line width (#2643, #2654) @Guillaume-Deville
- Horizontal Span: Fixed
ToString()message @RachamimYaakobov - Signal Plot: Added
ScaleYproperty to complimentOffsetY(#2642, #2656) @Guillaume-Deville - Colorbar: Automatically adjust label position to prevent overlap with tick labels (#2684) @bukkideme
- Launcher: Made
Plot.Launchmethods available without requiring using statements (#2627, #2657) @Guillaume-Deville - Population plot: Added
BoxBorderColorandErrorStDevBarColorproperties to customize appearance (#2708) @johndoh - Arrow: Made tip and base positions mutable (#2673) @MyZQL
- ScatterPlotList: Add
GetXs()andGetYs()to let users retrieve copies of data points (#2694, #2711) @bukkideme and @Marc-Frank - FormsPlotViewer: New constructor for synchronized plots with bidirectional updates (#2653, #2710, #2722) @bukkideme
- LineStyle: Default patterns (and a new custom pattern) can be customized by assigning
ScottPlot.LineStylePatterns(#2690, #2692) @mocakturk, @Marc-Frank, and @bukkideme - Radar Plots: Improve vertical spacing for all aspect ratios (#2702) @pjt33
- Avalonia: Added support for Avalonia 11 (#2720, #2184, #2664, #2507, #2321, #2184, #2183, #2725) @Fruchtzwerg94, @Xerxes004, and @bclehmann
- Colorbar: Added a
ResizeLayout()helper method for adjusting plot layouts to accommodate large tick labels (#2703) - Scatter List: Improved support for data containing NaN values (#2707) @oldteacup
- Population Plot: Improved support for populations with no data (#2727, #2726) @marklam
Contributors
ScottPlot 5.0.5-beta
NuGet packages published 2023-05-17
- Box Plot: New plot type for displaying multiple collections of population data (#2589) @bclehmann
- OpenGL Control: Prevent exceptions on keyboard input (#2609, #2616) @stendprog
- Platforms: Improved linux support by using SkiaSharp native assets without dependencies (#2607) @chrisxfire
- Color: Improved support for alpha values in constructor (#2625)Clay
Contributors
ScottPlot 4.1.64
NuGet packages published 2023-05-17
- Ellipse: Added
Rotationproperty (#2588, #2595) @JohniMIEP and @bclehmann - Controls: Prevent horizontal scroll wheel events from throwing exceptions (#2600, #2626, #2630) @bclehmann, @szescxz, and @Jordant190
- ScatterDataLogger: Experimental plot type for live incoming data (#2377, #2599)
- Ticks: Improved automatic layout sizing when manual ticks are used (#2603, #2605) @StefanBertels and @szescxz
- Ticks: Improved automatic layout sizing for short and empty tick labels (#2606) @szescxz
- Plot: Improved
AddVerticalLine()XML docs (#2610) @wfs1900 - FinancePlot:
GetBollingerBands()now accepts an optional standard deviation coefficient (#2594) @Minu476 - SignalPlot: Fixed bug where
Update()did not change the final point (#2592) @Angeld10 - ScatterPlotDraggable: Expose IndexUnderMouse for access after drag events (#2682) @mocakturk
Contributors
ScottPlot 5.0.4-beta
NuGet packages published 2023-04-09
- WpfPlot: Converted the
UserControlto aCustomControlto facilitate inheritance and theming (#2565) @KroMignon - Controls: Improved ALT + left-click-drag zoom rectangle behavior (#2566)
Contributors
ScottPlot 4.1.63
NuGet packages published 2023-04-09
- WpfPlot: Converted the
UserControlto aCustomControlto facilitate inheritance and theming (#2509, #2526) @KroMignon - Lollipop and Cleveland plots: Added
LineWidthproperty (#2556) @benton-anderson - Pie: Added
SliceLabelPositionproperty to allow slice labels to be placed outside the pie (#2515, #2510, #2275) @nuelle16 and @cpa-level-it - Axis: Made
EdgeandAxisIndeximmutable to prevent accidental modification after construction (#2539, #2538) @cxjcqu - Plot: Created
LeftAxis,RightAxis,BottomAxis, andTopAxiswhich aliasYAxis,YAxis2,XAxis, andXAxis2but are more expressive (#2568) - Plot:
Launchproperty has methods for launching the plot as a static image, refreshing web page, or interactive window (#2543, #2570) - Heatmap: Improved support for semitransparent cells (#2313, #2277, #2285, #2461, #2484) @bukkideme
- Axis: Added
SetZoomInLimit(),SetZoomOutLimit(), andSetBoundary()to control zoom and pan (#2250, #2291, #1997, #1873, #662) @dusko23, @Gholamalih, and @bclehmann - Controls: Added
Configuration.RightClickDragZoomFromMouseDownflag to enable right-click-drag zoom to scale relative to the cursor (#2296, #2573) @pavlexander - Finance: Improved DateTime position of random stock price sample data (#2574)
- Axis: Improve tick spacing for extremely small plots (#2289) @Xerxes004
- Signal: Fixed bug causing
Update()to throw an indexing error (#2578) @Angeld10 - Annotation: Position is no longer defined as
XandYbut insteadAlignment,MarginX, andMarginY(#2302) @EFeru - Colorbar: Add
Labelproperty (#2341) @bukkideme
Contributors
ScottPlot 5.0.4-beta
NuGet packages published 2023-04-02
- OpenGL: Enhanced customization options for OpenGL-accelerated scatter plots (#2446) @StendProg
- Data: Added axis limit caching functionality for improved performance of large scatter plots (#2460) @StendProg
- DataOperations: New static class with helper methods for working with 1D and 2D data (#2497) @bukkideme and @StendProg
- Financial: Created
IOHLCto allow users to inject their own pricing logic (#2404) @mjpz - Solution: Fixed configuration error caused by invalid GUIDs (#2525) @KroMignon
- Controls: Disabled context menu in non-interactive mode (#2475) @KroMignon
- Histogram: Improved constructor argument validation and support for small bins(#2490) @Margulieuxd and @bukkideme
- WpfPlot: Control now appears in the Visual Studio Toolbox (#2535, #1966)Valkyre
- Axis: Improved tick label format customization (#2500) @chhh
Contributors
ScottPlot 4.1.62
NuGet packages published 2023-04-02
- WinForms Control:
Reset()makes new plots transparent (#2445) @Neopentane1 - Ellipse and Circle: New plot types demonstrated in the cookbook. (#2413, #2437) @bukkideme
- Heatmap: Added
FlipVerticallyto invert vertical axis of heatmap data (#2444, #2450) @Neopentane1 - Histogram: Improved support for datasets with low variance (#2464, #2463) @Xerxes004
- Heatmap: Added
Opacityproperty (#2461, #2484) @bukkideme - DataOperations: New static class with helper methods for working with 1D and 2D data (#2497) @bukkideme and @StendProg
- Population: Added option for customizing horizontal errorbar alignment (#2502) @benton-anderson
- Financial: Created
IOHLCto allow users to inject their own pricing logic (#2404) @mjpz - OHLC: The
Volumeproperty and constructor overload initializing it have been deprecated (#2404) - Axis: Expose tick, spine, and label configuration objects (#2512, #2513, #2353) @cxjcqu and @SaltyTears
- Signal: Improved
FillDisable()behavior (#2436) @szescxz - RadialGaugePlot: Improve alignment for plots with 1-3 gauges (#2448, #2128) @DavidWhataGIT, @johndoh, and daddydavid
- Pie: Added
LegendLabelsproperty so slices and legend items can have different labels (#2459) @vietanhbui - Controls: Improved
GetCoordinate()behavior for empty plots (#2468, #2540) @dusko23 - Histogram: Improved constructor argument validation and support for small bins(#2490) @Margulieuxd and @bukkideme
- Axis: Improved
Plot.AxisPanCenter()support for multi-axis plots (#2483, #2544) @dusko23 - Bubble Plot: Added
RadiusIsPixelsflag which whenfalstsizes bubbles using radius units instead of pixels (#2492) @marcelpel - Axis: Improved
Plot.MatchAxisLimits()support for multi-axis plots (#2495) @Margulieuxd - Plot: Improved
Plot.XLabel()XML documentation (#2552) @JulianusIV
Contributors
ScottPlot 5.0.2-beta
NuGet packages published 2023-02-27
- Signal Plot: Support X and Y offset (#2378) @minjjKang
- WebAssembly: New sandbox demonstrates interactive ScottPlot in a browser (#2380, #2374)rafntor
- OpenGL: Added experimental support for direct GPU rendering (#2383, #2397) @StendProg
- Finance Plots: Added OHLC and Candlestick plot types (#2386) @bclehmann
- Style: Improved
Plot.Style.Background()color configuration (#2398) @Jonathanio123 - WPF: Added OpenGL support to the WPF control (#2395) @StendProg
- Palette: Refactored the palette system to allow ScottPlot 4 and 5 to share palette code (#2409)
- Plot: Added
GetImageHTML()for improved rendering in interactive notebooks (#2385, #1772) @neilyoung2008
Contributors
ScottPlot 4.1.61
NuGet packages published 2023-02-27
- Axis: Throw exception immediately upon setting invalid axis limits (#2327) @mjpz
- Heatmap: Added support for transparent single-color heatmaps (#2336) @bukkideme
- Statistics: Improved median calculation method in population plots (#2363) @Syntaxrabbit
- AxisLineVector: Improved automatic axis limits when using limited axis lines (#2371) @ChrisAtVault
- Controls:
Configuration.AddLinkedControl()simplifies axis sharing across multiple controls (#2402, #2372) - Statistics: New
ScottPlot.Statistics.Histogramclass optimized for simplicity and live data (#2403, #2389) @bukkideme and @Xerxes004 - Statistics: Improved bin edge calculations for histograms with fixed bin size bins (#2299) @Xerxes004
- Palette: Refactored the palette system to allow ScottPlot 4 and 5 to share palette code (#2409)
- Heatmap: Added
GetBitmap()to provide access to raw heatmap image data (#2396, #2410) @bukkideme - Pie: Prevent invalid argument exceptions when drawing zero-size pie charts (#2415) @KC7465128305
- Colormap: Colormaps can be created from a set of colors (#2375, #2191, #2187) @dhgigisoave
- Function Plot: New optional
AxisLimitsallows users to define default axis limits (#2428, #2412) @bukkideme - Population: Fixed bug causing argument exceptions for 1px high plots (#2429, #2384) @Sprenk
- Controls: Added
Configuration.AltLeftClickDragZoomoption to customize zooming behavior (#2391, #2392) @DevJins - Error Bar: Added
Labelproperty which allows error bars to appear independently in the legend (#2432, #2388) @dongyi-cai-windsab - Demo: Fixed bug preventing the cookbook from launching (#2443) @FannyAtGitHub
Contributors
ScottPlot 5.0.1-beta
NuGet packages published 2023-02-09
- Namespace: DataSource → DataSources
- Error Bar: New plot type (#2346) @bclehmann
- Plot: Added
Styleobject to group functions that perform complex styling tasks - Controls: Added right-click context menus (#2350) @bclehmann
- Rendering: Added support for saving bitmap files (#2350) @bclehmann
- Axes: Added support for DateTime Axes (#2369) @bclehmann
- Rendering: Added support for line styles (#2373) @bclehmann
- WinUI3: Created a Uno WinUI3 control (#2374, #2039) @rafntor
Contributors
ScottPlot 5.0.0-beta
NuGet packages published 2023-01-01
- ScottPlot 5: First version 5 release published to NuGet #2304
Contributors
ScottPlot 4.1.60
NuGet packages published 2022-12-23
- Pie Chart: Improved display when a single slice covers the entire pie (#2248, #2251) @bclehmann
- Plot: Added
AddFill()arguments forLineWidthandLineColor(#2258) @Fruchtzwerg94 - Plot: Improved support for filled polygons with fewer than 3 points (#2258) @Fruchtzwerg94
- A new
IDraggableSpaninterface was added to trigger events when the edges of spans are dragged (#2268) @StendProg - Palettes: Added new light-color palettes PastelWheel, LightSpectrum, and LightOcean (#2271, #2272, #2273) @arthurits
- Ticks: Improved tick calculations for very small plots (#2280, #2278) @Xerxes004
- Crosshair: HLine and VLine are no longer readonly (#2208) @arthurits
- Function Plot: Added support for filling above and below lines (#2239, #2238) @SGanard
- Signal Plot: Improved error messages for when
Update()fails to replace data (#2263) - Plot:
Clear()now resets inner and outer view limits (#2264) @vietanhbui - FormsPlot: Right-click help menu is now
TopMost(#2282) @dusko23 - Signal Plot: Allow users to apply different colors to lines and markers (#2288) @Nuliax7
- Pie: Added
Sizeoption to allow customizing how large the pie chart is (#2317) @Rudde - FormsPlot: Improved support for horizontal legends in the pop-out legend viewer (#2300) @rotger
- Axis: Added arguments to
AxisPan()to improve multi-axis support (#2293) - Axis: Added
AxisPanCenter()to center the view on a coordinate (#2293) @dusko23 - Project: Use System.Drawing.Common version 4.7.2 to avoid CVE-2021-26701 (#2303, #1004, #1413) @gobikulandaisamy
Contributors
ScottPlot 4.1.59
NuGet packages published 2022-11-06
- Ticks: Improve datetime tick labels for systems with a 24-hour display format (#2132, #2135) @MareMare and @bclehmann
- Axis:
Plot.AddAxis()now uses auto-incremented axis index unless one is explicitly defined (#2133) @bclehmann and Discord/Nick - Axis:
Plot.GetAxesMatching()was created to obtain a given vertical or horizontal axis (#2133) @bclehmann and Discord/Nick - Axis: Corner label format can be customized for any axis by calling
CornerLabelFormat()(#2134) @ShannonZ - BarSeries: Improved rendering of negative values (#2147, #2152) @fe-c
- Function Plot: Added optional
XMinandXMaxfields which limit function rendering to a defined horizontal span (#2158, #2156, #2138) @bclehmann and @phil100vol - FormsPlot: Plot viewer now has
RefreshLegendImage()allowing the pop-out legend to be redrawn programmatically (#2157, #2153) @rosdyana - Function Plot: Improved performance for functions which return null (#2158, #2156, #2138) @bclehmann
- BarSeries: improve support for negative and horizontal bar labels (#2148, #2159, #2152) @bclehmann
- Palette: Added
NormalPalette based on Anton Tsitsulin's Normal 6-color palette (#2161, #2010) @martinkleppe - BarSeries: Added helper function to create a bar series from an array of values (#2161) @KonH
- SignalPlot: Add
Smoothoption (#2174, #2137) @rosdyana - Signal Plot: Use correct marker when displaying in legend (#2172, #2173) @bclehmann
- Data Generation: Improved floating point precision of
RandomNormalValuerandomness (#2189, #2206) @arthurits and @bclehmann_ - Finance Plot: Improved SMA calculations for charts with unordered candlesticks (#2199, #2207) @zachesposito and @xenedia
- Avalonia Control: Fixed subscription to ContexMenu property changes (#2215) @DmitryZhelnin
- Legend: Support horizontal orientation and added cookbook example (#2216) @lucabat
- Data Generation: Added generic support for
Consecutive(),Random(), andRandomWalk() - SignalPlot: New
SignalPlotGenerictype allowsAddSignal()to support generic data types (#2217) @codecrafty
Contributors
ScottPlot 4.1.58
NuGet packages published 2022-09-08
- Radar: New
Smoothfield allows radar areas to be drawn with smooth lines (#2067, #2065) @theelderwand - Ticks: Setting manual ticks will now throw an immediate
ArgumentExceptionif positions and labels have different lengths (#2063) @sergaent - VectorFieldList: New plot type for plotting arbitrary coordinate/vector pairs which are not confined to a grid (#2064, #2079) @sjdemoor and @bclehmann
- HLine and VLine: Line (but not position label) is hidden if
LineWidthis0(#2085) @A1145681 - Controls: The cursor now reverts to
Configuration.DefaultCursorafter moving off draggable objects (#2091) @kurupt44 - Snapping: SnapNearest classes now expose
SnapIndex()(#2099) @BambOoxX - Background: Added optional arguments to
Style()lets users place a custom background image behind their plot (#2016) @apaaris - Axis Line: Remove the ability to drag invisible lines (#2110) @A1145681
- Controls: Draggable objects can now only be dragged with the left mouse button (#2111, #2120) @A1145681
- Heatmap: Prevent rendering artifacts by throwing an exception if the 2D array is larger than 2^15 in either dimension (#2119, #2116) @dhgigisoave
Contributors
ScottPlot 4.1.57
NuGet packages published 2022-08-18
- Scatter: Improved
GetPointNearest()whenOnNaNisGaporIgnore(#2048) @thopri - Heatmap and Image: Added
Coordinate[] ClippingPointsto give users the ability to clip to an arbitrary polygon (#2049, #2052) @xichaoqiang - Image: Improved automatic axis limits measurement when
HeightInAxisUnitsis defined - Plot: Reduced anti-aliasing artifacts at the edge of frameless plots (#2051)
Contributors
ScottPlot 4.1.56
NuGet packages published 2022-08-16
- Signal: Improved accuracy of
GetIndexForX()(#2044) @CharlesMauldin - Palette: Added help messages for users attempting to create custom palettes (#1966) @EFeru
Contributors
ScottPlot 4.1.55
NuGet packages published 2022-08-14
- Scatter: Data may now contain NaN if the
OnNaNfield is customized.Throwthrows an exception of NaN is detected (default behavior),Ignoreskips over NaN values (connecting adjacent points with a line), andGapbreaks the line so NaN values appear as gaps. (#2040, #2041) - Plot: Added a
AddFillError()helper method to create a shaded error polygon for displaying beneath a scatter plot (#2037)
Contributors
ScottPlot 4.1.53
NuGet packages published 2022-08-11
- Scatter and Signal Plot:
GetYDataRange()now returns the range of Y values between a range of X positions, useful for setting automatic axis limits when plots are zoomed-in (#1946, #1942, #1929) @bclehmann - WPF Control: Right-click copy now renders high quality image to the clipboard (#1952) @bclehmann
- Radar, Coxcomb, and Pie Chart: New options to customize hatch pattern and color. See cookbook for examples. (#1948, #1943) @bclehmann
- Signal Plot: Improve support for plots with a single point (#1951, #1949) @bclehmann and @Fruchtzwerg94
- Draggable Marker Plots: Improved drag behavior when drag limits are in use (#1970) @xmln17
- Signal Plot: Added support for plotting
bytearrays (#1945) - Axis Line: Added properties to customize alignment of position labels (#1972) @hamhub7
- Plot: MatchAxis no longer modifies limits of unintended axes (#1980) @PlayCreatively
- Plot: Improved error reporting for invalid axis limits (#1994) @Xerxes004
- Signal Plot: Improved
GetPointNearestX()accuracy for plots with high zoom (#1987, #2019, #2020) @dhgigisoave - Draggable:
IDraggablenow has functions to facilitate snapping (#2006, #2007, #2022) @Agorath - Palette:
ScottPlot.Palettehas been refactored to replaceScottPlot.Drawing.PaletteandScottPlot.Drawing.Colorset(#2024) - Palette: Palettes now implement
IEnumerableand colors can be retrieved usingforeach(#2028) - Render: Improved thread safety of the render lock system (#2030) @anprevost
- Scatter: Exposed
SmoothTensionto customize behavior whenSmoothis enabled (#1878) @Michael99
Contributors
ScottPlot 4.1.52
NuGet packages published 2022-07-09
- WinForms control: Fixed a bug introduced by the previous version which resulted in flickering while using the mouse to pan or zoom (#1938, #1913) @AbeniMatteo
- Plot: Added obsolete
GetLegendBitmap()with message indicatingRenderLegend()is to be used instead (#1937, #1936) @johnfoll - Signal Plot: Improved performance using platform-specific fast paths for common data types to minimize allocations (#1927) @AbeniMatteo, @StendProg, and @bclehmann
Contributors
ScottPlot 4.1.51
NuGet packages published 2022-06-30
- WinForms Control: Fixed a bug that caused frequent mouse events to overflow the stack (#1906, #1913) @AbeniMatteo
- Performance: Improve string measurement performance using cached fonts (#1915) @AbeniMatteo
- Layout: Improve axis alignment when
ManualDataArea()is used (#1901, #1907, #1911) @dhgigisoave - Cookbook: Improve error message if recipes.json is not found (#1917) @AbeniMatteo
Contributors
ScottPlot 4.1.50
NuGet packages published 2022-06-26
- BarSeries: Lists passed into new BarSeries are preserved and can be modified after instantiation. Added a
Countproperty. Added aAddBarSeries()overload that permits creating an empty BarSeries. (#1902) - Markers: Improved performance for plot types that render multiple markers (#1910) @AbeniMatteo
- Plot: New
ManualDataArea()function allows users to define pixel-perfect layouts (#1907, #1901) @dhgigisoave
Contributors
ScottPlot 4.1.49
NuGet packages published 2022-06-21
- BarSeries: A new type of bar plot which allows each bar to be individually customized and offers mouse collision detection (#1891, #1749) @jhm-ciberman
- SignalXY: When step mode is activated markers are now only drawn at original data points (#1896) @grabul
- SignalConst: Fixed indexing error affecting the Update() overload that accepted generic arrays (#1895, #1893) @strontiumpku
- Scatter and Signal: When
StepDisplayis enabled, the newStepDisplayRightproperty can toggle step orientation (#1894, #1811) @dhgigisoave - SignalXY: Markers now shown in legend when the plot is zoomed-in enough that they become visible on the plot itself
Contributors
ScottPlot 4.1.48
NuGet packages published 2022-06-09
- Plottable: Collapsed
IHasAxisLimits,IHasDataValidation, andIHasLegendItemsback intoIPlottable, reverting a change introduced by the previous version. The intent of the original change was to promote interface segregation (e.g., colorbar has no axis limits). However, the purpose of this reversion is to maintain consistent behavior for users who implemented their own plottables implementingIPlottableand may not be aware of these new interfaces. (#1868, #1881)
Contributors
ScottPlot 4.1.47
NuGet packages published 2022-06-07
- Scatter Plot: New
Smoothproperty allows data points to be connected by smooth lines (#1852, #1853) @liuhongran626 - Axis: Improved corner notation for multi-axis plots (#1875) @nassaleh
- Plottable: Optional segregated interfaces
IHasAxisLimits,IHasDataValidation, andIHasLegendItemswere broken-out ofIPlottable. Note that this change was reverted in the subsequent release. (#1868, #1881)
Contributors
ScottPlot 4.1.46
NuGet packages published 2022-06-05
- Image:
AddImage()has optional arguments to define rotation, scale, and anchor alignment. TheImageplot type has new public properties allowing images to be stretched so position and size can be defined using axis units (see Cookbook).Rotationnow respects all anchor alignments. (#1847) @wtywtykk and @bclehmann - Bracket: New plot type to highlight a range of data between two points in coordinate space (#1863) @bclehmann
- Heatmap: Added
FlipVerticallyproperty to invert orientation of original data (#1866, #1864) @bclehmann and @vtozarks - Axis: Improved placement of horizontal axis tick labels when multiple axes are in use (#1861, #1848) @bclehmann and @Shengcancheng
- Crosshair: Now included in automatic axis limit detection. Use its
IgnoreAxisAutoproperty to disable this functionality. (#1855, #1857) @CarloToso and @bclehmann - BarPlot: Improved automatic axis detection for bar plots containing negative values (#1855, #1857) @CarloToso and @bclehmann
- IHittable: new interface to facilitate mouse click and hover hit detection (#1845) @StendProg and @bclehmann
- Tooltip: Added logic to enable detection of mouse hover or click (#1843, #1844, #1845) @kkaiser41, @bclehmann, and @StendProg
- Controls: All user controls now have a
LeftClickedPlottableevent that fires when a plottable implementingIHittablewas left-clicked - FormsPlot: Set
Configuration.EnablePlotObjectEditortotrueto allow users to launch a plot object property editor from the right-click menu (#1842, #1831) @bradmartin333 and @BambOoxX - BarPlot: Fixed bug where zooming extremely far in would cause large fills to disappear (#1849, #1850) @ChrisAtVault
Contributors
ScottPlot 4.1.45
NuGet packages published 2022-05-05
- Plottables: Fields converted to properties and setters paired with getters to facilitate binding (#1831) @bradmartin333
Contributors
ScottPlot 4.1.44
NuGet packages published 2022-05-05
- SignalXY: Permit duplicate X values and improve exception messages when invalid X data is loaded (#1832) @Niravk1997
Contributors
ScottPlot 4.1.43
NuGet packages published 2022-05-02
- Draggable Scatter Plot: Fixed a bug where horizontal drag limits were applied to the vertical axis (#1795) @m4se
- Plot: Improved support for user-defined ticks when inverted axis mode is enabled (#1826, #1814) @Xerxes004
- Heatmap: Added
GetCellIndexes()to return the heatmap data position for a given coordinate (#1822, #1787) @tonpimenta - Controls: Added
LeftClickedevent to customize left-click actions in GUI environments (#1822, #1787)
Contributors
ScottPlot 4.1.42
NuGet packages published 2022-05-01
- SignalXY: Fixed bug causing plots to disappear when displaying partial data containing duplicated X values. (#1803, #1806) @StendProg and @bernhardbreuss
- SignalXY: X data is no longer required to be ascending when it is first assigned, improving support for plots utilizing min/max render indexing (#1771, #1777) @bernhardbreuss
- Grid: Calling
Plot.Grid(onTop: true)will cause grid lines to be drawn on top of plottables (#1780, #1779, #1773) @bclehmann and @KATAMANENI - FormsPlot: Fixed a bug that caused the default right-click menu to throw an exception when certain types of plottables were present (#1791, #1794) @ShenxuanLi, @MareMare, and @StendProg
- Avalonia: Improved middle-click-drag zoom-rectangle behavior (#1807) @kivarsen
- Avalonia: Improved position of right-click menu (#1809) @kivarsen
- Avalonia: Added double-click support which displays benchmark information by default (#1810) @kivarsen
- Axis: Improved support for switching between custom tick label format strings and custom formatter functions (#1813) @schifazl
- Plot:
AutomaticTickPositions()can now be used to undo action ofManualTickPositions()(#1814) - Plot:
AutomaticTickPositions()optionally accepts an array of ticks and labels that can be displayed in addition to the automatic ones (#1814) @Xerxes004 - Signal Plot: Improved low density display when
LineStyleisNone(#1797) @nassaleh - FormsPlot: Detached legend now restores initial legend visibility state on close (#1804) @BambOoxX
Contributors
ScottPlot 4.1.41
NuGet packages published 2022-04-09
- Plot: Added
Plot.GetImageHTML()to make it easy to display ScottPlot images in .NET Interactive / Jupyter notebooks (#1772) @StendProg and @Regenhardt
Contributors
ScottPlot 4.1.40
NuGet packages published 2022-04-07
- SignalPlotXY: Improved support for custom markers (#1763, #1764) @bclehmann and @ChrisCC6
- Legend:
Plot.Legend()accepts a nullableLocationso legends can be enabled/disabled without changing position (#1765) @envine - FormsPlot: The right-click menu now shows "detach legend" even if all plottable items with legends are set to invisible (#1765) @envine
- AxisLine: Added a
PositionLabelAxisfield that can be used to define a specific axis to draw the position label on in multi-axis plots (#1766) @fuxinsen
Contributors
ScottPlot 4.1.39
NuGet packages published 2022-04-01
Contributors
ScottPlot 4.1.38
NuGet packages published 2022-03-31
- Bar plot: Improved automatic axis limit detection for bars with negative offset (#1750) @painstgithub
- Axis labels: Added a
rotationargument toAxis.LabelStyle()to support flipping label orientation (#1754, #1194) @zeticabrian
Contributors
ScottPlot 4.1.37
NuGet packages published 2022-03-25
Contributors
ScottPlot 4.1.36
NuGet packages published 2022-03-19
Contributors
ScottPlot 4.1.35
NuGet packages published 2022-03-06
Contributors
ScottPlot 4.1.34
NuGet packages published 2022-03-03
- Bubble plot: Added methods to get the point nearest the cursor (#1657, #1652, #1705) @BambOoxX, @Maoyao233, and @adgriff2
- Markers: Improved alignment of markers and lines on Linux and MacOS by half a pixel (#1660, #340)
- Plottable: Added
IsHighlightedproperties to make some plot types bold (#1660) @BambOoxX - Plottable: Segregated existing functionality interfaces for
IHasLine,IHasMarker, andIHilightable(#1660) @BambOoxX - Plot:
AxisAuto()now throws an exception of margins are defined outside the allowable range (#450, #1682) @xichaoqiang - Plot: Added
PlotFillRightLeftmethod for adding horizontal filled scatter plots (#450) @xichaoqiang - Markers: All shapes are now drawn discretely instead of relying on text rendering for improved performance and consistency (#1668, #1660) @BambOoxX
- Scatter Plot: Support distinct
LineColorandMarkerColorcolors (#1668) - SignalXY: Fix bug affecting the edge of the plot when step mode is active (#1703, #1699) @PeppermintKing
- SignalXY: Improve appearance of filled regions when step mode is active (#1703, #1697) @PeppermintKing
- Axis Span: Added options to customize fill pattern and border (#1692) @BambOoxX
- Markers: Additional customization options such as
MarkerLineWidth(#1690) @BambOoxX - Legend Viewer: New functionality to customize line, marker, and highlight options have been added to the the right-click menu of the Windows Forms control (#1655, #1651) @BambOoxX
Contributors
ScottPlot 4.1.33
NuGet packages published 2022-02-04
- Spline Interpolation: Added new methods for data smoothing including Bézier interpolation (#1593, #1606)
- Detachable Legend: Added an option to detach the legend to the right-click menu in the Windows Forms control. Clicking items in the detached legend toggles their visibility on the plot (#1589, #1573, #1326) @BambOoxX
- Marker: Added an optional
Text(andTextFont) for displaying a message that moves with a marker (#1599) - Heatmap: Heatmaps with custom X and Y sizing or positioning no longer call
AxisScaleLock()automatically (#1145) @bclehmann - Axis: GetCoordinateY() now returns more accurate coordinate (#1625, #1616) @BambOoxX
- Text: Now has
IsDraggablefield and improved mouseover detection that supports rotation (#1616, #1599) @BambOoxX and @Niravk1997 - Plot:
Frameless()no longer results in an image with a 3 pixel transparent border (#1571, #1605) @sjlai1993 - Colorbar:
AddColorbar()has new optional argument to enable placement on the left side of the plot (#1524) @Niravk1997 - Heatmap: Fixed bug affecting manually-scaled heatmaps (#1485) @ZPYin, @mYcheng-95, and @bclehmann
- Colorbar: Exposed
DataAreaPaddingto improve layout customization for multi-axis plots (#1637) @ccopsey
Contributors
ScottPlot 4.1.32
NuGet packages published 2022-01-23
- Interpolation: New cubic interpolation module with improved stability and simplified API (#1433) @allopatin
- Legend:
GetBitmap()returns a transparent image instead of throwing an exception if there are no items in the legend (#1578) @BambOoxX - Legend: Added
Count,HasItems, andGetItems()so users can inspect legend contents to if/how they want to display it (#1578) @BambOoxX - Plot: Exposed
GetDraggable()to allow users to retrieve the plotted objects at specific pixel positions (#1578) @BambOoxX - Axis Limits: Improved handling of axis limits for plots containing no data (#1581) @EFeru
- Repeating Axis Line: Improved display of text labels (#1586, #1557) @BambOoxX
- Axis: Improved multi-axis support for
GetPixel()methods (#1584, #1587) @ChrisCC6 and @BambOoxX - Error Bar:
Plot.AddErrorBars()can now be used to place 1D or 2D error bars anywhere on the plot (#1466, #1588) @bclehmann - Scatter Plot List: Added generic support to
ScatterPlotList<T>as demonstrated in the cookbook (#1463, #1592) @tyrbentsen - Draggable Scatter Plot: Created a new
ScatterPlotListDraggablethat supports dragging points and custom clamp logic as seen in the cookbook (#1422) @EFeru and @BambOoxX - Axis: Users may now customize the number of minor ticks and grid lines when log scale is enabled (#1594, #1595, #1583) @hibus
Contributors
ScottPlot 4.1.31
NuGet packages published 2022-01-17
- MultiAxis: Improved support for draggable items placed on non-primary axes (#1556, #1545) @BambOoxX
- RepeatingAxisLine: New plot types
RepeatingVLineandRepeatingHLineshow a primary line and a user-defined number of harmonics. See cookbook for example and usage notes. (#1535, #1775) @BambOoxX - Scatter: The new
ScatterPlotDraggableplot type is for creating scatter plots with mouse-draggable points (#1560, #1422) @BambOoxX and @EFeru - Controls: Improved middle-click-drag zoom rectangle support for plots with multiple axes (#1559, #1537) @BambOoxX
- Marker: New plot types
DraggableMarkerPlotandDraggableMarkerPlotInVectorgive users options to add mouse-interactive markers to plots (#1558) @BambOoxX - Bar Plot: New
ValueFormatteroption allows users to customize the text displayed above bars (#1542) @jankri - Plot:
Title()now has additional arguments for customizing text above the plot (#1564)Hendri
Contributors
ScottPlot 4.1.30
NuGet packages published 2022-01-15
- Plot: Improve values returned by
GetDataLimits()when axis lines and spans are in use (#1415, #1505, #1532) @EFeru - Rendering: Revert default text hinting from ClearType back to AntiAliased to improve text appearance on transparent backgrounds. Users may call
ScottPlot.Drawing.GDI.ClearType(true)to opt-in to ClearType rendering which is superior for most situations. (#1553, #1550, #1528) @r84r, @wangyexiang, @Elgot, @EFeru, and @saklanmazozgur
Contributors
ScottPlot 4.1.29
NuGet packages published 2022-01-02
- WinForms Control: Improve ClearType text rendering by no longer defaulting to a transparent control background color (#1496)
Contributors
ScottPlot 4.1.28
NuGet packages published 2022-01-01
- Eto Control: New ScottPlot control for the Eto GUI framework (#1425, #1438) @rafntor
- Radar Plot:
OutlineWidthnow allows customization of the line around radar plots (#1426, #1277) @Rayffer - Ticks: Improved minor tick and minor grid line placement (#1420, #1421) @bclehmann and @at2software
- Palette: Added Amber and Nero palettes (#1411, #1412) @gauravagrwal
- Style: Hazel style (#1414) @gauravagrwal
- MarkerPlot: Improved data area clipping (#1423, #1459) @PremekTill, @lucabat, and @AndXaf
- MarkerPlot: Improved key in legend (#1459, #1454) @PremekTill and @Logicman111
- Style: Plottables that implement
IStylableare now styled whenPlot.Style()is called. Styles are now improved forScaleBarandColorbarplot types. (#1451, #1447) @diluculo - Population plot: Population plots
DataFormatnow have aDataFormatmember that displays individual data points on top of a bar graph representing their mean and variance (#1440) @Syntaxrabbit - SignalXY: Fixed bug affecting filled plots with zero area (#1476, #1477) @chenxuuu
- Cookbook: Added example showing how to place markers colored according to a colormap displayed in a colorbar (#1461) @obnews
- Ticks: Added option to invert tick mark direction (#1489, #1475) @wangyexiang
- FormsPlot: Improved support for WinForms 6 (#1430, #1483) @SuperDaveOsbourne
- Axes: Fixed bug where
AxisAuto()failed to adjust all axes in multi-axis plots (#1497) @Niravk1997 - Radial Gauge Plot: Fixed bug affecting rendering of extremely small gauge angles (#1492, #1474) @arthurits
- Text plot and arrow plot: Now have
PixelOffsetXandPixelOffsetYto facilitate small adjustments at render time (#1392) - Image: New
Scaleproperty allows customization of image size (#1406) - Axis:
Plot.GetDataLimits()returns the boundaries of all data from all visible plottables regardless of the current axis limits (#1415) @EFeru - Rendering: Improved support for scaled plots when passing scale as a
Plot.Render()argument (#1416) @Andreas - Text: Improved support for rotated text and background fills using custom alignments (#1417, #1516) @riquich and @AndXaf
- Text: Added options for custom borders (#1417, #1516) @AndXaf and @MachineFossil
- Plot: New
RemoveAxis()method allows users to remove axes placed byAddAxis()(#1458) @gobikulandaisamy - Benchmark:
Plot.BenchmarkTimes()now returns an array of recent frame render times (#1493, #1491) @anose001 - Ticks: Disabling log-scaled minor ticks now disables tick label integer rounding (#1419) @at2software
- Rendering: Improve appearance of text by defaulting to ClearType font rendering (#1496, #823) @Elgot
Contributors
@rafntor, @Rayffer, @bclehmann, @at2software, @gauravagrwal, @PremekTill, @lucabat, @AndXaf, @Logicman111, @diluculo, @Syntaxrabbit, @chenxuuu, @obnews, @wangyexiang, @SuperDaveOsbourne, @Niravk1997, @arthurits, @EFeru, @Andreas, @riquich, @MachineFossil, @gobikulandaisamy, @anose001, @Elgot, @swharden
ScottPlot 4.1.27
NuGet packages published 2021-10-24
- Colorbar: Exposed fields for additional tick line and tick label customization (#1360) @Maoyao233
- Plot: Improved
AxisAutoY()margins (#1363) @Maoyao233 - Radar Plot:
LineWidthmay now be customized (#1277, #1369) @bclehmann - Controls: Stretching due to display scaling can be disabled with
Configuration.DpiStretchin WPF and Avalonia controls (#1352, #1364) @ktheijs and @bclehmann - Axes: Improved support for log-distributed minor tick and grid lines (#1386, #1393) @at2software
- Axes:
GetTicks()can be used to get the tick positions and labels from the previous render - WPF Control: Improved responsiveness while dragging with the mouse to pan or zoom (#1387, #1388) @jbuckmccready
- Layout:
MatchLayout()has improved alignment for plots containing colorbars (#1338, #1349, #1351) @dhgigisoave - Axes: Added multi-axis support for
SetInnerViewLimits()andSetOuterViewLimits()(#1357, #1361) @saroldhand - Axes: Created simplified overloads for
AxisAuto()andMargins()that lack multi-axis arguments (#1367) @cdytoby - Signal Plot:
FillAbove(),FillBelow(), andFillAboveAndBelow()methods have been added to simplify configuration and reduce run-time errors. Direct access to fill-related fields has been deprecated. (#1401) - Plot:
AddFill()now has an overload to fill between two Y curves with shared X values - Palette: Made all
Paletteclasses public (#1394) @Terebi42 - Colorbar: Added
AutomaticTicks()to let the user further customize tick positions and labels (#1403, #1362) @bclehmann - Heatmap: Improved support for automatic tick placement in colorbars (#1403, #1362)
- Heatmap: Added
XMin,XMax,YMin, andYMaxto help configure placement and edge alignment (#1405) @bclehmann - Coordinated Heatmap: This plot type has been deprecated now that the special functionality it provided is present in the standard
Heatmap(#1405) - Marker: Created a new
Markerclass to simplify the marker API. Currently it is a pass-through forMarkerShapeenumeration members. - Plot:
AddMarker()makes it easy to place a styled marker at an X/Y position on the plot. (#1391) - Plottable:
AddPoint()now returns aMarkerPlotrather than aScatterPlotwith a single point (#1407) - Axis lines: Added
MinandMaxproperties to terminate the line at a finite point (#1390, #1399) @bclehmann
Contributors
ScottPlot 4.1.26
NuGet packages published 2021-10-12
- SignalPlotYX: Improve support for step display (#1342) @EFeru
- Heatmap: Improve automatic axis limit detection (#1278) @bclehmann
- Plot: Added
Margins()to set default margins to use whenAxisAuto()is called without arguments (#1345) - Heatmap: Deprecated
ShowAxisLabelsin favor of tight margins (see cookbook) (#1278) @bclehmann - Histogram: Fixed bug affecting binning of values at the upper edge of the final bin (#1348, #1350) @jw-suh
- NuGet: Packages have improved debug experience with SourceLink and snupkg format symbols (#1285)
Contributors
ScottPlot 4.1.25
NuGet packages published 2021-10-06
- Palette:
ScottPlot.Palettehas been created and cookbook recipes have been updated to use it. The module it replaces (ScottPlot.Drawing.Palette) will not be marked obsolete until ScottPlot 5. (#1299, #1304) - Style: Refactored to use static classes instead of enumeration members (#1299, #1291)
- NuGet: Improved System.Drawing.Common dependencies in user control packages (#1311, #1310) @Kritner
- Avalonia Control: Now targets .NET 5 (#1306, #1309) @bclehmann
- Plot: Fixed bug causing
GetPixel()to return incorrect values for some axes (#1329, #1330) @riquich - New Palettes:
- New Styles:
Contributors
ScottPlot 4.1.23
NuGet packages published 2021-09-26
- NuGet: use deterministic builds, add source link support, and include compiler flags (#1285)
Contributors
ScottPlot 4.1.22
NuGet packages published 2021-09-26
- Coxcomb Plots: Added support for image labels (#1265, #1275) @Rayffer
- Palette: Added overloads for
GetColor()andGetColors()to support transparency - Plot Viewer: fixed bug causing render warning to appear in WinForms and Avalonia plot viewers (#1265, #1238) @bukkideme, @Nexus452, and @bclehmann
Contributors
ScottPlot 4.1.21
NuGet packages published 2021-09-18
- Legend: Throw an exception if
RenderLegend()is called on a plot with no labeled plottables (#1257) - Radar: Improved support for category labels. (#1261, #1262) @Rayffer
- Controls: Now have a
Refresh()method as an alias ofRender()for manually redrawing the plot and updating the image on the screen. UsingRender()in user controls is more similar to similar plotting libraries and less likely to be confused withPlot.Render()in documentation and warning messages. (#1264, #1270, #1263, #1245, #1165) - Controls: Decreased visibility of the render warning (introduced in ScottPlot 4.1.19) by allowing it only to appear when the debugger is attached (#1165, #1264)
- Radial Gaugue Plot: Fixed divide-by-zero bug affecting normalized gauges (#1272) @arthurits
Contributors
ScottPlot 4.1.20
NuGet packages published 2021-09-09
- Ticks: Fixed bug where corner labels would not render when multiplier or offset notation is in use (#1252, #1253) @DavidBergstromSWE
Contributors
ScottPlot 4.1.19
NuGet packages published 2021-09-08
Contributors
ScottPlot 4.1.18
NuGet packages published 2021-09-08
- Ticks: Improve placement when axis scale lock is enabled (#1229, #1197)
- Plot:
SetViewLimits()replaced bySetOuterViewLimits()andSetInnerViewLimits()(#1197) @noob765 - Plot:
EqualScaleMode(an enumeration accepted byAxisScaleLock()) now hasPreserveSmallestandPreserveLargestmembers to indicate which axis to prioritize when adjusting zoom level. The new default isPreserveSmallestwhich prevents data from falling off the edge of the plot when resizing. (#1197) @noob765 - Axis: Improved alignment of 90º rotated ticks (#1194, #1201) @gigios
- Controls: Fix bug where middle-click-drag zoom rectangle would persist if combined with scroll wheel events (#1226) @Elgot
- Scatter Plot: Fixed bug affecting plots where
YErroris set butXErroris not (#1237, #1238) @simmdan - Palette: Added
Microchartscolorset (#1235) @arthurits - SignalPlotXY: Added support for
FillType(#1232) @ddrrrr - Arrow: New plot type for rendering arrows on plots. Arrowhead functionality of scatter plots has been deprecated. (#1241, #1240)
- Controls: Automatic rendering has been deprecated. Users must call Render() manually at least once. (#1165, #1117)
- Radial Gauge Plots:
AddRadialGauge()now adds a radial gauge plot (a new circular plot type where values are represented as arcs spanning a curve). See cookbook for examples and documentation. (#1242) @arthurits
Contributors
ScottPlot 4.1.17
NuGet packages published 2021-08-25
- Improved
RadarPlot.Update()default arguments (#1097) @arthurits - Radar Plot: Improved
Update()default arguments (#1097) @arthurits - Crosshair: Added
XLabelOnTopandYLabelOnRightoptions to improve multi-axis support and label customization (#1147) @rutkowskit - Signal Plot: Added
StepDisplayoption to render signal plots as step plots when zoomed in (#1092, #1128) @EFeru - Testing: Improved error reporting on failed XML documentation tests (#1127) @StendProg
- Histogram: Marked
ScottPlot.Statistics.Histogramobsolete in favor of static methods inScottPlot.Statistics.Commondesigned to create histograms and probability function curves (#1051, #1166). See cookbook for usage examples. @breakwinz and @bclehmann - WpfPlot: Improve memory management for dynamically created and destroyed WpfPlot controls by properly unloading the dispatcher timer (#1115, #1117) @ramsayamarin, @bclehmann, @StendProg, and @Orace
- Mouse Processing: Improved bug that affected fast drag-dropping of draggable objects (#1076)
- Rendering: Fixed clipping bug that caused some plot types to be rendered above data area frames (#1084)
- Plot: Added
WidthandHeightproperties - Plot:
GetImageBytes()now returns bytes for a PNG file for easier storage in cloud applications (#1107) - Axis: Added a
GetSettings()method for developers, testers, and experimenters to gain access to experimental objects which are normally private for extreme customization - Axis: Axis ticks now have a
Ticks()overload which allows selective control over major tick lines and major tick labels separately (#1118) @kegesch - Plot:
AxisAuto()now hasxAxisIndexandyAxisIndexarguments to selectively adjust axes to fit data on a specified index (#1123) - Crosshair: Refactored to use two
AxisLines so custom formatters can now be used and lines can be independently styled (#1173, #1172, #1122, 1195) @Maoyao233 and @EFeru - ClevelandDotPlot: Improve automatic axis limit detection (#1185) @Nextra
- ScatterPlotList: Improved legend formatting (#1190) @Maoyao233
- Plot: Added an optional argument to
Frameless()to reverse its behavior and deprecatedFrame()(#1112, #1192) @arthurits - AxisLine: Added
PositionLabeloption for displaying position as text (using a user-customizable formatter function) on the axis (#1122, #1195, #1172, #1173) @EFeru and @Maoyao233 - Radar Plot: Fixed rendering artifact that occurred when axis maximum is zero (#1139) @petersesztak and @bclehmann
- Mouse Processing: Improved panning behavior when view limits (axis boundaries) are active (#1148, #1203) @at2software
- Signal Plot: Fixed bug causing render artifacts when using fill modes (#1163, #1205)
- Scatter Plot: Added support for
OffsetXandOffsetY(#1164, #1213) - Coxcomb: Added a new plot type for categorical data. See cookbook for examples. (#1188) @bclehmann
- Axes: Added
LockLimits()to control pan/zoom manipulation so individual axes can be manipulated in multi-axis plots. See demo application for example. (#1179, #1210) @kkaiser41 - Vector Plot: Add additional options to customize arrowhead style and position. See cookbook for examples. (#1202) @hhubschle
- Finance Plot: Fixed bug affecting plots with no data points (#1200) @Maoyao233
- Ticks: Improve display of rotated ticks on secondary axes (#1201) @gigios
Contributors
ScottPlot 4.1.16
NuGet packages published 2021-05-30
- Made it easier to use custom color palettes (see cookbook) (#1058, #1082) @EFeru
- Added a
IgnoreAxisAutofield to axis lines and spans (#999) @kirsan31 - Heatmaps now have a
Smoothfield which uses bicubic interpolation to display smooth heatmaps (#1003) @xichaoqiang - Radar plots now have an
Update()method for updating data values without clearing the plot (#1086, #1091) @arthurits - Controls now automatically render after the list of plottables is modified (previously it was after the number of plottables changed). This behavior can be disabled by setting a public field in the control's
Configurationmodule. (#1087, #1088) @bftrock - New
Crosshairplot type draws lines to highlight a point on the plot and labels their coordinates in the axes (#999, #1093) @kirsan31 - Added support for a custom
Func<double, string>to be used as custom tick label formatters (see cookbook) (#926, #1070) @damiandixon and @ssalsinha - Added
Move,MoveFirst, andMoveLastto thePlotmodule for added control over which plottables appear on top (#1090) @EFeru - Fixed bug preventing expected behavior when calling
AxisAutoXandAxisAutoY(#1089) @EFeru_
Contributors
ScottPlot 4.1.15
NuGet packages published 2021-05-27
- Hide design-time error message component at run time to reduce flicking when resizing (#1073, #1075) @Superberti and @bclehmann
- Added a modern
Plot.GetBitmap()overload suitable for the new stateless rendering system (#913 #1063) - Controls now have
PlottableDraggedandPlottableDroppedevent handlers (#1072) @JS-BGResearch
Contributors
ScottPlot 4.1.14
NuGet packages published 2021-05-23
- Add support for custom linestyles in SignalXY plots (#1017, #1016) @StendProg and @breakwinz
- Improved Avalonia dependency versioning (#1018, #1041) @bclehmann
- Controls now properly process
MouseEnterandMouseLeaveevents (#999) @kirsan31 and @breakwinz - Controls now have a
RenderRequest()method that uses a render queue to facilitate non-blocking render calls (#813, #1034) @StendProg - Added Last() to finance plots to make it easier to access the final OHLC (#1038) @CalderWhite
- Controls that fail to render in design mode now display the error message in a textbox to prevent Visual Studio exceptions (#1048) @bclehmann
Contributors
ScottPlot 4.1.13-beta
NuGet packages published 2021-05-02
Plot.Render()andPlot.SaveFig()now have ascaleargument to allow for the creation of high resolution scaled plots (#983, #982, #981) @PeterDavidson- A
BubblePlothas been added to allow display of circles with custom colors and sizes. See cookbook for examples. (#984, #973, #960) @PeterDavidson - Avalonia 0.10.3 is now supported (#986) @bclehmann
- Default version of System.Drawing.Common has been changed from
5.0.0to4.6.1to minimize errors associated with downgrading (#1004, #1005, #993, #924, #655) @bukkideme
Contributors
ScottPlot 4.1.12-beta
NuGet packages published 2021-04-12
- Added "Open in New Window" option to right-click menu (#958, #969) @ademkaya and @bclehmann
- User control
Configurationmodule now has customizable scroll wheel zoom fraction (#940, #937) @PassionateDeveloper86 and @StendProg - Added options to
Plot.AxisScaleLock()to let the user define scaling behavior when the plot is resized (#933, #857) @boingo100p and @StendProg - Improved XML documentation for
DataGenmodule (#903, #902) @bclehmann - Fixed bug where tick labels would not render for axes with a single tick (#945, #828, #725, #925) @saklanmazozgur and @audun
- Added option to manually refine tick density (#828) @ChrisAtVault and @bclehmann
- Improved tick density calculations for DateTime axes (#725) @bclehmann
- Fixed SignalXY rendering artifact affecting the right edge of the plot (#929, #931) @damiandixon and @StendProg
- Improved line style customization for signal plots (#929, #931) @damiandixon and @StendProg
- Fixed bug where negative bar plots would default to red fill color (#968, #946) @pietcoussens
- Fixed bug where custom vertical margin was not respected when
AxisAuto()was called with a middle-click (#943)Andreas - Added a minimum distance the mouse must travel while click-dragging for the action to be considered a drag instead of a click (#962)
- Improved Histogram documentation and simplified access to probability curves (#930, #932, #971) @LB767, @breakwinz, and @bclehmann
Contributors
ScottPlot 4.1.11-beta
NuGet packages published 2021-03-30
- FormsPlot mouse events are now properly forwarded to the base control (#892, #919) @grabul
- Prevent right-click menu from deploying after right-click-drag (#891, #917)
- Add offset support to SignalXY (#894, #890) @StendProg
- Eliminate rendering artifacts in SignalXY plots (#893, #889) @StendProg and @grabul
- Optimize cookbook generation and test execution (#901) @bclehmann
Contributors
ScottPlot 4.1.10-beta
NuGet packages published 2021-03-21
- Fixed a bug where applying the Seabourn style modified axis frame and minor tick distribution (#866) @oszymczak
- Improved XML documentation and error reporting for getting legend bitmaps (#860) @mzemljak
- Fixed rendering bug affecting finance plots with thin borders (#837) @AlgoExecutor
- Improved argument names and XML docs for SMA and Bollinger band calculation methods (#830) @ticool
- Improved GetPointNearest support for generic signal plots (#809, #882, #886) @StendProg, @at2software, and @mrradd
- Added support for custom slice label colors in pie charts (#883, #844) @bclehmann, @StendProg, and @Timothy343
- Improved support for transparent heatmaps using nullable double arrays (#849, #852) @bclehmann
- Deprecated bar plot
IsHorizontalandIsVerticalin favor of anOrientationenumeration - Deprecated bar plot
xsandysin favor ofpositionsandvalueswhich are better orientation-agnostic names - Added Lollipop and Cleveland plots as new types of bar plots (#842, #817) @bclehmann
- Fixed a bug where
Plot.AddBarGroups()returned an array of nulls (#839) @rhys-wootton - Fixed a bug affecting manual tick labels (#829) @ohru131
- Implemented an optional render queue to allow asynchronous rendering in user controls (#813) @StendProg
Contributors
ScottPlot 4.1.9-beta
NuGet packages published 2021-02-21
- Improved support for negative DateTimes when using DateTime axis mode (#806, #807) @StendProg and @at2software
- Improved axis limit detection when using tooltips (#805, #811) @bclehmann and @ChrisAtVault
- Added
WickColorfield to candlestick plots (#803) @bclehmann - Improved rendering of candlesticks that open and close at the same price (#803, #800) @bclehmann and @AlgoExecutor
- Improved rendering of SignalXY plots near the edge of the plot (#795) @StendProg
- new
AddScatterStep()helper method creates a scatter plot with the step style (#808) @KlaskSkovby - Marked
MultiPlotobsolete - Refactored
Colormapmodule to use classes instead of reflection (#767, #773) @StendProg - Refactored
OHLCfields and finance plots to storeDateTimeandTimeSpaninstead ofdouble(#795)
Contributors
ScottPlot 4.1.8-beta
NuGet packages published 2021-02-16
- Improved validation and error reporting for large heatmaps (#772) @Matthias-C
- Removed noisy console output in
ScatterPlotList(#780) @Scr0nch - Improved rendering bug in signal plots (#783, #788) @AlgoExecutor and @StendProg
- Fix bug that hid grid lines in frameless plots (#779)
- Improved appearance of marker-only scatter plots in the legend (#790) @AlgoExecutor
AddPoint()now has alabelargument to matchAddScatter()(#787) @AlgoExecutor
Contributors
ScottPlot 4.1.7-beta
NuGet packages published 2021-02-14
- Added support for image axis labels (#759, #446, #716) @bclehmann
- Added
MinRenderIndexandMaxRenderIndexsupport to Scatter plots (#737, #763) @StendProg - Improved display of horizontal manual axis tick labels (#724, #762) @inqb and @Saklut
- Added support for listing and retrieving colormaps by their names (#767, #773) @StendProg
- Enabled mouse pan and zoom for plots with infinitely small width and height (#768, #733, #764) @saklanmazozgur
- A descriptive exception is now thrown when attempting to create heatmaps of unsupported dimensions (#722) @Matthias-C
Contributors
ScottPlot 4.1.6-beta
NuGet packages published 2021-02-08
- Fixed single point render bug in Signal plots (#744, #745) @at2software and @StendProg
- Improved display scaling support for WPF control (#721, #720) @bclehmann
- User control
OnAxesChangedevents now send the control itself as the sender object (#743, #756) @at2software - Fixed configuration bug related to Alt + middle-click-drag-zoom (#741) @JS-BGResearch and @bclehmann
- Fixed render bug related to ALT + middle-click-drag zoom box (#742) @bclehmann
- Fixed render bug for extremely small plots (#735)
- Added a coordinated heatmap plot type (#707) @StendProg
- Improved appearance of heatmap edges (#713) @StendProg
- Improved design-time rendering of Windows Forms control
- Added and expanded XML documentation for Plot and Plottable classes
- Created a new cookbook website generator that combines reflection with XML documentation (#727, #738, #756)
- ScottPlot is now a reserved prefix on NuGet
Contributors
ScottPlot 4.1.5-beta
NuGet packages published 2021-02-01
- Helper methods were added for creating scatter plots with just lines (
AddScatterLines()) or just markers (AddScatterPoints()). - Scatter and Signal plots have
GetPointNearest()which now has axyRatioargument to support identifying points near the cursor in pixel space (#709, #722) @oszymczak, @StendProg, @bclehmann - Improved display of manual tick labels (#724) @bclehmann
Contributors
ScottPlot 4.1.4-beta
NuGet packages published 2021-01-25
- User controls have been extensively redesigned (#683)
- New methods were added to
ScottPlot.Statistics.Commonwhich efficiently find the Nth smallest number, quartiles, or other quantiles from arrays of numbers (#690) @bclehmann - New tooltip plot type (#696) @bclehmann
- Fixed simple moving average (SMA) calculation (#703) @Saklut
- Improved multi-axis rendering (#706) @bclehmann
- Improved
SetSourceAsync()for segmented trees (#705, #692) @jl0pd and @StendProg - Improved layout for axes with rotated ticks (#706, #699) @MisterRedactus and @bclehmann
- ScottPlot now multi-targets more platforms and supports the latest C# language version on modern platforms but restricts the language to C# 7.3 for .NET Framework projects (#691, #711) @jl0pd
- Improved project file to install
System.ValueTuplewhen targeting .NET Framework 4.6.1 (#88, #691)
Contributors
ScottPlot 4.1.3-beta
NuGet packages published 2020-12-27
- Scott will make a document to summarize 4.0 → 4.1 changes as we get closer to a non-beta release
- Fixed rendering bug affecting axis spans when zoomed far in (#662) @StendProg
- Improved Gaussian blur performance (#667) @bclehmann
- Largely refactored heatmaps (#679, #680) @bclehmann
- New
Colorbarplot type (#681) - Improved SMA and Bollinger band generators (#647) @Saklut
- Improved tick label rounding (#657)
- Improved setting of tick label color (#672)
- Improved fill above and below for scatter plots (#676) @MithrilMan
- Additional customizations for radar charts (#634, #628, #635) @bclehmann and @SommerEngineering
Contributors
ScottPlot 4.1.0-beta
NuGet packages published 2020-11-29
- In November, 2020 ScottPlot 4.0 branched into a permanent
stablebranch, and ScottPlot 4.1 began development as beta / pre-release in the main branch. ScottPlot 4.0 continues to be maintained, but modifications are aimed at small bugfixes rather than large refactoring or the addition of new features. ScottPlot 4.1 merged into the master branch in November, 2020 (#605). Improvements are focused at enhanced performance, improved thread safety, support for multiple axes, and options for data validation. - Most plotting methods are unchanged so many users will not experience any breaking changes.
- Axis Limits: Axis limits are described by a
AxisLimitsstruct (previouslydouble[]was used) - Axis Limits: Methods which modify axis limits do not return anything (previously they returned
double[]) - Axis Limits: To get the latest axis limits call
Plot.AxisLimits()which returns aAxisLimitsobject - Multiple Axes: Multiple axes are now supported! There is no change to the traditional workflow if this feature is not used.
- Multiple Axes: Most axis methods accept a
xAxisIndexandyAxisIndexarguments to specify which axes they will modify or return - Multiple Axes: Most plottable objects have
xAxisIndexandyAxisIndexfields which specify which axes they will render on - Multiple Axes: You can enable a second Y and X axis by calling
YLabel2andXLabel2() - Multiple Axes: You can obtain an axis by calling
GetXAxis(xAxisIndex)orGetYAxis(yAxisIndex), then modify its public fields to customize its behavior - Multiple Axes: The default axes (left and bottom) both use axis index
0 - Multiple Axes: The secondary axes (right and top) both use axis index
1 - Multiple Axes: You can create additional axes by calling
Plot.AddAxis()and customize it by modifying fields of theAxisit returns. - Layout: The layout is re-calculated on every render, so it automatically adjusts to accommodate axis labels and ticks.
- Layout: To achieve extra space around the data area, call
Layout()to supply a minimum size for each axis. - Layout: To achieve a frameless plot where the data area fills the full figure, call
LayoutFrameless() - Naming: The
Plottablebase class has been replaced with anIPlottableinterface - Naming: Plottables have been renamed and moved into a
Plottablenamespace (e.g.,PlottableScatteris nowPlottable.ScatterPlot) - Naming: Several enums have been renamed
- Settings: It is still private, but you can request it with
Plot.GetSettings() - Settings: Many of its objects implement
IRenderable, so their customization options are stored at the same level as their render methods. - Rendering:
Bitmapobjects are never stored. TheRender()method will create and return a newBitmapwhen called, or will render onto an existingBitmapif it is supplied as an argument. This allows controls to manage their own performance optimization by optionally re-using aBitmapfor multiple renders. - Rendering: Drawing is achieved with
usingstatements which respect allIDisposabledrawing objects, improving thread safety and garbage collection performance.
Contributors
ScottPlot 4.0.46
NuGet packages published 2020-12-11
- Improved ticks for small plots (#724) @Saklut
- Improved display of manual ticks (#724) @bclehmann
Contributors
ScottPlot 4.0.45
NuGet packages published 2020-11-25
- Fixed a bug that affected very small plots with the benchmark enabled (#626) @martin-brajer
- Improved labels in bar graphs using a yOffset (#584)Terbaco
- Added
RenderLock()andRenderUnlock()to the Plot module to facilitate multi-threaded plot modification (#609) @ZTaiIT1025
Contributors
ScottPlot 4.0.44
NuGet packages published 2020-11-22
- Improved limits for fixed-size axis spans (#586) @Ichibot200 and @StendProg
- Mouse drag/drop events now send useful event arguments (#593) @charlescao460 and @StendProg
- Fixed a bug that affected plots with extremely small (<1E-10) axis spans (#607) @RFIsoft
Plot.SaveFig()now returns the full path to the file it created (#608)- Fixed
AxisAuto()bug affecting signal plots using min/max render indexes with a custom sample rate (#621) @LB767 - Fixed a bug affecting histogram normalization (#624) @LB767
- WPF and Windows Forms user controls now also target .NET 5
- Improved appearance of semi-transparent legend items (#567)
- Improved tick labels for ticks smaller than 1E-5 (#568) @ozgur640
- Improved support for Avalonia 0.10 (#571) @bclehmann and @apkrymov
- Improved positions for base16 ticks (#582, #581) @bclehmann
Contributors
ScottPlot 4.0.42
NuGet packages published 2020-09-27
- Improved DPI scaling support when using WinForms in .NET Core applications (#563) @Ichibot200
- Improved DPI scaling support for draggable axis lines and spans (#563) @Ichibot200
Contributors
ScottPlot 4.0.41
NuGet packages published 2020-09-26
- Improved density of DateTime ticks (#564, #561) @StendProg and @waynetheron
- Improved display of DateTime tick labels containing multiple spaces (#539, #564) @StendProg
Contributors
ScottPlot 4.0.40
NuGet packages published 2020-09-20
- Added user control for Avalonia (#496, #503) @bclehmann
- Holding shift while left-click-dragging the edge of a span moves it instead of resizing it (#509) @Torgano
- CSV export is now culture invariant for improved support on systems where commas are decimal separators (#512)Daniel
- Added fill support to scatter plots (#529) @AlexFsmn
- Fix bug that occurred when calling
GetLegendBitmap()before the plot was rendered (#527) @el-aasi - Improved DateTime tick placement and added support for milliseconds (#539) @StendProg
- Pie charts now have an optional hollow center to produce donut plots (#534) @bclehmann and @AlexFsmn
- Added electrocardiogram (ECG) simulator to the DataGen module (#540) @AteCoder
- Improved mouse scroll wheel responsiveness by delaying high quality render (#545, #543, #550) @StendProg
Plot.PlotBitmap()allows Bitmaps to be placed at specific coordinates (#528) @AlexFsmnDataGen.SampleImage()returns a sample Bitmap that can be used for testing- Bar graphs now have a hatchStyle property to customize fill pattern (#555) @bclehmann
- Support timecode tick labels (#537) @vrdriver and @StendProg
Contributors
ScottPlot 4.0.39
NuGet packages published 2020-08-09
- Legend now reflects LineStyle of Signal and SignalXY plots (#488) @bclehmann
- Improved mouse wheel zoom-to-cursor and middle-click-drag rectangle zoom in the WPF control for systems that use display scaling (#490) @nashilnik
- The
Configure()method of user controls now has alowQualityAlwaysargument to let the user easily enable/disable anti-aliasing at the control level. Previously this was only configurable by reaching into the control's plot object and calling itsAntiAlias()method. (#499) @RachamimYaakobov - SignalXY now supports parallel processing (#500) @StendProg
- SignalXY now respects index-based render limits (#493, #500) @StendProg and @envine
Contributors
ScottPlot 4.0.38
NuGet packages published 2020-07-07
- Improved
Plot.PlotFillAboveBelow()rendering of data with a non-zero baseline (#477) @el-aasi - Added
Plot.PlotWaterfall()for easy creation of waterfall-style bar plots (#463, #476) @bclehmann - Axis tick labels can be displayed using notations other than base 10 by supplying
Plot.Ticks()withbaseandprefixarguments, allowing axes that display binary (e.g.,0b100110) or hexadecimal (eg.,0x4B0D10) tick labels (#469, #457) @bclehmann - Added options to
PlotBar()to facilitate customization of text displayed above bars whenshowValueis enabled (#483) @WillemWever - Plot objects are colored based on a pre-defined set of colors. The default colorset (category10) is the same palette of colors used by matplotlib. A new
Colorsetmodule has been created to better define this behavior, andPlot.Colorset()makes it easy to plot data using alternative colorsets. (#481) - Fixed a bug that caused instability when a population plot is zoomed-out so much that its fractional distribution curve is smaller than a single pixel (#480) @HowardWhile
- Added
Plot.Remove()method to make it easier to specifically remove an individual plottable after it has been plotted.Plot.Clear()is similar, but designed to remove classes of plot types rather than a specific plot object. (#479) @cstyx and @Resonanz - Signal plots can now be created with a defined
minRenderIndex(in addition to the already-supportedmaxRenderIndex) to facilitate partial display of large arrays (#474) @bclehmann
Contributors
ScottPlot 4.0.37
NuGet packages published 2020-06-22
- Fixed a long-running issue related to strong assembly versioning that caused the WPF control to fail to render in the Visual Studio designer in .NET Framework (but not .NET Core) projects (#473, #466, #356) @bhairav-thakkar, @riquich, @Helitune-RobMcKay, and @iu2kxv
- User controls now also target
net472(while still supportingnet461andnetcoreapp3.0) to produce a build folder with just 3 DLLs (compared to over 100 when building with .NET Framework 4.6.1)
Contributors
ScottPlot 4.0.36
NuGet packages published 2020-06-22
PlotSignal()andPlotSignalXY()plots now have an optionaluseParallelargument (and public property on the objects they return) to allow the user to decide whether parallel or sequential calculations will be performed. (#454, #419, #245, #72) @StendProg- Improved minor tick alignment to prevent rare single-pixel artifacts (#417)
- Improved horizontal axis tick label positions in ruler mode (#453)
- Added a
Statistics.Interpolationmodule to generate smooth interpolated splines from a small number of input data points. See advanced statistics cookbook example for usage information. (#459)Hans-Peter Moser - Improved automatic axis adjustment when adding bar plots with negative values (#461, #462) @bclehmann
- Created
Drawing.Colormapsmodule which has over a dozen colormaps for easily converting a fractional value to a color for use in plotting or heatmap displays (#457, #458) @bclehmann - Updated
Plot.Clear()to accept anyPlottableas an argument, and allPlottableobjects of the same type will be cleared (#464) @imka-code
Contributors
ScottPlot 4.0.35
NuGet packages published 2020-06-09
- Added
processEventsargument toformsPlot2.Render()to provide a performance enhancement when linking axes of twoFormsPlotcontrols together (by callingPlot.MatchAxis()from the control'sAxesChangedevent, as seen in theLinked Axes demo application) (#451, #452) @StendProg and @robokamran - New
Plot.PlotVectorField()method for displaying vector fields (sometimes called quiver plots) (#438, #439, #440) @bclehmann and @hhubschle - Included an experimental colormap module which is likely to evolve over subsequent releases (#420, #424, #442) @bclehmann
PlotScatterHighlight()was created as a type of scatter plot designed specifically for applications where "show value on hover" functionality is desired. Examples are both in the cookbook and WinForms and WPF demo applications. (#415, #414) @bclehmann and @StendProgPlotRadar()is a new plot type for creating Radar plots (also called spider plots or star plots). See cookbook and demo application for examples. (#428, #430) @bclehmannPlotPlolygons()is a new performance-optimized variant ofPlotPolygon()designed for displaying large numbers of complex shapes (#426) @StendProg- The WinForms control's
Configure()now has ashowCoordinatesTooltipargument to continuously display the position at the tip of the cursor as a tooltip (#410) @jcbeppler - User controls now use SHIFT (previously ALT) to lock the horizontal axis and ALT (previously SHIFT) while left-click-dragging for zoom-to-region. Holding CTRL+SHIFT while right-click-dragging now zooms evenly, without X/Y distortion. (#436) @tomwimmenhove and @StendProg
- Parallel processing is now enabled by default. Performance improvements will be most noticeable on Signal plots. (#419, #245, #72)
Plot.PlotBar()now has anautoAxisargument (which defaultstrue) that automatically adjusts the axis limits so the base of the bar graphs touch the edge of the plot area. (#406)- OSX-specific DLLs are now only retrieved by NuGet on OSX (#433, #211, #212)
- Pie charts can now be made with
plt.PlotPie(). See cookbook and demo application for examples. (#421, #423) @bclehmann ScottPlot.FormsPlotViewer(Plot)no longer resets the new window's plot to the default style (#416) @StendProg- Controls now have a
recalculateLayoutOnMouseUpoption to prevent resetting of manually-defined data area padding
Contributors
ScottPlot 4.0.34
NuGet packages published 2020-05-18
- Improve display of
PlotSignalXY()by not rendering markers when zoomed very far out (#402) @gobikulandaisamy - Optimized rendering of solid lines which have a user-definable
LineStyleproperty. This modification improves grid line rendering and increases performance for most types of plots. (#401, #327) @bukkideme and @Ichibot200
Contributors
ScottPlot 4.0.33
NuGet packages published 2020-05-18
- Force grid lines to always draw using anti-aliasing. This compensates for a bug in
System.Drawingthat may cause diagonal line artifacts to appear when the user controls were panned or zoomed. (#401, #327) @bukkideme and @Ichibot200
Contributors
ScottPlot 4.0.32
NuGet packages published 2020-05-17
- User controls now have a
GetMouseCoordinates()method which returns the DPI-aware position of the mouse in graph coordinates (#379, #380) @bclehmann - Default grid color was lightened in the user controls to match the default style (#372)
- New
PlotSignalXY()method for high-speed rendering of signal data that has unevenly-spaced X coordinates (#374, #375) @StendProg and @LogDogg - Modify
Tools.Log10()to return0instead ofNaN, improving automatic axis limit detection (#376, #377) @bclehmann - WpfPlotViewer and FormsPlotViewer launch in center of parent window (#378)
- Improve reliability of
Plot.AxisAutoX()andPlot.AxisAutoY()(#382) - The
Configure()method of FormsPlot and WpfPlot controls now havemiddleClickMarginXandmiddleClickMarginYarguments which define horizontal and vertical auto-axis margin used for middle-clicking. Setting horizontal margin to 0 is typical when plotting signals. (#383) Plot.Grid()andPlot.Ticks()now have asnapToNearestPixelargument which controls whether these lines appear anti-aliased or not. For static images non-anti-aliased grid lines and tick marks look best, but for continuously-panning plots anti-aliased lines look better. The default behavior is to enable snapping to the nearest pixel, consistent with previous releases. (#384)- Mouse events (MouseDown, MouseMove, etc.) are now properly forwarded to the FormsPlot control (#390) @Minu476
- Improved rendering of very small candlesticks and OHLCs in financial plots
- Labeled plottables now display their label in the ToString() output. This is useful when viewing plottables listed in the FormsPlot settings window #391 @Minu476
- Added a Statistics.Finance module with methods for creating Simple Moving Average (SMA) and Bollinger band technical indicators to Candlestick and OHLC charts. Examples are in the cookbook and demo program. (#397) @Minu476
- Scatter plots, filled plots, and polygon plots now support Xs and Ys which contain
double.NaN#396 - Added support for line styles to Signal plots (#392) @bukkideme
Contributors
ScottPlot 4.0.31
NuGet packages published 2020-05-06
- Created
Plot.PlotBarGroups()for easier construction of grouped bar plots from 2D data (#367) @bclehmann - Plot.PlotScaleBar() adds an L-shaped scalebar to the corner of the plot (#363)
- Default grid color lightened from #D3D3D3 (Color.LightGray) to #EFEFEF (#372)
- Improved error reporting for scatter plots (#369) @JagDTalcyon
- Improve pixel alignment by hiding grid lines and snapping tick marks that are 1px away from the lower left edge (#359)
- PlotText() ignores defaults to upperLeft alignment when rotation is used (#362)
- Improved minor tick positioning to prevent cases where minor ticks are 1px away from major ticks (#373)
Contributors
ScottPlot 4.0.30
NuGet packages published 2020-05-04
Plot.PlotCandlestick()andPlot.PlotOHLC()- Fixed a marker/line alignment issue that only affeced low-density Signal plots on Linux and MacOS (#340) @SeidChr
- WPF control now appears in Toolbox (#151) @RalphLAtGitHub
- Plot titles are now center-aligned with the data area, not the figure. This improves the look of small plots with titles. (#365) @Resonanz
- Fixed bug that ignored
Configure(enableRightClickMenu: false)in WPF and WinForms user controls. (#365) @thunderstatic - Updated
Configure(enableScrollWheelZoom: false)to disable middle-click-drag zooming. (#365) @eduhza - Added color mixing methods to ScottPlot.Drawing.GDI (#361)
- Middle-click-drag zooming now respects locked axes (#353) @LogDogg
- Improved user control zooming of high-precision DateTime axis data (#351) @bukkideme
- Plot.AxisBounds() now lets user set absolute bounds for drag and pan operations (#349) @LogDogg
- WPF control uses improved Bitmap conversion method (#350)
- Function plots have improved handling of functions with infinite values (#370) @bclehmann
Contributors
ScottPlot 4.0.29
NuGet packages published 2020-04-11
Plot.PlotFill()can be used to make scatter plots with shaded regions. Giving it a single pair of X/Y values (xs, ys) lets you shade beneath the curve to thebaselinevalue (which defaults to 0). You can also give it a pair of X/Y values (xs1, ys1, xs2, ys2) and the area between the two curves will be shaded (the two curves do not need to be the same length). See cookbook for examples. (#255) @ckovameesDataGen.Range()now hasincludeStopargument to include the last value in the returned array.Tools.Pad()has been created to return a copy of a given array padded with data values on each side. (#255) @ckovamees- Seaborn style can be activated using
Plot.Style(Style.Seaborn)(#339) - The
enableZoomingargument inWpfPlot.Configure()andFormsPlot.Configure()has been replaced by two argumentsenableRightClickZoomandenableScrollWheelZoom(#338)Zach - Improved rendering of legend items for polygons and filled plots (#341) @SeidChr
- Improved Linux rendering of legend items which use thick lines: axis spans, fills, polygons, etc. (#340) @SeidChr
- Addded
Plot.PlotFillAboveBelow()to create a shaded line plot with different colors above/below the baseline. (#255) @ckovamees - Improved rendering in Linux and MacOS by refactoring the font measurement system (#340) @SeidChr
Contributors
ScottPlot 4.0.28
NuGet packages published 2020-04-07
Ticks()now has arguments for numericStringFormat (X and Y) to make it easy to customize formatting of tick labels (percentage, currency, scientific notation, etc.) using standard numeric format strings. Example use is demonstrated in the cookbook. (#336) @deiruch- The right-click menu can now be more easily customized by writing a custom menu to
FormsPlot.ContextMenuStriporWpfPlot.ContextMenu. Demonstrations of both are in the demo application. (#337) @Antracik
Contributors
ScottPlot 4.0.27
NuGet packages published 2020-04-05
Plot.Polygon()can now be used to plot polygons from X/Y points (#255) @ckovamees- User controls now have an "open in new window" item in their right-click menu (#280)
- Plots now have offset notation and multiplier notation disabled by default. Layouts are automatically calculated before the first render, or manually after MouseUp events in the user controls. (#310)
Plot.Annotation()allows for the placement of text on the figure using pixel coordinates (not unit coordinates on the data grid). This is useful for creating custom static labels or information messages. (#321) @SeidChrFormsPlot.MouseDoubleClickedevent now passes a properMouseEventArgsinstead ofnull(#331) @ismdiego- Added a right-click menu to
WpfPlotwith items (save image, copy image, open in new window, help, etc.) similar toFormsPlot
Contributors
ScottPlot 4.0.26
NuGet packages published 2020-04-05
- The
ScottPlot.WPFpackage (which provides theWpfPlotuser control) now targets .NET Framework 4.7.2 (in addition to .NET Core 3.0), allowing it to be used in applications which target either platform. The ScottPlot demo application now targets .NET Framework 4.7.2 which should be easier to run on most Windows systems. (#333) - The
ScottPlot.WinFormspackage (which produves theFormsPlotcontrol) now only targets .NET Framework 4.6.1 and .NET Core 3.0 platforms (previously it also had build targets for .NET Framework 4.7.2 and .NET Framework 4.8). It is important to note that no functionality was lost here. (#330, #333)
Contributors
ScottPlot 4.0.25
NuGet packages published 2020-03-29
PlotBar()now supports displaying values above each bar graph by setting theshowValuesargument.PlotPopulations()has extensive capabilities for plotting grouped population data using box plots, bar plots, box and whisper plots, scatter data with distribution curves, and more! See the cookbook for details. (#315)Histogramobjects now have apopulationproperty.PopulationStatshas been renamed toPopulationand has additional properties and methods useful for reporting population statistics.- Improved grid rendering rare artifacts which appear as unwanted diagnal lines when anti-aliasing is disabled. (#327)
Contributors
ScottPlot 4.0.24
NuGet packages published 2020-03-27
Plot.Clear()has been improved to more effectively clear plottable objects. Various overloads are provided to selectively clear or preserve certain plot types. (#275) @StendProgPlotBar()has been lightly refactored. Argument order has been adjusted, and additional options have been added. Error cap width is now in fractional units instead of pixel units. Horizontal bar charts are now supported. (#277, #315) @bonzaiferroni
Contributors
ScottPlot 4.0.23
NuGet packages published 2020-03-23
- Interactive plot viewers were created to make it easy to interactively display data in a pop-up window without having to write any GUI code:
ScottPlot.WpfPlotViewerfor WPF andScottPlot.FormsPlotViewerfor Windows Forms - Fixed bug that affected the
ySpacingargument ofPlot.Grid() Plot.Add()makes it easy to add a customPlottableto the plotPlot.XLabels()andPlot.YLabels()can now accept just a string array (x values are auto-populated as a consecutive series of numbers).- Aliased
Plot.AxisAuto()toPlot.AutoAxis()andPlot.AutoScale()to make this function easier to locate for users who may have experience with other plot libraries. (#309) @Resonanz - Empty plots now render grid lines, ticks, and tick labels (#313)
- New plot type: Error bars. They allow the user to define error bar size in all 4 directions by calling
plt.PlotErrorBars(). (#316) @zrolfs - Improve how dashed lines appear in the legend
- Improved minor tick positions when using log scales with
logScaleXandlogScaleYarguments ofplt.Ticks()method - Fixed bug that caused the center of the coordinate field to shift when calling
Plot.AxisZoom() - Grid line thickness and style (dashed, dotted, etc) can be customized with new arguments in the
Plot.Grid()method
Contributors
ScottPlot 4.0.22
NuGet packages published 2020-03-17
- Added support for custom horizontal axis tick rotation (#300) @SeidChr
- Added support for fixed grid spacing when using DateTime axes (#299) @SeidChr
- Updated ScottPlot icon (removed small text, styled icon after emoji)
- Improved legend font size when using display scaling (#289)
- Scroll wheel zooming now zooms to cursor (instead of center) in WPF control. This feature works now even if display scaling is used. (#281)
- Added
Plot.EqualAxisproperty to make it easy to lock axis scales together (#306) @StendProg
Contributors
ScottPlot 4.0.21
NuGet packages published 2020-03-15
- Created new cookbook and demo applications for WinForms and WPF (#271)
- The
FormsPlot.MouseMovedevent now hasMouseEventArgs(instead ofEventArgs). The purpose of this was to make it easy to access mouse pixel coordinates viae.Xande.Y, but this change may require modifications to applications which use the old event signature. - WpfPlot now has an
AxisChangedevent (like FormsPlot) - Fixed bug that caused
Plot.CoordinateFromPixelY()to return incorrect value - Fixed bug causing cursor to show arrows when hovered over some non-draggable objects
- Improved support for WinForms and WpfPlot transparency (#286) @StendProg and @envine
- Added
DataGen.Zeros()andDataGen.Ones()to generate arrays filled with values using methods familiar to numpy users. - Added
equalAxesargument toWpfPlot.Configure()(#272) - Fixed a bug affecting the
equalAxesargument inFormsPlot.Configure()(#272) - Made all
Plot.Axismethods return axis limits asdouble[](previously many of them returnedvoid) - Added overload for
Plot.PlotLine()which accepts a slope, offset, and start and end X points to make it easy to plot a linear line with known formula. Using PlotFormula() will produce the same output, but this may be simpler to use for straight lines. - Added
rSquaredproperty to linear regression fits (#290) @bclehmann and @StendProg - Added
Tools.ConvertPolarCoordinates()to make it easier to display polar data on ScottPlot's Cartesian axes (#298) @bclehmann - Improved
Plot.Function()(#243) @bclehmann - Added overload for
Plot.SetCulture()to let the user define number and date formatting rather than relying on pre-made cultures (#301, #236) @SeidChr
Contributors
ScottPlot 4.0.19
NuGet packages published 2020-02-29
- Improved how markers are drawn in Signal and SignalConst plots at the transition area between zoomed out and zoomed in (#263) @bukkideme and @StendProg
- Improved support for zero lineSize and markerSize in Signal and SignalConst plots (#263, #264) @bukkideme and @StendProg
- Improved thread safety of interactive graphs (#245) @StendProg
- Added
CoordinateFromPixelX()andCoordinateFromPixelY()to getdouble precision coordinates from a pixel location. Previously only SizeF (float) precision was available. This improvement is especially useful when using DateTime axes. (#269)Chris - Added
AxisScale()to adjust axis limits to set a defined scale (units per pixel) for each axis. - Added
AxisEqual()to adjust axis limits to set the scale of both axes to be the same regardless of the size of each axis (#272) @gberrante PlotHSpan()andPlotVSpan()now returnPlottableHSpanandPlottableVSpanobjects (instead of aPlottableAxSpanwith averticalproperty)PlotHLine()andPlotVLine()now returnPlottableHLineandPlottableVLineobjects (instead of aPlottableAxLinewith averticalproperty)- MultiPlot now has a
GetSubplot()method which returns the Plot from a row and column index (#242) @Resonanz and @StendProg - Created
DataGen.Range()to make it easy to create double arrays with evenly spaced data (#259) - Improved support for display scaling (#273) @zrolfs
- Improved event handling (#266, #238) @StendProg
- Improved legend positioning (#253) @StendProg
Contributors
ScottPlot 4.0.18
NuGet packages published 2020-02-07
- Added
Plot.SetCulture()for improved local culture formatting of numerical and DateTime axis tick labels (#236) @teejay-87
Contributors
ScottPlot 4.0.17
NuGet packages published 2020-02-06
- Added
mouseCoordinatesproperty to WinForms and WPF controls (#235) @bukkideme - Fixed rendering bug that affected horizontal lines when anti-aliasing was turned off (#232) @StendProg
- Improved responsiveness while dragging axis lines and axis spans (#228) @StendProg
Contributors
ScottPlot 4.0.16
NuGet packages published 2020-02-02
- Improved support for MacOS and Linux (#211, #212, #216) @hexxone and @StendProg
- Fixed a bug affecting the
ySpacingargument inPlot.Grid()(#221) @teejay-87 - Enabled
visibleargument inTitle(),XLabel(), andYLabel()(#222) @ckovamees - AxisSpan: Edges are now optionally draggable (#228) @StendProg
- AxisSpan: Can now be selectively removed with
Clear()argument - AxisSpan: Fixed bug caused by zooming far into an axis span (#226) @StendProg
- WinForms control: now supports draggable axis lines and axis spans
- WinForms control: Right-click menu now has "copy image" option (#220)
- WinForms control: Settings screen now has "copy CSV" button to export data (#220)
- WPF control: now supports draggable axis lines and axis spans
- WPF control: Configure() to set various WPF control options
- Improved axis handling, expansion, and auto-axis (#219, #230) @StendProg
- Added more options to
DataGen.Cos() - Tick labels can be hidden with
Ticks()argument (#223) @ckovamees
Contributors
ScottPlot 4.0.14
NuGet packages published 2020-01-24
- Improved
MatchAxis()andMatchLayout()(#217) @ckovamees and @StendProg
Contributors
ScottPlot 4.0.13
NuGet packages published 2020-01-21
- Improved support for Linux and MacOS @hexxone
- Improved font validation (#211, #212) @hexxone and @StendProg
Contributors
ScottPlot 4.0.11
NuGet packages published 2020-01-19
- User controls now have a
cursorproperty which can be set to allow custom cursors. (#187) @gobikulandaisamy - User controls now have a
mouseCoordinatesproperty which make it easy to get the X/Y location of the cursor. (#187) @gobikulandaisamy
Contributors
ScottPlot 4.0.10
NuGet packages published 2020-01-18
- Improved density colormap (#192, #194) @StendProg
- Added linear regression tools and cookbook example (#198) @bclehmann
- Added
maxRenderIndexto Signal to allow partial plotting of large arrays intended to be used with live, incoming data (#202) @StendProg and @plumforest - MadeShift + Left-click-drag zoom into a rectangle light middle-click-drag (in WinForms and WPF controls) to add support for mice with no middle button (#90) @JagDTalcyon
- Throw an exception if
SaveFig()is called before the image is properly sized (#192) @karimshams and @StendProg Ticks()now has arguments forFontNameandFontSize(#204)Clay- Fixed a bug that caused poor layout due to incorrect title label size estimation (#205)Clay
Grid()now has arguments to selectively enable/disable horizontal and vertical grid lines (#206)Clay- Added tool and cookbook example to make it easier to plot data on a log axis (#207) @senged
- Arrows can be plotted using
plt.PlotArrow()(#201)Clay
Contributors
ScottPlot 4.0.9
NuGet packages published 2019-12-03
Contributors
ScottPlot 4.0.7
NuGet packages published 2019-12-01\
- Added WinForms support for .NET Framework 4.7.2 and 4.8
- Fixed bug in WinForms control that only affected .NET Core 3.0 applications (#189, #138) @petarpetrovt
Contributors
ScottPlot 4.0.6
NuGet packages published 2019-11-29\
- fixed bug that affected the settings dialog window in the WinForms control. (#187) @gobikulandaisamy
Contributors
ScottPlot 4.0.5
NuGet packages published 2019-11-27
- improved spacing for non-uniformly distributed OHLC and candlestick plots. (#184) @Luvnet-890
- added
fixedLineWidthtoLegend()to allow the user to control whether legend lines are dynamically sized. (#185) @ab-tools - legend now hides lines or markers of they're hidden in the plottable
- DateTime axes now use local display format (#108) @FadyDev2
Contributors
ScottPlot 4.0.4
NuGet packages published 2019-11-24
PlotText()now supports a background frame (#181) @Luvnet-890- OHLC objects can be created with a double or a DateTime (#182) @Minu476
- Improved
AxisAuto()fixes bug for mixed 2d and axis line plots
Contributors
ScottPlot 4.0.3
NuGet packages published 2019-11-23
- Fixed bug when plotting single-point candlestick (#172) @Minu476
- Improved style editing of plotted objects (#173) @Minu476
- Fixed pan/zoom axis lock when holding CTRL or ALT (#90) @FadyDev2
- Simplified the look of the user controls in designer mode
- Improved WPF control mouse tracking when using DPI scaling
- Added support for manual tick positions and labels (#174) @Minu476
- Improved tick system when using DateTime units (#108) @Padanian, @FadyDev2, and @Bhandejiya
- Created
Tools.DateTimesToDoubles(DateTime[] array)to easily convert an array of dates to doubles which can be plotted with ScottPlot, then displayed as time usingplt.Ticks(dateTimeX: true). - Added an inverted sign flag to allow display of an axis with descending units. (#177)Bart
Contributors
ScottPlot 4.0.2
NuGet packages published 2019-11-09
- Multi-plot figures: Images with several plots can be created using
ScottPlot.MultiPlot() ScottPlot.DataGenfunctions which require aRandomcan accept null (they will create aRandomif null is given)plt.MatchAxis()andplt.MatchLayout()have been improvedplt.PlotText()now supports rotated text using therotationargument. (#160) @gwilson9ScottPlot.WinFormsuser control has new events andformsPlot1.Configure()arguments to make it easy to replace the default functionality for double-clicking and deploying the right-click menu (#166). @FadyDev2- All plottables now have a
visibleproperty which makes it easy to toggle visibility on/off after they've been plotted. @Nasser
Contributors
ScottPlot 4.0.1
NuGet packages published 2019-11-03
- ScottPlot now targets .NET Standard 2.0 so in addition to .NET Framework projects it can now be used in .NET Core applications, ASP projects, Xamarin apps, etc.
- The WinForms control has its own package which targets both .NET Framework 4.6.1 and .NET Core 3.0 @petarpetrovt
- The WPF control has its own package targeting .NET Core 3.0 @petarpetrovt
- Better layout system and control of padding @Ichibot200
- Added ruler mode to
plt.Ticks()@Ichibot200 plt.MatchLayout()no longer throws exceptions- Eliminated
MouseTrackerclass (tracking is now in user controls) - Use NUnit (not MSTest) for tests
Contributors
ScottPlot 3.1.6
NuGet packages published 2019-10-20
- Reduced designer mode checks to increase render speed @StendProg
- Fixed cursor bug that occurred when draggable axis lines were used @Kamran
- Fully deleted the outdated
ScottPlotUC - Fixed infinite zoom bug caused by calling AxisAuto() when plotting a single point (or perfectly straight horizontal or vertical line)
- Added
ToolboxItemandDesignTimeVisibledelegates to WpfPlot control to try to get it to appear in the toolbox (but it doesn't seem to be working) - Improved figure padding when axes frames are disabled @Ichibot200
- Improved rendering of ticks at the edge of the plottable area @Ichibot200
- Added
AxesChangedevent to user control to make it easier to sync axes between multiple plots - Disabled drawing of arrows on user control in designer mode
Contributors
ScottPlot 3.1.5
NuGet packages published 2019-10-06
- WPF user control improved support for display scaling @morningkyle
- Fixed bug that crashed on extreme zoom-outs @morningkyle
- WPF user control improvements (middle-click autoaxis, scrollwheel zoom)
- ScottPlot user control has a new look in designer mode. Exceptions in user controls in designer mode can crash Visual Studio, so this risk is greatly reduced by not attempting to render a ScottPlotinside Visual Studio.
Contributors
ScottPlot 3.1.4
NuGet packages published 2019-09-22
- middle-click-drag zooms into a rectangle drawn with the mouse
- Fixed bug that caused user control to crash Visual Studio on some systems that used DPI scaling. (#125, #111) @ab-tools and @bukkideme
- Fixed poor rendering for extremely small plots
- Fixed bug when making a scatter plot with a single point (#126). @bonzaiferroni
- Added more options to right-click settings menu (grid options, legend options, axis labels, editable plot labels, etc.)
- Improved axis padding and image tightening
- Greatly refactored the settings module (no change in functionality)
Contributors
ScottPlot 3.1.3
NuGet packages published 2019-08-25
- FormsPlot: middle-click-drag zooms into a rectangle
- FormsPlot: CTRL+scroll to lock vertical axis
- FormsPlot: ALT+scroll to loch horizontal axis
- FormsPlot: Improved (and overridable) right-click menu
- Ticks: rudimentary support for date tick labels (
dateTimeXanddateTimeY) - Ticks: options to customize notation (
useExponentialNotation,useOffsetNotation, anduseMultiplierNotation)
Contributors
ScottPlot 3.1.0
NuGet packages published 2019-08-19
ScottPlotUCwas renamed toFormsPlotScottPlotWPFwas renamed toWpfPlot- The right-click menu has improved. It responds faster and has improved controls to adjust plot settings.
- Plots can now be saved in BMP, PNG, JPG, and TIF format
- Holding
CTRLwhile click-dragging locks the horizontal axis - Holding
ALTwhile click-dragging locks the vertical axis - Minor ticks are now displayed (and can be turned on or off with
Ticks()) - Legend can be accessed for external display with
GetLegendBitmap() - anti-aliasing is turned off while click-dragging to increase responsiveness (#93) @StendProg
PlotSignalConstnow has support for generics and improved performance using single-precision floating-point math. @StendProg- Legend draws more reliably (#104, #106) @StendProg
AxisAuto()now hasexpandOnlyarguments- Axis lines with custom lineStyles display properly in the legend
Contributors
ScottPlot 3.0.9
NuGet packages published 2019-08-12
- New Plot Type:
PlotSignalConstfor extremely large arrays of data which are not expected to change after being plotted. Plots generated with this method can be much faster thanPlotSignal. (#70) @StendProg - Greatly improved axis tick labels. Axis tick labels are now less likely to overlap with axis labels, and it displays very large and very small numbers well using exponential notation. (#47, #68) @Padanian
- Parallel processing support for
SignalPlot(#72) @StendProg - Every
Plotfunction now returns aPlottable. When creating things like scatter plots, text, and axis lines, the returned object can now be used to update the data, position, styling, or call plot-type-specific methods. - Right-click menu now displays ScottPlot and .NET Framework version
- Improved rendering of extremely zoomed-out signals
- Rendering speed increased now that
Format32bppPArgbis the default PixelFormat (#83) @StendProg DataGen.NoisySin()was added- Code was tested in .NET Core 3.0 preview and compiled without error. Therefore, the next release will likely be for .NET Core 3.0 (#85, #86) @petarpetrovt
- User controls now render graphs with anti-alias mode off (faster) while the mouse is being dragged. Upon release a high quality render is performed.
Contributors
ScottPlot 3.0.8
NuGet packages published 2019-08-04
- WPF User Control: A ScottPlotWPF user control was created to allow provide a simple mouse-interactive ScottPlot control to WPF applications. It is not as full-featured as the winforms control (it lacks a right-click menu and click-and-drag functions), but it is simple to review the code (<100 lines) and easy to use.
- New plot type:
plt.AxisSpan()shades a region of the graph (semi-transparency is supported) - Ticks: Vertical ticks no longer overlap with vertical axis label (#47) @bukkideme
- Ticks: When axis tick labels contain very large or very small numbers, scientific notation mode is engaged
- Ticks: Horizontal tick mark spacing increased to prevent overlapping
- Ticks: Vertical tick mark spacing increased to be consistent with horizontal tick spacing
- Plottable objects now have a
SaveCSV(filename)method. Scatter and Signal plot data can be saved from the user control through the right-click menu. - Added
lineStylearguments to Scatter plots - Improved legend: ability to set location, ability to set shadow direction, markers and lines are now rendered in the legend
- Improved ability to use custom fonts
- Segoe UI is now the default font for all plot components
Contributors
ScottPlot 3.0.7
NuGet packages published 2019-07-27
- New plot type:
plt.PlotStep() - New plot type
plt.PlotCandlestick() - New plot type
plt.PlotOHLC() plt.MatchPadding()copies the data frame layout from one ScottPlot onto another (useful for making plots of matching size)plt.MatchAxis()copies the axes from one ScottPlot onto another (useful for making plots match one or both axis)plt.Legend()improvements: Thelocationargument allows the user to place the legend at one of 9 different places on the plot. TheshadowDirectionargument allows the user to control if a shadow is shown and at what angle.- Custom marker shapes can be specified using the
markerShapeargument.
Contributors
ScottPlot 3.0.6
NuGet packages published 2019-06-30
- Bar plot: The plot module now has a
Bar()method that lets users create various types of bar plots - Histogram: The new
ScottPlot.Histogramclass has tools to create and analyze histogram data (including cumulative probability) - Step plot: Scatter plots can now render as step plots. Use this feature by setting the
stepDisplayargument withPlotScatter() - Manual grid spacing: Users can now manually define the grid density by setting the
xSpacingandySpacingarguments inGrid() - Draggable axis lines: Axis lines can be dragged with the mouse if the
draggableargument is set totrueinPlotHLine()andPlotHLine(). Draggable axis line limits can also be set by defining additional arguments. - Using the scrollwheel to zoom now zooms to the cursor position rather than the center of the plot area
ScottPlot.DataGen.RandomNormal()was created to create arbitrary amounts of normally-distributed random data- Fixed bug causing axis line color to appear incorrectly in the legend
AxisAuto()is now called automatically on the first render. This means users no longer have to call this function manually for most applications. This simplifies quickstart programs to just: instantiate plot, plot data, render (now 3 lines in total instead of 4).- Throw exceptions if scatter, bar, or signal data inputs are null (rather than failing later)
Contributors
ScottPlot 3.0.5
NuGet packages published 2019-06-23
- Improved pan and zoom performance
Contributors
ScottPlot 3.0.4
NuGet packages published 2019-06-23
- Bar graphs: New
plotBar()method allow creation of bar graphs. By customizing thebarWidthandxOffsetarguments you can push bars together to create grouped bar graphs. Error bars can also be added with theyErrorargument. - Scatter plots support X and Y error bars:
plotScatter()now has arguments to allow X and Y error bars with adjustable error bar line width and cap size. - Draggable axis lines:
plotHLine()andplotVLine()now have adraggableargument which lets those axis lines be dragged around with the mouse (#11) @plumforest - Fixed errors caused by resizing to 0px
- Fixed a capitalization inconsistency in the
plotSignalargument list axisAuto()now includes positions of axis lines (previously they were ignored)- Fixed an that caused SplitContainer splitters to freeze (#23) @bukkideme
Contributors
ScottPlot 3.0.3
NuGet packages published 2019-05-29
- Update NuGet package to depend on System.Drawing.Common
Contributors
ScottPlot 3.0.2
NuGet packages published 2019-05-28
- Changed target from .NET Framework 4.5 to 4.7.2 (#15) @plumforest
Contributors
ScottPlot 3.0.1
NuGet packages published 2019-05-28
- First version of ScottPlot published on NuGet
Contributors
If you changed your GitHub avatar and wish to update the image on this page,
go to
https://github.com/ScottPlot/ScottPlot.NET/tree/main/static/images/contributors
and create a pull request which deletes the file with your GitHub username.
Your new avatar will be downloaded the next time the changelog is updated.


























































































































































































































































































































































































































































































































































