smart_arrays_plot_polyline 2.1.3 smart_arrays_plot_polyline: ^2.1.3 copied to clipboard
Plots one-dimensional arrays as polylines (curves) in the browser, along with axes and legend text, with versatile view options.
Smart Arrays Plot Polyline #
Version history #
2.0.0 - 2019-07-10 First version available on pub. site.
2.0.1 - 2019-08-02 Fixed health suggestions of pub.dev
2.0.2 - 2019-08-02 Fixed more health suggestions of pub.dev
2.0.3 - 2019-08-02 Fixed more health suggestions of pub.dev
2.0.4 - 2019-08-04 Fixed more health suggestions of pub.dev
2.0.5 - 2019-08-04 Fixed web address of executable example
2.0.6 - 2019-08-04 Using package:pedantic/analysis_options.yaml from now on
2.0.7 - 2019-08-31 Added class SimplePlot
to create a plot with a few lines of code.
2.0.8 - 2019-09-01 Documentation update
2.0.9 - 2019-09-03 Documentation update
2.0.10 - 2019-09-09 Added point coloring (attribute POINT_LIST_STROKE)
2.0.11 - 2019-09-11 Added class MarkerLines
and the method Polyline.drawMarkers
to draw vertical marker lines and text above a polyline.
2.1.0 - 2019-09-14 Example makes use of smart_arrays_sample_data
2.1.1 - 2019-09-25 Added class PlotLayoutSVG
2.1.2 - 2019-09-25 Updates exampl.dart.js
2.1.3 - 2019-09-25 Changed signature of PlotLayoutSVG()