├── .gitignore ├── .vipb ├── LICENSE.txt ├── README.rst ├── ThirdPartyAgreements.txt ├── Unit tests.docx ├── docs ├── Makefile ├── _static │ ├── bool_in.png │ ├── bool_out.png │ ├── cluster_in.png │ ├── cluster_pink_in.png │ ├── double_1d_in.png │ ├── double_2d_in.png │ ├── double_in.png │ ├── double_out.png │ ├── enum_in.png │ ├── enum_out.png │ ├── error_in.png │ ├── error_out.png │ ├── int32_in.png │ ├── int32_out.png │ ├── nature.css │ ├── path_in.png │ ├── picture_out.png │ ├── ref_in.png │ ├── single_in.png │ ├── string_1d_in.png │ ├── string_in.png │ ├── string_out.png │ ├── uint32_in.png │ └── uint32_out.png ├── _templates │ ├── _layout_chm.html │ └── layout.html ├── arrayview.png ├── bar.png ├── cmap.py ├── common_errors.txt ├── common_errors_polarok.txt ├── conf.py ├── contour.png ├── contourf.png ├── defs.txt ├── empty.png ├── errorbar.png ├── guide │ ├── AlphaExample.png │ ├── LICENSE.txt │ ├── PolarExample.png │ ├── TextExample.png │ ├── ThirdPartyAgreements.txt │ ├── activation.rst │ ├── cmap_control.png │ ├── cmaps.png │ ├── color.rst │ ├── color_control.png │ ├── context.png │ ├── cycle.png │ ├── demo1.png │ ├── demo2.png │ ├── demo3.png │ ├── demo4.png │ ├── demo5.png │ ├── demo6.png │ ├── demo7.png │ ├── demo8.png │ ├── demo9.png │ ├── display_control.png │ ├── embedding.rst │ ├── errors.rst │ ├── examples.rst │ ├── index.rst │ ├── licenses.rst │ ├── markup.rst │ ├── math.png │ ├── menuhelp.png │ ├── polar.rst │ ├── props_pal.png │ ├── release.rst │ └── start.rst ├── hist.png ├── hist2d.png ├── index.rst ├── line.png ├── make.bat ├── more.png ├── ref │ ├── ArrayView.png │ ├── ArrayView.rst │ ├── ArrayViewExample.png │ ├── ArrayViewProps.png │ ├── Bar.png │ ├── Bar.rst │ ├── BarExample.png │ ├── BarProps.png │ ├── Circle.png │ ├── Circle.rst │ ├── Close.png │ ├── Close.rst │ ├── Colorbar.png │ ├── Colorbar.rst │ ├── Contour.rst │ ├── ContourExample.png │ ├── ContourFilled.rst │ ├── ContourFilledExample.png │ ├── ContourFilledProps.png │ ├── ContourFilled_Automatic.png │ ├── ContourFilled_Manual.png │ ├── ContourProps.png │ ├── Contour_Automatic.png │ ├── Contour_Manual.png │ ├── Errorbar.png │ ├── Errorbar.rst │ ├── ErrorbarExample.png │ ├── ErrorbarProps.png │ ├── Grids.png │ ├── Grids.rst │ ├── GridsProps.png │ ├── HLine.png │ ├── HLine.rst │ ├── HVLineProps.png │ ├── Histogram.rst │ ├── Histogram2D.rst │ ├── Histogram2DExample.png │ ├── Histogram2DProps.png │ ├── Histogram2D_Automatic.png │ ├── Histogram2D_Manual.png │ ├── HistogramExample.png │ ├── HistogramProps.png │ ├── Histogram_Automatic.png │ ├── Histogram_Manual.png │ ├── Init.png │ ├── Init.rst │ ├── IsValid.png │ ├── IsValid.rst │ ├── LabelProps.png │ ├── Legend.png │ ├── Legend.rst │ ├── LegendExample.png │ ├── Limits.png │ ├── Limits.rst │ ├── Line.png │ ├── Line.rst │ ├── LineExample.png │ ├── LineProps.png │ ├── New.png │ ├── New.rst │ ├── NewProps.png │ ├── Rectangle.png │ ├── Rectangle.rst │ ├── Save.png │ ├── Save.rst │ ├── ScalesExample.png │ ├── Scatter.png │ ├── Scatter.rst │ ├── ScatterExample.png │ ├── ScatterProps.png │ ├── ShapeProps.png │ ├── ShapesExample.png │ ├── Size.png │ ├── Size.rst │ ├── Streamline.png │ ├── Streamline.rst │ ├── StreamlineExample.png │ ├── StreamlineProps.png │ ├── Text.png │ ├── Text.rst │ ├── TextExample.png │ ├── TextProps.png │ ├── TickProps.png │ ├── Tiles.png │ ├── Tiles.rst │ ├── TilesExample.png │ ├── TilesProps.png │ ├── Title.png │ ├── Title.rst │ ├── VLine.png │ ├── VLine.rst │ ├── VectorField.png │ ├── VectorField.rst │ ├── VectorFieldExample.PNG │ ├── VectorFieldProps.png │ ├── View.png │ ├── View.rst │ ├── XLabel.png │ ├── XLabel.rst │ ├── XTicks.png │ ├── XTicks.rst │ ├── YLabel.png │ ├── YLabel.rst │ ├── YTicks.png │ ├── YTicks.rst │ └── index.rst ├── scatter.png ├── stdcmap.txt ├── stddisplay.txt ├── stderr.txt ├── stdid.txt ├── stdline.txt ├── stdmarker.txt ├── stdpolar.txt ├── stdpolar_ok.txt ├── stdtext.txt ├── streamline.png └── vectorfield.png ├── environment ├── MPL Build Process.docx ├── matplotlib-1.3.1.win32-py2.7.exe ├── numpy-1.7.2-sse2.exe ├── pywin32-219.win32-py2.7.exe └── requirements.txt ├── examples ├── About.vi ├── Alpha Transparency and Z-Order.vi ├── ArrayView.vi ├── Bar Plot.vi ├── Color Cycle.vi ├── Colormaps and Colorbars.vi ├── Contour Plot (Filled).vi ├── Contour Plot.vi ├── EndUserLicenseAgreement.rtf ├── Error Bars.vi ├── Error.vi ├── Examples.lvproj ├── ExportDemos.vi ├── Getting Started.vi ├── Histogram 2D.vi ├── Histogram.vi ├── Icon.ico ├── IconInstall.ico ├── Legend.vi ├── Line Plot.vi ├── LogScales.vi ├── Performance.vi ├── Polar Plots.vi ├── Resizing.vi ├── Saving to Disk.vi ├── Scatter.vi ├── Shapes.vi ├── Splash.vi ├── StandaloneDemo.vi ├── Streamlines.vi ├── Text Markup.vi ├── Tile Plot.vi ├── Vector Field.vi ├── data.py ├── stream.py └── tiles.py ├── labview ├── Advanced Plotting Toolkit.lvlib ├── Config.vi ├── LICENSE.txt ├── PatchForRelease.vi ├── ThirdPartyAgreements.txt ├── advancedplottingtoolkit-errors.txt ├── api_annotations │ ├── Circle.vi │ ├── Colorbar.vi │ ├── HLine.vi │ ├── HVLineProperties.ctl │ ├── LabelPriv.vi │ ├── LabelProperties.ctl │ ├── Legend.vi │ ├── LegendPositions.ctl │ ├── Rectangle.vi │ ├── ShapeProperties.ctl │ ├── Text.vi │ ├── TextProperties.ctl │ ├── Title.vi │ ├── VLine.vi │ ├── XLabel.vi │ └── YLabel.vi ├── api_core │ ├── Close.vi │ ├── Init.vi │ ├── IsValid.vi │ ├── New.vi │ ├── NewPlotProperties.ctl │ ├── NewPlotScales.ctl │ ├── NewPlotType.ctl │ ├── Save.vi │ └── View.vi ├── api_figure │ ├── Grids.vi │ ├── GridsProperties.ctl │ ├── Limits.vi │ ├── Size.vi │ ├── SizeToPicture.vi │ ├── TicksPriv.vi │ ├── TicksProperties.ctl │ ├── XTicks.vi │ └── YTicks.vi ├── api_plotting │ ├── ArrayView.vi │ ├── ArrayViewBoundaries.ctl │ ├── ArrayViewProperties.ctl │ ├── Bar.vi │ ├── BarProperties.ctl │ ├── Contour.vi │ ├── ContourFilled.vi │ ├── ContourFilledProperties.ctl │ ├── ContourFilled_Automatic.vi │ ├── ContourFilled_Manual.vi │ ├── ContourProperties.ctl │ ├── ContourRange.ctl │ ├── Contour_Automatic.vi │ ├── Contour_Manual.vi │ ├── Errorbar.vi │ ├── ErrorbarProperties.ctl │ ├── Histogram.vi │ ├── Histogram2D.vi │ ├── Histogram2DProperties.ctl │ ├── Histogram2DRange.ctl │ ├── Histogram2D_Automatic.vi │ ├── Histogram2D_Manual.vi │ ├── HistogramProperties.ctl │ ├── HistogramRange.ctl │ ├── Histogram_Automatic.vi │ ├── Histogram_Manual.vi │ ├── Line.vi │ ├── LineProperties.ctl │ ├── Scatter.vi │ ├── ScatterProperties.ctl │ ├── Streamline.vi │ ├── StreamlineProperties.ctl │ ├── Tiles.vi │ ├── TilesProperties.ctl │ ├── VectorField.vi │ └── VectorFieldProperties.ctl ├── aplot.lvproj ├── priv │ ├── Add_Bool.vi │ ├── Add_Color.vi │ ├── Add_Dbl.vi │ ├── Add_Dbl_1D.vi │ ├── Add_Dbl_2D.vi │ ├── Add_Int.vi │ ├── Add_Props_Colormap.vi │ ├── Add_Props_Display.vi │ ├── Add_Props_Line.vi │ ├── Add_Props_Marker.vi │ ├── Add_Props_Text.vi │ ├── Add_String.vi │ ├── Add_String_1D.vi │ ├── BuildError.vi │ ├── FastPost.vi │ ├── FastPostParse.vi │ ├── KeyValue.ctl │ ├── Python.vi │ ├── SerialCall.vi │ └── SerialInit.vi ├── properties │ ├── Colormap.ctl │ ├── Colormap_Map.ctl │ ├── Colormap_Scaling.ctl │ ├── Display.ctl │ ├── Line.ctl │ ├── Line_Style.ctl │ ├── Marker.ctl │ ├── Marker_Style.ctl │ ├── Text.ctl │ ├── Text_FontSize.ctl │ └── Text_FontStyle.ctl └── typedefs │ ├── ErrorCodes.ctl │ ├── PlotColor.ctl │ └── PlotID.ctl ├── pavement.py ├── python ├── plotserv │ ├── __init__.py │ ├── api_annotations.py │ ├── api_core.py │ ├── api_figure.py │ ├── api_plotting.py │ ├── core.py │ ├── errors.py │ ├── filters.py │ ├── server.py │ ├── terminals.py │ └── typedefs.py ├── run.py ├── run.spec └── stub.py └── tests ├── AssertError.vi ├── AssertTrue.vi ├── Compare.vi ├── ErrorCodes.ctl ├── LogResult.vi ├── ModeType.ctl ├── OutputDirectory.vi ├── Run.vi ├── RunAndExit.vi ├── Template.vi ├── Test VIs ├── ArrayView0001.vi ├── ArrayView0002.vi ├── ArrayView0003.vi ├── ArrayView0004.vi ├── ArrayView0005.vi ├── ArrayView0006.vi ├── ArrayView0007.vi ├── ArrayView0008.vi ├── ArrayView1000.vi ├── ArrayView1001.vi ├── ArrayView1002.vi ├── ArrayView1003.vi ├── ArrayView1004.vi ├── ArrayView1005.vi ├── ArrayView1006.vi ├── ArrayView1007.vi ├── ArrayView1008.vi ├── ArrayView1009.vi ├── ArrayView2000.vi ├── ArrayView2001.vi ├── ArrayView2002.vi ├── ArrayView2003.vi ├── ArrayView2004.vi ├── ArrayView2005.vi ├── ArrayView2006.vi ├── Bar0001.vi ├── Bar0002.vi ├── Bar0003.vi ├── Bar0004.vi ├── Bar0005.vi ├── Bar0006.vi ├── Bar0007.vi ├── Bar0008.vi ├── Bar1000.vi ├── Bar1001.vi ├── Bar1002.vi ├── Bar1003.vi ├── Bar1004.vi ├── Bar1005.vi ├── Bar1006.vi ├── Bar1007.vi ├── Bar1008.vi ├── Bar1009.vi ├── Bar2000.vi ├── Bar2001.vi ├── Bar2002.vi ├── Bar2003.vi ├── Bar2004.vi ├── Bar2005.vi ├── Bar2006.vi ├── Bar2007.vi ├── Bar2008.vi ├── Bar2009.vi ├── Bar2010.vi ├── Circle0001.vi ├── Circle0002.vi ├── Circle0003.vi ├── Circle0004.vi ├── Circle0005.vi ├── Circle0006.vi ├── Circle0007.vi ├── Circle0008.vi ├── Circle1000.vi ├── Circle1001.vi ├── Circle1002.vi ├── Circle1003.vi ├── Circle1004.vi ├── Circle1005.vi ├── Circle2000.vi ├── Circle2001.vi ├── Circle2002.vi ├── Circle2003.vi ├── Circle2004.vi ├── Close2000.vi ├── Close2001.vi ├── Colorbar0001.vi ├── Colorbar0002.vi ├── Colorbar0003.vi ├── Colorbar1000.vi ├── Colorbar1001.vi ├── Colorbar1002.vi ├── Colorbar2000.vi ├── Colorbar2001.vi ├── Colorbar2002.vi ├── Colorbar2003.vi ├── Colorbar2004.vi ├── Colorcycle2000.vi ├── Colorcycle2001.vi ├── Colorcycle2002.vi ├── Colorcycle2003.vi ├── Colorcycle2004.vi ├── Colormaps2000.vi ├── Colormaps2001.vi ├── Colormaps2002.vi ├── Colormaps2003.vi ├── Colormaps2004.vi ├── Colormaps2005.vi ├── Colormaps2006.vi ├── Colormaps2007.vi ├── Colormaps2008.vi ├── Colormaps2009.vi ├── Colormaps2010.vi ├── Colormaps2011.vi ├── Colormaps2012.vi ├── Colormaps2013.vi ├── ContourAuto0001.vi ├── ContourAuto0002.vi ├── ContourAuto0003.vi ├── ContourAuto0004.vi ├── ContourAuto0005.vi ├── ContourAuto0006.vi ├── ContourAuto0007.vi ├── ContourAuto0008.vi ├── ContourAuto1000.vi ├── ContourAuto1001.vi ├── ContourAuto1002.vi ├── ContourAuto1003.vi ├── ContourAuto1004.vi ├── ContourAuto1005.vi ├── ContourAuto1006.vi ├── ContourAuto1007.vi ├── ContourAuto1008.vi ├── ContourAuto1009.vi ├── ContourAuto1010.vi ├── ContourAuto2000.vi ├── ContourAuto2001.vi ├── ContourAuto2002.vi ├── ContourAuto2003.vi ├── ContourAuto2004.vi ├── ContourAuto2005.vi ├── ContourAuto2006.vi ├── ContourAuto2007.vi ├── ContourAuto2008.vi ├── ContourAuto2009.vi ├── ContourAuto2010.vi ├── ContourFilledAuto0001.vi ├── ContourFilledAuto0002.vi ├── ContourFilledAuto0003.vi ├── ContourFilledAuto0004.vi ├── ContourFilledAuto0005.vi ├── ContourFilledAuto0006.vi ├── ContourFilledAuto0007.vi ├── ContourFilledAuto0008.vi ├── ContourFilledAuto1000.vi ├── ContourFilledAuto1001.vi ├── ContourFilledAuto1002.vi ├── ContourFilledAuto1003.vi ├── ContourFilledAuto1004.vi ├── ContourFilledAuto1005.vi ├── ContourFilledAuto1006.vi ├── ContourFilledAuto1007.vi ├── ContourFilledAuto1008.vi ├── ContourFilledAuto1009.vi ├── ContourFilledAuto1010.vi ├── ContourFilledAuto2000.vi ├── ContourFilledAuto2001.vi ├── ContourFilledAuto2002.vi ├── ContourFilledAuto2003.vi ├── ContourFilledAuto2004.vi ├── ContourFilledAuto2005.vi ├── ContourFilledAuto2006.vi ├── ContourFilledAuto2007.vi ├── ContourFilledAuto2008.vi ├── ContourFilledAuto2009.vi ├── ContourFilledAuto2010.vi ├── ContourFilledManual0001.vi ├── ContourFilledManual0002.vi ├── ContourFilledManual0003.vi ├── ContourFilledManual0004.vi ├── ContourFilledManual0005.vi ├── ContourFilledManual0006.vi ├── ContourFilledManual0007.vi ├── ContourFilledManual0008.vi ├── ContourFilledManual1000.vi ├── ContourFilledManual1001.vi ├── ContourFilledManual1002.vi ├── ContourFilledManual1003.vi ├── ContourFilledManual1004.vi ├── ContourFilledManual1005.vi ├── ContourFilledManual1006.vi ├── ContourFilledManual1007.vi ├── ContourFilledManual2000.vi ├── ContourFilledManual2001.vi ├── ContourFilledManual2002.vi ├── ContourFilledManual2003.vi ├── ContourFilledManual2004.vi ├── ContourFilledManual2005.vi ├── ContourFilledManual2006.vi ├── ContourFilledManual2007.vi ├── ContourFilledManual2008.vi ├── ContourFilledManual2009.vi ├── ContourFilledManual2010.vi ├── ContourFilledManual2011.vi ├── ContourManual0001.vi ├── ContourManual0002.vi ├── ContourManual0003.vi ├── ContourManual0004.vi ├── ContourManual0005.vi ├── ContourManual0006.vi ├── ContourManual0007.vi ├── ContourManual0008.vi ├── ContourManual1000.vi ├── ContourManual1001.vi ├── ContourManual1002.vi ├── ContourManual1003.vi ├── ContourManual1004.vi ├── ContourManual1005.vi ├── ContourManual1006.vi ├── ContourManual1007.vi ├── ContourManual2000.vi ├── ContourManual2001.vi ├── ContourManual2002.vi ├── ContourManual2003.vi ├── ContourManual2004.vi ├── ContourManual2005.vi ├── ContourManual2006.vi ├── ContourManual2007.vi ├── ContourManual2008.vi ├── ContourManual2009.vi ├── ContourManual2010.vi ├── ContourManual2011.vi ├── Errorbar0001.vi ├── Errorbar0002.vi ├── Errorbar0003.vi ├── Errorbar0004.vi ├── Errorbar0005.vi ├── Errorbar0006.vi ├── Errorbar0007.vi ├── Errorbar0008.vi ├── Errorbar1000.vi ├── Errorbar1001.vi ├── Errorbar1002.vi ├── Errorbar1003.vi ├── Errorbar1004.vi ├── Errorbar1005.vi ├── Errorbar1006.vi ├── Errorbar2000.vi ├── Errorbar2001.vi ├── Errorbar2002.vi ├── Errorbar2003.vi ├── Errorbar2004.vi ├── Errorbar2005.vi ├── Errorbar2006.vi ├── Errorbar2007.vi ├── Errorbar2008.vi ├── Errorbar2009.vi ├── Errorbar2010.vi ├── Errorbar2011.vi ├── Errorbar2012.vi ├── Grids0001.vi ├── Grids0002.vi ├── Grids0003.vi ├── Grids0004.vi ├── Grids0005.vi ├── Grids0006.vi ├── Grids0007.vi ├── Grids0008.vi ├── Grids1000.vi ├── Grids1001.vi ├── Grids1002.vi ├── HLine0001.vi ├── HLine0002.vi ├── HLine0003.vi ├── HLine0004.vi ├── HLine0005.vi ├── HLine0006.vi ├── HLine0007.vi ├── HLine0008.vi ├── HLine1000.vi ├── HLine1001.vi ├── HLine1002.vi ├── HLine1003.vi ├── HLine1004.vi ├── HLine1005.vi ├── HLine1006.vi ├── HLine2000.vi ├── HLine2001.vi ├── HLine2002.vi ├── HLine2003.vi ├── Histogram0001.vi ├── Histogram0002.vi ├── Histogram0003.vi ├── Histogram0004.vi ├── Histogram0005.vi ├── Histogram0006.vi ├── Histogram0007.vi ├── Histogram0008.vi ├── Histogram1000.vi ├── Histogram1001.vi ├── Histogram1002.vi ├── Histogram1003.vi ├── Histogram1004.vi ├── Histogram1005.vi ├── Histogram1006.vi ├── Histogram1007.vi ├── Histogram1008.vi ├── Histogram1009.vi ├── Histogram1010.vi ├── Histogram1011.vi ├── Histogram2000.vi ├── Histogram2001.vi ├── Histogram2002.vi ├── Histogram2003.vi ├── Histogram2004.vi ├── Histogram2005.vi ├── Histogram2006.vi ├── Histogram2007.vi ├── Histogram2008.vi ├── Histogram2009.vi ├── Histogram2D0001.vi ├── Histogram2D0002.vi ├── Histogram2D0003.vi ├── Histogram2D0004.vi ├── Histogram2D0005.vi ├── Histogram2D0006.vi ├── Histogram2D0007.vi ├── Histogram2D0008.vi ├── Histogram2D1000.vi ├── Histogram2D1001.vi ├── Histogram2D1002.vi ├── Histogram2D1003.vi ├── Histogram2D1004.vi ├── Histogram2D1005.vi ├── Histogram2D1006.vi ├── Histogram2D1007.vi ├── Histogram2D1008.vi ├── Histogram2D1009.vi ├── Histogram2D1010.vi ├── Histogram2D1011.vi ├── Histogram2D1012.vi ├── Histogram2D2000.vi ├── Histogram2D2001.vi ├── Histogram2D2002.vi ├── Histogram2D2003.vi ├── Histogram2D2004.vi ├── Histogram2D2005.vi ├── Histogram2D2006.vi ├── Histogram2D2007.vi ├── Histogram2D2008.vi ├── Histogram2D2009.vi ├── Histogram2D2010.vi ├── Histogram2D2011.vi ├── Histogram2D2012.vi ├── Histogram2D2013.vi ├── Histogram2DManual0001.vi ├── Histogram2DManual0002.vi ├── Histogram2DManual0003.vi ├── Histogram2DManual0004.vi ├── Histogram2DManual0005.vi ├── Histogram2DManual0006.vi ├── Histogram2DManual0007.vi ├── Histogram2DManual0008.vi ├── Histogram2DManual1000.vi ├── Histogram2DManual1001.vi ├── Histogram2DManual1002.vi ├── Histogram2DManual1003.vi ├── Histogram2DManual1004.vi ├── Histogram2DManual1005.vi ├── Histogram2DManual1006.vi ├── Histogram2DManual2000.vi ├── Histogram2DManual2001.vi ├── Histogram2DManual2002.vi ├── Histogram2DManual2003.vi ├── Histogram2DManual2004.vi ├── Histogram2DManual2005.vi ├── Histogram2DManual2006.vi ├── Histogram2DManual2007.vi ├── Histogram2DManual2008.vi ├── Histogram2DManual2009.vi ├── HistogramManual0001.vi ├── HistogramManual0002.vi ├── HistogramManual0003.vi ├── HistogramManual0004.vi ├── HistogramManual0005.vi ├── HistogramManual0006.vi ├── HistogramManual0007.vi ├── HistogramManual0008.vi ├── HistogramManual1000.vi ├── HistogramManual1001.vi ├── HistogramManual1002.vi ├── HistogramManual1003.vi ├── HistogramManual1004.vi ├── HistogramManual1005.vi ├── HistogramManual1006.vi ├── HistogramManual1007.vi ├── HistogramManual1008.vi ├── HistogramManual1009.vi ├── HistogramManual2000.vi ├── HistogramManual2001.vi ├── HistogramManual2002.vi ├── HistogramManual2003.vi ├── HistogramManual2004.vi ├── HistogramManual2005.vi ├── HistogramManual2006.vi ├── HistogramManual2007.vi ├── HistogramManual2008.vi ├── HistogramManual2009.vi ├── HistogramManual2010.vi ├── Init2000.vi ├── IsValid2000.vi ├── IsValid2001.vi ├── Legend0001.vi ├── Legend0002.vi ├── Legend0003.vi ├── Legend1000.vi ├── Legend2000.vi ├── Legend2001.vi ├── Legend2002.vi ├── Legend2003.vi ├── Legend2004.vi ├── Legend2005.vi ├── Legend2006.vi ├── Legend2007.vi ├── Legend2008.vi ├── Legend2009.vi ├── Limits0001.vi ├── Limits0002.vi ├── Limits0003.vi ├── Limits1000.vi ├── Limits1001.vi ├── Limits1002.vi ├── Limits1003.vi ├── Limits2000.vi ├── Limits2001.vi ├── Limits2002.vi ├── Limits2003.vi ├── Limits2004.vi ├── Limits2005.vi ├── Limits2006.vi ├── Line0001.vi ├── Line0002.vi ├── Line0003.vi ├── Line0004.vi ├── Line0005.vi ├── Line0006.vi ├── Line0007.vi ├── Line0008.vi ├── Line1000.vi ├── Line1001.vi ├── Line1002.vi ├── Line1003.vi ├── Line1004.vi ├── Line1005.vi ├── Line1006.vi ├── Line1007.vi ├── Line1008.vi ├── Line1009.vi ├── Line2000.vi ├── Line2001.vi ├── Line2002.vi ├── Line2003.vi ├── Line2004.vi ├── Line2005.vi ├── Line2006.vi ├── Line2007.vi ├── Line2008.vi ├── Line2009.vi ├── Line2010.vi ├── Line2011.vi ├── Line2012.vi ├── Line2013.vi ├── Line2014.vi ├── Mathtext2000.vi ├── Mathtext2001.vi ├── Mathtext2002.vi ├── New0002.vi ├── New0004.vi ├── New1000.vi ├── New1001.vi ├── New1002.vi ├── New1003.vi ├── New1004.vi ├── New1005.vi ├── New1006.vi ├── New1007.vi ├── New1008.vi ├── New1009.vi ├── New2000.vi ├── New2001.vi ├── New2002.vi ├── New2003.vi ├── New2004.vi ├── New2005.vi ├── New2006.vi ├── Rectangle0001.vi ├── Rectangle0002.vi ├── Rectangle0003.vi ├── Rectangle0004.vi ├── Rectangle0005.vi ├── Rectangle0006.vi ├── Rectangle0007.vi ├── Rectangle0008.vi ├── Rectangle1000.vi ├── Rectangle1001.vi ├── Rectangle1002.vi ├── Rectangle1003.vi ├── Rectangle1004.vi ├── Rectangle1005.vi ├── Rectangle2000.vi ├── Rectangle2001.vi ├── Rectangle2002.vi ├── Rectangle2003.vi ├── Rectangle2004.vi ├── Rectangle2005.vi ├── Rectangle2006.vi ├── Rectangle2007.vi ├── Save0001.vi ├── Save2000.vi ├── Save2002.vi ├── Save2003.vi ├── Save2004.vi ├── Save2005.vi ├── Save2006.vi ├── Save2007.vi ├── Save2008.vi ├── Save2009.vi ├── Save2010.vi ├── Save2011.vi ├── Save2012.vi ├── Scatter0001.vi ├── Scatter0002.vi ├── Scatter0003.vi ├── Scatter0004.vi ├── Scatter0005.vi ├── Scatter0006.vi ├── Scatter0007.vi ├── Scatter0008.vi ├── Scatter1000.vi ├── Scatter1001.vi ├── Scatter1002.vi ├── Scatter1003.vi ├── Scatter1004.vi ├── Scatter1005.vi ├── Scatter1006.vi ├── Scatter1007.vi ├── Scatter1008.vi ├── Scatter1009.vi ├── Scatter1010.vi ├── Scatter1011.vi ├── Scatter1012.vi ├── Scatter1013.vi ├── Scatter1014.vi ├── Scatter2000.vi ├── Scatter2001.vi ├── Scatter2002.vi ├── Scatter2003.vi ├── Scatter2004.vi ├── Scatter2005.vi ├── Scatter2006.vi ├── Scatter2007.vi ├── Scatter2008.vi ├── Scatter2009.vi ├── Scatter2010.vi ├── Scatter2011.vi ├── Size0001.vi ├── Size0002.vi ├── Size0003.vi ├── Size1000.vi ├── Size1001.vi ├── Size2000.vi ├── Size2001.vi ├── Size2002.vi ├── Size2003.vi ├── Size2004.vi ├── Size2005.vi ├── Size2006.vi ├── Size2007.vi ├── Size2008.vi ├── Size2009.vi ├── Size2010.vi ├── Size2011.vi ├── Streamline0001.vi ├── Streamline0002.vi ├── Streamline0003.vi ├── Streamline0004.vi ├── Streamline0005.vi ├── Streamline0006.vi ├── Streamline0007.vi ├── Streamline0008.vi ├── Streamline1000.vi ├── Streamline1001.vi ├── Streamline1002.vi ├── Streamline1003.vi ├── Streamline1004.vi ├── Streamline1005.vi ├── Streamline1006.vi ├── Streamline1007.vi ├── Streamline1008.vi ├── Streamline1009.vi ├── Streamline1010.vi ├── Streamline1011.vi ├── Streamline2000.vi ├── Streamline2001.vi ├── Streamline2002.vi ├── Streamline2003.vi ├── Streamline2004.vi ├── Streamline2005.vi ├── Streamline2006.vi ├── Streamline2007.vi ├── Streamline2008.vi ├── Streamline2009.vi ├── Streamline2010.vi ├── Streamline2011.vi ├── Streamline2012.vi ├── Streamline2013.vi ├── Streamline2014.vi ├── Streamline2015.vi ├── Streamline2016.vi ├── Streamline2017.vi ├── Text0001.vi ├── Text0002.vi ├── Text0003.vi ├── Text0004.vi ├── Text0005.vi ├── Text0006.vi ├── Text0007.vi ├── Text0008.vi ├── Text1000.vi ├── Text1001.vi ├── Text1002.vi ├── Text1003.vi ├── Text1004.vi ├── Text1005.vi ├── Text1006.vi ├── Text1007.vi ├── Text2000.vi ├── Text2001.vi ├── Text2002.vi ├── Text2003.vi ├── Text2004.vi ├── Text2005.vi ├── Text2006.vi ├── Text2007.vi ├── Text2008.vi ├── Text2009.vi ├── Text2010.vi ├── Text2011.vi ├── Text2012.vi ├── Text2013.vi ├── Text2014.vi ├── Tiles0001.vi ├── Tiles0002.vi ├── Tiles0003.vi ├── Tiles0004.vi ├── Tiles0005.vi ├── Tiles0006.vi ├── Tiles0007.vi ├── Tiles0008.vi ├── Tiles1000.vi ├── Tiles1001.vi ├── Tiles1002.vi ├── Tiles1003.vi ├── Tiles1004.vi ├── Tiles1005.vi ├── Tiles1006.vi ├── Tiles1007.vi ├── Tiles1008.vi ├── Tiles1009.vi ├── Tiles1010.vi ├── Tiles2000.vi ├── Tiles2001.vi ├── Tiles2002.vi ├── Tiles2003.vi ├── Tiles2004.vi ├── Tiles2005.vi ├── Tiles2006.vi ├── Tiles2007.vi ├── Title0001.vi ├── Title0002.vi ├── Title0003.vi ├── Title0004.vi ├── Title1000.vi ├── Title1001.vi ├── Title1002.vi ├── Title1003.vi ├── Title1004.vi ├── Title2000.vi ├── VLine0001.vi ├── VLine0002.vi ├── VLine0003.vi ├── VLine0004.vi ├── VLine0005.vi ├── VLine0006.vi ├── VLine0007.vi ├── VLine0008.vi ├── VLine1000.vi ├── VLine1001.vi ├── VLine1002.vi ├── VLine1003.vi ├── VLine1004.vi ├── VLine1005.vi ├── VLine1006.vi ├── VLine2000.vi ├── VLine2001.vi ├── VLine2002.vi ├── VLine2003.vi ├── VectorField0001.vi ├── VectorField0002.vi ├── VectorField0003.vi ├── VectorField0004.vi ├── VectorField0005.vi ├── VectorField0006.vi ├── VectorField0007.vi ├── VectorField0008.vi ├── VectorField1000.vi ├── VectorField1001.vi ├── VectorField1002.vi ├── VectorField1003.vi ├── VectorField1004.vi ├── VectorField1005.vi ├── VectorField1006.vi ├── VectorField1007.vi ├── VectorField1008.vi ├── VectorField1009.vi ├── VectorField1010.vi ├── VectorField2000.vi ├── VectorField2001.vi ├── VectorField2002.vi ├── VectorField2003.vi ├── VectorField2004.vi ├── VectorField2005.vi ├── VectorField2006.vi ├── VectorField2007.vi ├── VectorField2008.vi ├── VectorField2009.vi ├── VectorField2010.vi ├── View0001.vi ├── View2000.vi ├── XLabel0001.vi ├── XLabel0002.vi ├── XLabel0003.vi ├── XLabel0004.vi ├── XLabel1000.vi ├── XLabel1001.vi ├── XLabel1002.vi ├── XLabel1003.vi ├── XLabel1004.vi ├── XLabel2000.vi ├── XTicks0001.vi ├── XTicks0002.vi ├── XTicks0003.vi ├── XTicks0004.vi ├── XTicks0005.vi ├── XTicks0007.vi ├── XTicks1000.vi ├── XTicks1001.vi ├── XTicks1002.vi ├── XTicks1003.vi ├── XTicks1004.vi ├── XTicks1005.vi ├── XTicks2000.vi ├── XTicks2002.vi ├── XTicks2003.vi ├── XTicks2004.vi ├── YLabel0001.vi ├── YLabel0002.vi ├── YLabel0003.vi ├── YLabel0004.vi ├── YLabel1000.vi ├── YLabel1001.vi ├── YLabel1002.vi ├── YLabel1003.vi ├── YLabel1004.vi ├── YLabel2000.vi ├── YTicks0001.vi ├── YTicks0002.vi ├── YTicks0003.vi ├── YTicks0004.vi ├── YTicks0006.vi ├── YTicks0008.vi ├── YTicks1000.vi ├── YTicks1001.vi ├── YTicks1002.vi ├── YTicks1003.vi ├── YTicks1004.vi ├── YTicks1005.vi ├── YTicks2000.vi ├── YTicks2002.vi ├── YTicks2003.vi └── YTicks2004.vi ├── TestSuite.lvproj ├── check.py └── ref ├── ArrayView0002.png ├── ArrayView0004.png ├── ArrayView1000.png ├── ArrayView1001.png ├── ArrayView1002.png ├── ArrayView1003.png ├── ArrayView1004.png ├── ArrayView1005.png ├── ArrayView1006.png ├── ArrayView1007.png ├── ArrayView1008.png ├── ArrayView1009.png ├── ArrayView2000.png ├── ArrayView2001.png ├── ArrayView2002.png ├── ArrayView2003.png ├── ArrayView2004.png ├── ArrayView2005.png ├── ArrayView2006.png ├── Bar0002.png ├── Bar0003.png ├── Bar0004.png ├── Bar0005.png ├── Bar0006.png ├── Bar0007.png ├── Bar0008.png ├── Bar1000.png ├── Bar1001.png ├── Bar1002.png ├── Bar1003.png ├── Bar1004.png ├── Bar1005.png ├── Bar1006.png ├── Bar1007.png ├── Bar1008.png ├── Bar1009.png ├── Bar2000.png ├── Bar2001.png ├── Bar2002.png ├── Bar2003.png ├── Bar2004.png ├── Bar2005.png ├── Bar2006.png ├── Bar2007.png ├── Bar2008.png ├── Bar2009.png ├── Bar2010.png ├── Circle0002.png ├── Circle0004.png ├── Circle1000.png ├── Circle1001.png ├── Circle1002.png ├── Circle1003.png ├── Circle1004.png ├── Circle1005.png ├── Circle2000.png ├── Circle2001.png ├── Circle2002.png ├── Circle2003.png ├── Circle2004.png ├── Colorbar0002.png ├── Colorbar0003.png ├── Colorbar1000.png ├── Colorbar1001.png ├── Colorbar1002.png ├── Colorbar2000.png ├── Colorbar2001.png ├── Colorbar2002.png ├── Colorbar2003.png ├── Colorbar2004.png ├── Colorcycle2000.png ├── Colorcycle2001.png ├── Colorcycle2002.png ├── Colorcycle2003.png ├── Colorcycle2004.png ├── Colormaps2000.png ├── Colormaps2001.png ├── Colormaps2002.png ├── Colormaps2003.png ├── Colormaps2004.png ├── Colormaps2005.png ├── Colormaps2006.png ├── Colormaps2007.png ├── Colormaps2008.png ├── Colormaps2009.png ├── Colormaps2010.png ├── Colormaps2011.png ├── Colormaps2012.png ├── Colormaps2013.png ├── ContourAuto0002.png ├── ContourAuto0004.png ├── ContourAuto1000.png ├── ContourAuto1001.png ├── ContourAuto1002.png ├── ContourAuto1003.png ├── ContourAuto1004.png ├── ContourAuto1005.png ├── ContourAuto1006.png ├── ContourAuto1007.png ├── ContourAuto1008.png ├── ContourAuto1009.png ├── ContourAuto1010.png ├── ContourAuto2000.png ├── ContourAuto2001.png ├── ContourAuto2002.png ├── ContourAuto2003.png ├── ContourAuto2004.png ├── ContourAuto2005.png ├── ContourAuto2006.png ├── ContourAuto2007.png ├── ContourAuto2008.png ├── ContourAuto2009.png ├── ContourAuto2010.png ├── ContourFilledAuto0002.png ├── ContourFilledAuto0004.png ├── ContourFilledAuto1000.png ├── ContourFilledAuto1001.png ├── ContourFilledAuto1002.png ├── ContourFilledAuto1003.png ├── ContourFilledAuto1004.png ├── ContourFilledAuto1005.png ├── ContourFilledAuto1006.png ├── ContourFilledAuto1007.png ├── ContourFilledAuto1008.png ├── ContourFilledAuto1009.png ├── ContourFilledAuto1010.png ├── ContourFilledAuto2000.png ├── ContourFilledAuto2001.png ├── ContourFilledAuto2002.png ├── ContourFilledAuto2003.png ├── ContourFilledAuto2004.png ├── ContourFilledAuto2005.png ├── ContourFilledAuto2006.png ├── ContourFilledAuto2007.png ├── ContourFilledAuto2008.png ├── ContourFilledAuto2009.png ├── ContourFilledAuto2010.png ├── ContourFilledManual0002.png ├── ContourFilledManual0004.png ├── ContourFilledManual1000.png ├── ContourFilledManual1001.png ├── ContourFilledManual1002.png ├── ContourFilledManual1003.png ├── ContourFilledManual1004.png ├── ContourFilledManual1005.png ├── ContourFilledManual1006.png ├── ContourFilledManual1007.png ├── ContourFilledManual2000.png ├── ContourFilledManual2001.png ├── ContourFilledManual2002.png ├── ContourFilledManual2003.png ├── ContourFilledManual2004.png ├── ContourFilledManual2005.png ├── ContourFilledManual2006.png ├── ContourFilledManual2007.png ├── ContourFilledManual2008.png ├── ContourFilledManual2009.png ├── ContourFilledManual2010.png ├── ContourFilledManual2011.png ├── ContourManual0002.png ├── ContourManual0004.png ├── ContourManual1000.png ├── ContourManual1001.png ├── ContourManual1002.png ├── ContourManual1003.png ├── ContourManual1004.png ├── ContourManual1005.png ├── ContourManual1006.png ├── ContourManual1007.png ├── ContourManual2000.png ├── ContourManual2001.png ├── ContourManual2002.png ├── ContourManual2003.png ├── ContourManual2004.png ├── ContourManual2005.png ├── ContourManual2006.png ├── ContourManual2007.png ├── ContourManual2008.png ├── ContourManual2009.png ├── ContourManual2010.png ├── ContourManual2011.png ├── Errorbar0002.png ├── Errorbar0004.png ├── Errorbar0005.png ├── Errorbar0006.png ├── Errorbar0007.png ├── Errorbar0008.png ├── Errorbar1000.png ├── Errorbar1001.png ├── Errorbar1002.png ├── Errorbar1003.png ├── Errorbar1004.png ├── Errorbar1005.png ├── Errorbar1006.png ├── Errorbar2000.png ├── Errorbar2001.png ├── Errorbar2002.png ├── Errorbar2003.png ├── Errorbar2004.png ├── Errorbar2005.png ├── Errorbar2006.png ├── Errorbar2007.png ├── Errorbar2008.png ├── Errorbar2009.png ├── Errorbar2010.png ├── Errorbar2011.png ├── Errorbar2012.png ├── Grids0002.png ├── Grids0003.png ├── Grids0004.png ├── Grids0005.png ├── Grids0006.png ├── Grids0007.png ├── Grids0008.png ├── Grids1000.png ├── Grids1001.png ├── Grids1002.png ├── HLine0002.png ├── HLine0004.png ├── HLine0005.png ├── HLine0006.png ├── HLine0007.png ├── HLine0008.png ├── HLine1000.png ├── HLine1001.png ├── HLine1002.png ├── HLine1003.png ├── HLine1004.png ├── HLine1005.png ├── HLine1006.png ├── HLine2000.png ├── HLine2001.png ├── HLine2002.png ├── HLine2003.png ├── Histogram0002.png ├── Histogram0003.png ├── Histogram0004.png ├── Histogram0005.png ├── Histogram0006.png ├── Histogram0007.png ├── Histogram0008.png ├── Histogram1000.png ├── Histogram1001.png ├── Histogram1002.png ├── Histogram1003.png ├── Histogram1004.png ├── Histogram1005.png ├── Histogram1006.png ├── Histogram1007.png ├── Histogram1008.png ├── Histogram1009.png ├── Histogram1010.png ├── Histogram1011.png ├── Histogram2000.png ├── Histogram2001.png ├── Histogram2002.png ├── Histogram2003.png ├── Histogram2004.png ├── Histogram2005.png ├── Histogram2006.png ├── Histogram2007.png ├── Histogram2008.png ├── Histogram2009.png ├── Histogram2D0002.png ├── Histogram2D0004.png ├── Histogram2D1000.png ├── Histogram2D1001.png ├── Histogram2D1002.png ├── Histogram2D1003.png ├── Histogram2D1004.png ├── Histogram2D1005.png ├── Histogram2D1006.png ├── Histogram2D1007.png ├── Histogram2D1008.png ├── Histogram2D1009.png ├── Histogram2D1010.png ├── Histogram2D1011.png ├── Histogram2D1012.png ├── Histogram2D2000.png ├── Histogram2D2001.png ├── Histogram2D2002.png ├── Histogram2D2003.png ├── Histogram2D2004.png ├── Histogram2D2005.png ├── Histogram2D2006.png ├── Histogram2D2007.png ├── Histogram2D2008.png ├── Histogram2D2009.png ├── Histogram2D2010.png ├── Histogram2D2011.png ├── Histogram2D2012.png ├── Histogram2D2013.png ├── Histogram2DManual0002.png ├── Histogram2DManual0004.png ├── Histogram2DManual1000.png ├── Histogram2DManual1001.png ├── Histogram2DManual1002.png ├── Histogram2DManual1003.png ├── Histogram2DManual1004.png ├── Histogram2DManual1005.png ├── Histogram2DManual1006.png ├── Histogram2DManual2000.png ├── Histogram2DManual2001.png ├── Histogram2DManual2002.png ├── Histogram2DManual2003.png ├── Histogram2DManual2004.png ├── Histogram2DManual2005.png ├── Histogram2DManual2006.png ├── Histogram2DManual2007.png ├── Histogram2DManual2008.png ├── Histogram2DManual2009.png ├── HistogramManual0002.png ├── HistogramManual0003.png ├── HistogramManual0004.png ├── HistogramManual0005.png ├── HistogramManual0006.png ├── HistogramManual0007.png ├── HistogramManual0008.png ├── HistogramManual1000.png ├── HistogramManual1001.png ├── HistogramManual1002.png ├── HistogramManual1003.png ├── HistogramManual1004.png ├── HistogramManual1005.png ├── HistogramManual1006.png ├── HistogramManual1007.png ├── HistogramManual1008.png ├── HistogramManual1009.png ├── HistogramManual2000.png ├── HistogramManual2001.png ├── HistogramManual2002.png ├── HistogramManual2003.png ├── HistogramManual2004.png ├── HistogramManual2005.png ├── HistogramManual2006.png ├── HistogramManual2007.png ├── HistogramManual2008.png ├── HistogramManual2009.png ├── HistogramManual2010.png ├── Legend0002.png ├── Legend0003.png ├── Legend1000.png ├── Legend2000.png ├── Legend2001.png ├── Legend2002.png ├── Legend2003.png ├── Legend2004.png ├── Legend2005.png ├── Legend2006.png ├── Legend2007.png ├── Legend2008.png ├── Legend2009.png ├── Limits0002.png ├── Limits0003.png ├── Limits1000.png ├── Limits1001.png ├── Limits1002.png ├── Limits1003.png ├── Limits2000.png ├── Limits2001.png ├── Limits2003.png ├── Limits2004.png ├── Limits2005.png ├── Limits2006.png ├── Line0002.png ├── Line0003.png ├── Line0004.png ├── Line0005.png ├── Line0006.png ├── Line0007.png ├── Line0008.png ├── Line1000.png ├── Line1001.png ├── Line1002.png ├── Line1003.png ├── Line1004.png ├── Line1005.png ├── Line1006.png ├── Line1007.png ├── Line1008.png ├── Line1009.png ├── Line2000.png ├── Line2001.png ├── Line2002.png ├── Line2003.png ├── Line2004.png ├── Line2005.png ├── Line2006.png ├── Line2007.png ├── Line2008.png ├── Line2009.png ├── Line2010.png ├── Line2011.png ├── Line2012.png ├── Line2013.png ├── Line2014.png ├── Mathtext2000.png ├── Mathtext2001.png ├── Mathtext2002.png ├── New0002.png ├── New0004.png ├── New1000.png ├── New1001.png ├── New1002.png ├── New1003.png ├── New1004.png ├── New1005.png ├── New1006.png ├── New1007.png ├── New1008.png ├── New1009.png ├── New2000.png ├── New2001.png ├── New2002.png ├── New2003.png ├── New2004.png ├── New2005.png ├── Rectangle0002.png ├── Rectangle0003.png ├── Rectangle0004.png ├── Rectangle0005.png ├── Rectangle0006.png ├── Rectangle1000.png ├── Rectangle1001.png ├── Rectangle1002.png ├── Rectangle1003.png ├── Rectangle1004.png ├── Rectangle1005.png ├── Rectangle2000.png ├── Rectangle2001.png ├── Rectangle2002.png ├── Rectangle2003.png ├── Rectangle2004.png ├── Rectangle2005.png ├── Rectangle2006.png ├── Rectangle2007.png ├── Scatter0002.png ├── Scatter0003.png ├── Scatter0004.png ├── Scatter0005.png ├── Scatter0006.png ├── Scatter0007.png ├── Scatter0008.png ├── Scatter1000.png ├── Scatter1001.png ├── Scatter1002.png ├── Scatter1003.png ├── Scatter1004.png ├── Scatter1005.png ├── Scatter1006.png ├── Scatter1007.png ├── Scatter1008.png ├── Scatter1009.png ├── Scatter1010.png ├── Scatter1011.png ├── Scatter1012.png ├── Scatter1013.png ├── Scatter1014.png ├── Scatter2000.png ├── Scatter2001.png ├── Scatter2002.png ├── Scatter2003.png ├── Scatter2004.png ├── Scatter2005.png ├── Scatter2006.png ├── Scatter2007.png ├── Scatter2008.png ├── Scatter2009.png ├── Scatter2010.png ├── Scatter2011.png ├── Size0002.png ├── Size0003.png ├── Size1000.png ├── Size1001.png ├── Size2000.png ├── Size2001.png ├── Size2002.png ├── Size2003.png ├── Size2004.png ├── Size2005.png ├── Size2006.png ├── Size2007.png ├── Size2008.png ├── Size2009.png ├── Size2010.png ├── Size2011.png ├── Streamline0002.png ├── Streamline0004.png ├── Streamline1000.png ├── Streamline1001.png ├── Streamline1002.png ├── Streamline1003.png ├── Streamline1004.png ├── Streamline1005.png ├── Streamline1006.png ├── Streamline1007.png ├── Streamline1008.png ├── Streamline1009.png ├── Streamline1010.png ├── Streamline1011.png ├── Streamline2000.png ├── Streamline2001.png ├── Streamline2002.png ├── Streamline2003.png ├── Streamline2004.png ├── Streamline2005.png ├── Streamline2006.png ├── Streamline2007.png ├── Streamline2008.png ├── Streamline2009.png ├── Streamline2010.png ├── Streamline2011.png ├── Streamline2012.png ├── Streamline2013.png ├── Streamline2016.png ├── Streamline2017.png ├── Text0002.png ├── Text0003.png ├── Text0004.png ├── Text0005.png ├── Text0006.png ├── Text0007.png ├── Text0008.png ├── Text1000.png ├── Text1001.png ├── Text1002.png ├── Text1003.png ├── Text1004.png ├── Text1005.png ├── Text1006.png ├── Text1007.png ├── Text2000.png ├── Text2001.png ├── Text2002.png ├── Text2003.png ├── Text2004.png ├── Text2005.png ├── Text2006.png ├── Text2007.png ├── Text2008.png ├── Text2009.png ├── Text2010.png ├── Text2011.png ├── Text2012.png ├── Text2013.png ├── Text2014.png ├── Tiles0002.png ├── Tiles0004.png ├── Tiles0005.png ├── Tiles0006.png ├── Tiles0007.png ├── Tiles0008.png ├── Tiles1000.png ├── Tiles1001.png ├── Tiles1002.png ├── Tiles1003.png ├── Tiles1004.png ├── Tiles1005.png ├── Tiles1006.png ├── Tiles1007.png ├── Tiles1008.png ├── Tiles1009.png ├── Tiles1010.png ├── Tiles2000.png ├── Tiles2001.png ├── Tiles2002.png ├── Tiles2003.png ├── Tiles2004.png ├── Tiles2005.png ├── Tiles2006.png ├── Tiles2007.png ├── Title0002.png ├── Title0003.png ├── Title0004.png ├── Title1000.png ├── Title1001.png ├── Title1002.png ├── Title1003.png ├── Title1004.png ├── Title2000.png ├── VLine0002.png ├── VLine0004.png ├── VLine0005.png ├── VLine0006.png ├── VLine0007.png ├── VLine0008.png ├── VLine1000.png ├── VLine1001.png ├── VLine1002.png ├── VLine1003.png ├── VLine1004.png ├── VLine1005.png ├── VLine1006.png ├── VLine2000.png ├── VLine2001.png ├── VLine2002.png ├── VLine2003.png ├── VectorField0002.png ├── VectorField0004.png ├── VectorField1000.png ├── VectorField1001.png ├── VectorField1002.png ├── VectorField1003.png ├── VectorField1004.png ├── VectorField1005.png ├── VectorField1006.png ├── VectorField1007.png ├── VectorField1008.png ├── VectorField1009.png ├── VectorField1010.png ├── VectorField2000.png ├── VectorField2001.png ├── VectorField2002.png ├── VectorField2003.png ├── VectorField2004.png ├── VectorField2005.png ├── VectorField2006.png ├── VectorField2007.png ├── VectorField2008.png ├── VectorField2009.png ├── VectorField2010.png ├── View2000.png ├── XLabel0002.png ├── XLabel0003.png ├── XLabel0004.png ├── XLabel1000.png ├── XLabel1001.png ├── XLabel1002.png ├── XLabel1003.png ├── XLabel1004.png ├── XLabel2000.png ├── XTicks0002.png ├── XTicks0003.png ├── XTicks0004.png ├── XTicks1000.png ├── XTicks1001.png ├── XTicks1002.png ├── XTicks1003.png ├── XTicks1004.png ├── XTicks1005.png ├── XTicks2000.png ├── XTicks2002.png ├── XTicks2003.png ├── XTicks2004.png ├── YLabel0002.png ├── YLabel0004.png ├── YLabel1000.png ├── YLabel1001.png ├── YLabel1002.png ├── YLabel1003.png ├── YLabel1004.png ├── YLabel2000.png ├── YTicks0002.png ├── YTicks0003.png ├── YTicks0004.png ├── YTicks1000.png ├── YTicks1001.png ├── YTicks1002.png ├── YTicks1003.png ├── YTicks1004.png ├── YTicks1005.png ├── YTicks2000.png ├── YTicks2002.png ├── YTicks2003.png └── YTicks2004.png /.vipb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/.vipb -------------------------------------------------------------------------------- /Unit tests.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/Unit tests.docx -------------------------------------------------------------------------------- /docs/_static/bool_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/_static/bool_in.png -------------------------------------------------------------------------------- /docs/_static/bool_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/_static/bool_out.png -------------------------------------------------------------------------------- /docs/_static/cluster_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/_static/cluster_in.png -------------------------------------------------------------------------------- /docs/_static/double_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/_static/double_in.png -------------------------------------------------------------------------------- /docs/_static/double_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/_static/double_out.png -------------------------------------------------------------------------------- /docs/_static/enum_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/_static/enum_in.png -------------------------------------------------------------------------------- /docs/_static/enum_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/_static/enum_out.png -------------------------------------------------------------------------------- /docs/_static/error_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/_static/error_in.png -------------------------------------------------------------------------------- /docs/_static/error_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/_static/error_out.png -------------------------------------------------------------------------------- /docs/_static/int32_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/_static/int32_in.png -------------------------------------------------------------------------------- /docs/_static/int32_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/_static/int32_out.png -------------------------------------------------------------------------------- /docs/_static/path_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/_static/path_in.png -------------------------------------------------------------------------------- /docs/_static/ref_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/_static/ref_in.png -------------------------------------------------------------------------------- /docs/_static/single_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/_static/single_in.png -------------------------------------------------------------------------------- /docs/_static/string_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/_static/string_in.png -------------------------------------------------------------------------------- /docs/_static/string_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/_static/string_out.png -------------------------------------------------------------------------------- /docs/_static/uint32_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/_static/uint32_in.png -------------------------------------------------------------------------------- /docs/_static/uint32_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/_static/uint32_out.png -------------------------------------------------------------------------------- /docs/arrayview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/arrayview.png -------------------------------------------------------------------------------- /docs/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/bar.png -------------------------------------------------------------------------------- /docs/common_errors.txt: -------------------------------------------------------------------------------- 1 | * :ref:`error_polar` 2 | * :ref:`error_invalid` 3 | * :ref:`error_plotting` 4 | * :ref:`error_init` -------------------------------------------------------------------------------- /docs/common_errors_polarok.txt: -------------------------------------------------------------------------------- 1 | * :ref:`error_invalid` 2 | * :ref:`error_plotting` 3 | * :ref:`error_init` -------------------------------------------------------------------------------- /docs/contour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/contour.png -------------------------------------------------------------------------------- /docs/contourf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/contourf.png -------------------------------------------------------------------------------- /docs/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/empty.png -------------------------------------------------------------------------------- /docs/errorbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/errorbar.png -------------------------------------------------------------------------------- /docs/guide/AlphaExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/guide/AlphaExample.png -------------------------------------------------------------------------------- /docs/guide/PolarExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/guide/PolarExample.png -------------------------------------------------------------------------------- /docs/guide/TextExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/guide/TextExample.png -------------------------------------------------------------------------------- /docs/guide/cmap_control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/guide/cmap_control.png -------------------------------------------------------------------------------- /docs/guide/cmaps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/guide/cmaps.png -------------------------------------------------------------------------------- /docs/guide/context.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/guide/context.png -------------------------------------------------------------------------------- /docs/guide/cycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/guide/cycle.png -------------------------------------------------------------------------------- /docs/guide/demo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/guide/demo1.png -------------------------------------------------------------------------------- /docs/guide/demo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/guide/demo2.png -------------------------------------------------------------------------------- /docs/guide/demo3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/guide/demo3.png -------------------------------------------------------------------------------- /docs/guide/demo4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/guide/demo4.png -------------------------------------------------------------------------------- /docs/guide/demo5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/guide/demo5.png -------------------------------------------------------------------------------- /docs/guide/demo6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/guide/demo6.png -------------------------------------------------------------------------------- /docs/guide/demo7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/guide/demo7.png -------------------------------------------------------------------------------- /docs/guide/demo8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/guide/demo8.png -------------------------------------------------------------------------------- /docs/guide/demo9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/guide/demo9.png -------------------------------------------------------------------------------- /docs/guide/math.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/guide/math.png -------------------------------------------------------------------------------- /docs/guide/menuhelp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/guide/menuhelp.png -------------------------------------------------------------------------------- /docs/guide/props_pal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/guide/props_pal.png -------------------------------------------------------------------------------- /docs/hist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/hist.png -------------------------------------------------------------------------------- /docs/hist2d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/hist2d.png -------------------------------------------------------------------------------- /docs/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/line.png -------------------------------------------------------------------------------- /docs/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/more.png -------------------------------------------------------------------------------- /docs/ref/ArrayView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/ArrayView.png -------------------------------------------------------------------------------- /docs/ref/ArrayViewProps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/ArrayViewProps.png -------------------------------------------------------------------------------- /docs/ref/Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/Bar.png -------------------------------------------------------------------------------- /docs/ref/BarExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/BarExample.png -------------------------------------------------------------------------------- /docs/ref/BarProps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/BarProps.png -------------------------------------------------------------------------------- /docs/ref/Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/Circle.png -------------------------------------------------------------------------------- /docs/ref/Close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/Close.png -------------------------------------------------------------------------------- /docs/ref/Colorbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/Colorbar.png -------------------------------------------------------------------------------- /docs/ref/ContourExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/ContourExample.png -------------------------------------------------------------------------------- /docs/ref/ContourProps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/ContourProps.png -------------------------------------------------------------------------------- /docs/ref/Contour_Manual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/Contour_Manual.png -------------------------------------------------------------------------------- /docs/ref/Errorbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/Errorbar.png -------------------------------------------------------------------------------- /docs/ref/ErrorbarProps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/ErrorbarProps.png -------------------------------------------------------------------------------- /docs/ref/Grids.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/Grids.png -------------------------------------------------------------------------------- /docs/ref/GridsProps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/GridsProps.png -------------------------------------------------------------------------------- /docs/ref/HLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/HLine.png -------------------------------------------------------------------------------- /docs/ref/HVLineProps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/HVLineProps.png -------------------------------------------------------------------------------- /docs/ref/HistogramProps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/HistogramProps.png -------------------------------------------------------------------------------- /docs/ref/Init.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/Init.png -------------------------------------------------------------------------------- /docs/ref/IsValid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/IsValid.png -------------------------------------------------------------------------------- /docs/ref/LabelProps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/LabelProps.png -------------------------------------------------------------------------------- /docs/ref/Legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/Legend.png -------------------------------------------------------------------------------- /docs/ref/LegendExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/LegendExample.png -------------------------------------------------------------------------------- /docs/ref/Limits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/Limits.png -------------------------------------------------------------------------------- /docs/ref/Line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/Line.png -------------------------------------------------------------------------------- /docs/ref/LineExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/LineExample.png -------------------------------------------------------------------------------- /docs/ref/LineProps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/LineProps.png -------------------------------------------------------------------------------- /docs/ref/New.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/New.png -------------------------------------------------------------------------------- /docs/ref/NewProps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/NewProps.png -------------------------------------------------------------------------------- /docs/ref/Rectangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/Rectangle.png -------------------------------------------------------------------------------- /docs/ref/Save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/Save.png -------------------------------------------------------------------------------- /docs/ref/ScalesExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/ScalesExample.png -------------------------------------------------------------------------------- /docs/ref/Scatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/Scatter.png -------------------------------------------------------------------------------- /docs/ref/ScatterExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/ScatterExample.png -------------------------------------------------------------------------------- /docs/ref/ScatterProps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/ScatterProps.png -------------------------------------------------------------------------------- /docs/ref/ShapeProps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/ShapeProps.png -------------------------------------------------------------------------------- /docs/ref/ShapesExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/ShapesExample.png -------------------------------------------------------------------------------- /docs/ref/Size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/Size.png -------------------------------------------------------------------------------- /docs/ref/Streamline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/Streamline.png -------------------------------------------------------------------------------- /docs/ref/Text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/Text.png -------------------------------------------------------------------------------- /docs/ref/TextExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/TextExample.png -------------------------------------------------------------------------------- /docs/ref/TextProps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/TextProps.png -------------------------------------------------------------------------------- /docs/ref/TickProps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/TickProps.png -------------------------------------------------------------------------------- /docs/ref/Tiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/Tiles.png -------------------------------------------------------------------------------- /docs/ref/TilesExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/TilesExample.png -------------------------------------------------------------------------------- /docs/ref/TilesProps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/TilesProps.png -------------------------------------------------------------------------------- /docs/ref/Title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/Title.png -------------------------------------------------------------------------------- /docs/ref/VLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/VLine.png -------------------------------------------------------------------------------- /docs/ref/VectorField.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/VectorField.png -------------------------------------------------------------------------------- /docs/ref/View.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/View.png -------------------------------------------------------------------------------- /docs/ref/XLabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/XLabel.png -------------------------------------------------------------------------------- /docs/ref/XTicks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/XTicks.png -------------------------------------------------------------------------------- /docs/ref/YLabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/YLabel.png -------------------------------------------------------------------------------- /docs/ref/YTicks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/ref/YTicks.png -------------------------------------------------------------------------------- /docs/scatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/scatter.png -------------------------------------------------------------------------------- /docs/stderr.txt: -------------------------------------------------------------------------------- 1 | |error_in| |error_out| **Error In/Out** 2 | Terminals for standard error functionality. 3 | -------------------------------------------------------------------------------- /docs/stdpolar_ok.txt: -------------------------------------------------------------------------------- 1 | Axis Types 2 | ---------- 3 | 4 | This VI supports both rectangular and :ref:`polar ` axes. -------------------------------------------------------------------------------- /docs/streamline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/streamline.png -------------------------------------------------------------------------------- /docs/vectorfield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/docs/vectorfield.png -------------------------------------------------------------------------------- /examples/About.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/About.vi -------------------------------------------------------------------------------- /examples/ArrayView.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/ArrayView.vi -------------------------------------------------------------------------------- /examples/Bar Plot.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Bar Plot.vi -------------------------------------------------------------------------------- /examples/Color Cycle.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Color Cycle.vi -------------------------------------------------------------------------------- /examples/Contour Plot.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Contour Plot.vi -------------------------------------------------------------------------------- /examples/Error Bars.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Error Bars.vi -------------------------------------------------------------------------------- /examples/Error.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Error.vi -------------------------------------------------------------------------------- /examples/ExportDemos.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/ExportDemos.vi -------------------------------------------------------------------------------- /examples/Getting Started.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Getting Started.vi -------------------------------------------------------------------------------- /examples/Histogram 2D.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Histogram 2D.vi -------------------------------------------------------------------------------- /examples/Histogram.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Histogram.vi -------------------------------------------------------------------------------- /examples/Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Icon.ico -------------------------------------------------------------------------------- /examples/IconInstall.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/IconInstall.ico -------------------------------------------------------------------------------- /examples/Legend.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Legend.vi -------------------------------------------------------------------------------- /examples/Line Plot.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Line Plot.vi -------------------------------------------------------------------------------- /examples/LogScales.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/LogScales.vi -------------------------------------------------------------------------------- /examples/Performance.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Performance.vi -------------------------------------------------------------------------------- /examples/Polar Plots.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Polar Plots.vi -------------------------------------------------------------------------------- /examples/Resizing.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Resizing.vi -------------------------------------------------------------------------------- /examples/Saving to Disk.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Saving to Disk.vi -------------------------------------------------------------------------------- /examples/Scatter.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Scatter.vi -------------------------------------------------------------------------------- /examples/Shapes.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Shapes.vi -------------------------------------------------------------------------------- /examples/Splash.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Splash.vi -------------------------------------------------------------------------------- /examples/StandaloneDemo.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/StandaloneDemo.vi -------------------------------------------------------------------------------- /examples/Streamlines.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Streamlines.vi -------------------------------------------------------------------------------- /examples/Text Markup.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Text Markup.vi -------------------------------------------------------------------------------- /examples/Tile Plot.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Tile Plot.vi -------------------------------------------------------------------------------- /examples/Vector Field.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/examples/Vector Field.vi -------------------------------------------------------------------------------- /labview/Config.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/Config.vi -------------------------------------------------------------------------------- /labview/PatchForRelease.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/PatchForRelease.vi -------------------------------------------------------------------------------- /labview/api_core/Close.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/api_core/Close.vi -------------------------------------------------------------------------------- /labview/api_core/Init.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/api_core/Init.vi -------------------------------------------------------------------------------- /labview/api_core/IsValid.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/api_core/IsValid.vi -------------------------------------------------------------------------------- /labview/api_core/New.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/api_core/New.vi -------------------------------------------------------------------------------- /labview/api_core/Save.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/api_core/Save.vi -------------------------------------------------------------------------------- /labview/api_core/View.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/api_core/View.vi -------------------------------------------------------------------------------- /labview/api_figure/Grids.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/api_figure/Grids.vi -------------------------------------------------------------------------------- /labview/api_figure/Size.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/api_figure/Size.vi -------------------------------------------------------------------------------- /labview/api_plotting/Bar.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/api_plotting/Bar.vi -------------------------------------------------------------------------------- /labview/priv/Add_Bool.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/priv/Add_Bool.vi -------------------------------------------------------------------------------- /labview/priv/Add_Color.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/priv/Add_Color.vi -------------------------------------------------------------------------------- /labview/priv/Add_Dbl.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/priv/Add_Dbl.vi -------------------------------------------------------------------------------- /labview/priv/Add_Dbl_1D.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/priv/Add_Dbl_1D.vi -------------------------------------------------------------------------------- /labview/priv/Add_Dbl_2D.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/priv/Add_Dbl_2D.vi -------------------------------------------------------------------------------- /labview/priv/Add_Int.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/priv/Add_Int.vi -------------------------------------------------------------------------------- /labview/priv/Add_String.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/priv/Add_String.vi -------------------------------------------------------------------------------- /labview/priv/BuildError.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/priv/BuildError.vi -------------------------------------------------------------------------------- /labview/priv/FastPost.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/priv/FastPost.vi -------------------------------------------------------------------------------- /labview/priv/KeyValue.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/priv/KeyValue.ctl -------------------------------------------------------------------------------- /labview/priv/Python.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/priv/Python.vi -------------------------------------------------------------------------------- /labview/priv/SerialCall.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/priv/SerialCall.vi -------------------------------------------------------------------------------- /labview/priv/SerialInit.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/priv/SerialInit.vi -------------------------------------------------------------------------------- /labview/properties/Line.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/properties/Line.ctl -------------------------------------------------------------------------------- /labview/properties/Text.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/properties/Text.ctl -------------------------------------------------------------------------------- /labview/typedefs/PlotID.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/labview/typedefs/PlotID.ctl -------------------------------------------------------------------------------- /tests/AssertError.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/AssertError.vi -------------------------------------------------------------------------------- /tests/AssertTrue.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/AssertTrue.vi -------------------------------------------------------------------------------- /tests/Compare.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Compare.vi -------------------------------------------------------------------------------- /tests/ErrorCodes.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ErrorCodes.ctl -------------------------------------------------------------------------------- /tests/LogResult.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/LogResult.vi -------------------------------------------------------------------------------- /tests/ModeType.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ModeType.ctl -------------------------------------------------------------------------------- /tests/OutputDirectory.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/OutputDirectory.vi -------------------------------------------------------------------------------- /tests/Run.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Run.vi -------------------------------------------------------------------------------- /tests/RunAndExit.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/RunAndExit.vi -------------------------------------------------------------------------------- /tests/Template.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Template.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar0001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar0001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar0002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar0002.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar0003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar0003.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar0004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar0004.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar0005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar0005.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar0006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar0006.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar0007.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar0007.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar0008.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar0008.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar1000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar1000.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar1001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar1001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar1002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar1002.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar1003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar1003.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar1004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar1004.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar1005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar1005.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar1006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar1006.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar1007.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar1007.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar1008.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar1008.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar1009.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar1009.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar2000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar2000.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar2001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar2001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar2002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar2002.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar2003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar2003.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar2004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar2004.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar2005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar2005.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar2006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar2006.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar2007.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar2007.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar2008.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar2008.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar2009.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar2009.vi -------------------------------------------------------------------------------- /tests/Test VIs/Bar2010.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Bar2010.vi -------------------------------------------------------------------------------- /tests/Test VIs/Close2000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Close2000.vi -------------------------------------------------------------------------------- /tests/Test VIs/Close2001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Close2001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Grids0001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Grids0001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Grids0002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Grids0002.vi -------------------------------------------------------------------------------- /tests/Test VIs/Grids0003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Grids0003.vi -------------------------------------------------------------------------------- /tests/Test VIs/Grids0004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Grids0004.vi -------------------------------------------------------------------------------- /tests/Test VIs/Grids0005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Grids0005.vi -------------------------------------------------------------------------------- /tests/Test VIs/Grids0006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Grids0006.vi -------------------------------------------------------------------------------- /tests/Test VIs/Grids0007.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Grids0007.vi -------------------------------------------------------------------------------- /tests/Test VIs/Grids0008.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Grids0008.vi -------------------------------------------------------------------------------- /tests/Test VIs/Grids1000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Grids1000.vi -------------------------------------------------------------------------------- /tests/Test VIs/Grids1001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Grids1001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Grids1002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Grids1002.vi -------------------------------------------------------------------------------- /tests/Test VIs/HLine0001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/HLine0001.vi -------------------------------------------------------------------------------- /tests/Test VIs/HLine0002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/HLine0002.vi -------------------------------------------------------------------------------- /tests/Test VIs/HLine0003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/HLine0003.vi -------------------------------------------------------------------------------- /tests/Test VIs/HLine0004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/HLine0004.vi -------------------------------------------------------------------------------- /tests/Test VIs/HLine0005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/HLine0005.vi -------------------------------------------------------------------------------- /tests/Test VIs/HLine0006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/HLine0006.vi -------------------------------------------------------------------------------- /tests/Test VIs/HLine0007.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/HLine0007.vi -------------------------------------------------------------------------------- /tests/Test VIs/HLine0008.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/HLine0008.vi -------------------------------------------------------------------------------- /tests/Test VIs/HLine1000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/HLine1000.vi -------------------------------------------------------------------------------- /tests/Test VIs/HLine1001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/HLine1001.vi -------------------------------------------------------------------------------- /tests/Test VIs/HLine1002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/HLine1002.vi -------------------------------------------------------------------------------- /tests/Test VIs/HLine1003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/HLine1003.vi -------------------------------------------------------------------------------- /tests/Test VIs/HLine1004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/HLine1004.vi -------------------------------------------------------------------------------- /tests/Test VIs/HLine1005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/HLine1005.vi -------------------------------------------------------------------------------- /tests/Test VIs/HLine1006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/HLine1006.vi -------------------------------------------------------------------------------- /tests/Test VIs/HLine2000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/HLine2000.vi -------------------------------------------------------------------------------- /tests/Test VIs/HLine2001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/HLine2001.vi -------------------------------------------------------------------------------- /tests/Test VIs/HLine2002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/HLine2002.vi -------------------------------------------------------------------------------- /tests/Test VIs/HLine2003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/HLine2003.vi -------------------------------------------------------------------------------- /tests/Test VIs/Init2000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Init2000.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line0001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line0001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line0002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line0002.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line0003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line0003.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line0004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line0004.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line0005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line0005.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line0006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line0006.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line0007.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line0007.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line0008.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line0008.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line1000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line1000.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line1001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line1001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line1002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line1002.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line1003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line1003.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line1004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line1004.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line1005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line1005.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line1006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line1006.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line1007.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line1007.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line1008.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line1008.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line1009.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line1009.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line2000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line2000.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line2001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line2001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line2002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line2002.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line2003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line2003.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line2004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line2004.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line2005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line2005.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line2006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line2006.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line2007.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line2007.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line2008.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line2008.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line2009.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line2009.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line2010.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line2010.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line2011.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line2011.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line2012.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line2012.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line2013.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line2013.vi -------------------------------------------------------------------------------- /tests/Test VIs/Line2014.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Line2014.vi -------------------------------------------------------------------------------- /tests/Test VIs/New0002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/New0002.vi -------------------------------------------------------------------------------- /tests/Test VIs/New0004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/New0004.vi -------------------------------------------------------------------------------- /tests/Test VIs/New1000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/New1000.vi -------------------------------------------------------------------------------- /tests/Test VIs/New1001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/New1001.vi -------------------------------------------------------------------------------- /tests/Test VIs/New1002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/New1002.vi -------------------------------------------------------------------------------- /tests/Test VIs/New1003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/New1003.vi -------------------------------------------------------------------------------- /tests/Test VIs/New1004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/New1004.vi -------------------------------------------------------------------------------- /tests/Test VIs/New1005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/New1005.vi -------------------------------------------------------------------------------- /tests/Test VIs/New1006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/New1006.vi -------------------------------------------------------------------------------- /tests/Test VIs/New1007.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/New1007.vi -------------------------------------------------------------------------------- /tests/Test VIs/New1008.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/New1008.vi -------------------------------------------------------------------------------- /tests/Test VIs/New1009.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/New1009.vi -------------------------------------------------------------------------------- /tests/Test VIs/New2000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/New2000.vi -------------------------------------------------------------------------------- /tests/Test VIs/New2001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/New2001.vi -------------------------------------------------------------------------------- /tests/Test VIs/New2002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/New2002.vi -------------------------------------------------------------------------------- /tests/Test VIs/New2003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/New2003.vi -------------------------------------------------------------------------------- /tests/Test VIs/New2004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/New2004.vi -------------------------------------------------------------------------------- /tests/Test VIs/New2005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/New2005.vi -------------------------------------------------------------------------------- /tests/Test VIs/New2006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/New2006.vi -------------------------------------------------------------------------------- /tests/Test VIs/Save0001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Save0001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Save2000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Save2000.vi -------------------------------------------------------------------------------- /tests/Test VIs/Save2002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Save2002.vi -------------------------------------------------------------------------------- /tests/Test VIs/Save2003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Save2003.vi -------------------------------------------------------------------------------- /tests/Test VIs/Save2004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Save2004.vi -------------------------------------------------------------------------------- /tests/Test VIs/Save2005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Save2005.vi -------------------------------------------------------------------------------- /tests/Test VIs/Save2006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Save2006.vi -------------------------------------------------------------------------------- /tests/Test VIs/Save2007.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Save2007.vi -------------------------------------------------------------------------------- /tests/Test VIs/Save2008.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Save2008.vi -------------------------------------------------------------------------------- /tests/Test VIs/Save2009.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Save2009.vi -------------------------------------------------------------------------------- /tests/Test VIs/Save2010.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Save2010.vi -------------------------------------------------------------------------------- /tests/Test VIs/Save2011.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Save2011.vi -------------------------------------------------------------------------------- /tests/Test VIs/Save2012.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Save2012.vi -------------------------------------------------------------------------------- /tests/Test VIs/Size0001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Size0001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Size0002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Size0002.vi -------------------------------------------------------------------------------- /tests/Test VIs/Size0003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Size0003.vi -------------------------------------------------------------------------------- /tests/Test VIs/Size1000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Size1000.vi -------------------------------------------------------------------------------- /tests/Test VIs/Size1001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Size1001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Size2000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Size2000.vi -------------------------------------------------------------------------------- /tests/Test VIs/Size2001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Size2001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Size2002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Size2002.vi -------------------------------------------------------------------------------- /tests/Test VIs/Size2003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Size2003.vi -------------------------------------------------------------------------------- /tests/Test VIs/Size2004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Size2004.vi -------------------------------------------------------------------------------- /tests/Test VIs/Size2005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Size2005.vi -------------------------------------------------------------------------------- /tests/Test VIs/Size2006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Size2006.vi -------------------------------------------------------------------------------- /tests/Test VIs/Size2007.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Size2007.vi -------------------------------------------------------------------------------- /tests/Test VIs/Size2008.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Size2008.vi -------------------------------------------------------------------------------- /tests/Test VIs/Size2009.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Size2009.vi -------------------------------------------------------------------------------- /tests/Test VIs/Size2010.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Size2010.vi -------------------------------------------------------------------------------- /tests/Test VIs/Size2011.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Size2011.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text0001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text0001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text0002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text0002.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text0003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text0003.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text0004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text0004.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text0005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text0005.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text0006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text0006.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text0007.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text0007.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text0008.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text0008.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text1000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text1000.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text1001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text1001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text1002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text1002.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text1003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text1003.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text1004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text1004.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text1005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text1005.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text1006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text1006.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text1007.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text1007.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text2000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text2000.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text2001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text2001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text2002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text2002.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text2003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text2003.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text2004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text2004.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text2005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text2005.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text2006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text2006.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text2007.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text2007.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text2008.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text2008.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text2009.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text2009.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text2010.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text2010.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text2011.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text2011.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text2012.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text2012.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text2013.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text2013.vi -------------------------------------------------------------------------------- /tests/Test VIs/Text2014.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Text2014.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles0001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles0001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles0002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles0002.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles0003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles0003.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles0004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles0004.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles0005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles0005.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles0006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles0006.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles0007.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles0007.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles0008.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles0008.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles1000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles1000.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles1001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles1001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles1002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles1002.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles1003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles1003.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles1004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles1004.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles1005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles1005.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles1006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles1006.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles1007.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles1007.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles1008.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles1008.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles1009.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles1009.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles1010.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles1010.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles2000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles2000.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles2001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles2001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles2002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles2002.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles2003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles2003.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles2004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles2004.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles2005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles2005.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles2006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles2006.vi -------------------------------------------------------------------------------- /tests/Test VIs/Tiles2007.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Tiles2007.vi -------------------------------------------------------------------------------- /tests/Test VIs/Title0001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Title0001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Title0002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Title0002.vi -------------------------------------------------------------------------------- /tests/Test VIs/Title0003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Title0003.vi -------------------------------------------------------------------------------- /tests/Test VIs/Title0004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Title0004.vi -------------------------------------------------------------------------------- /tests/Test VIs/Title1000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Title1000.vi -------------------------------------------------------------------------------- /tests/Test VIs/Title1001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Title1001.vi -------------------------------------------------------------------------------- /tests/Test VIs/Title1002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Title1002.vi -------------------------------------------------------------------------------- /tests/Test VIs/Title1003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Title1003.vi -------------------------------------------------------------------------------- /tests/Test VIs/Title1004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Title1004.vi -------------------------------------------------------------------------------- /tests/Test VIs/Title2000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/Title2000.vi -------------------------------------------------------------------------------- /tests/Test VIs/VLine0001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/VLine0001.vi -------------------------------------------------------------------------------- /tests/Test VIs/VLine0002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/VLine0002.vi -------------------------------------------------------------------------------- /tests/Test VIs/VLine0003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/VLine0003.vi -------------------------------------------------------------------------------- /tests/Test VIs/VLine0004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/VLine0004.vi -------------------------------------------------------------------------------- /tests/Test VIs/VLine0005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/VLine0005.vi -------------------------------------------------------------------------------- /tests/Test VIs/VLine0006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/VLine0006.vi -------------------------------------------------------------------------------- /tests/Test VIs/VLine0007.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/VLine0007.vi -------------------------------------------------------------------------------- /tests/Test VIs/VLine0008.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/VLine0008.vi -------------------------------------------------------------------------------- /tests/Test VIs/VLine1000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/VLine1000.vi -------------------------------------------------------------------------------- /tests/Test VIs/VLine1001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/VLine1001.vi -------------------------------------------------------------------------------- /tests/Test VIs/VLine1002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/VLine1002.vi -------------------------------------------------------------------------------- /tests/Test VIs/VLine1003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/VLine1003.vi -------------------------------------------------------------------------------- /tests/Test VIs/VLine1004.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/VLine1004.vi -------------------------------------------------------------------------------- /tests/Test VIs/VLine1005.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/VLine1005.vi -------------------------------------------------------------------------------- /tests/Test VIs/VLine1006.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/VLine1006.vi -------------------------------------------------------------------------------- /tests/Test VIs/VLine2000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/VLine2000.vi -------------------------------------------------------------------------------- /tests/Test VIs/VLine2001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/VLine2001.vi -------------------------------------------------------------------------------- /tests/Test VIs/VLine2002.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/VLine2002.vi -------------------------------------------------------------------------------- /tests/Test VIs/VLine2003.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/VLine2003.vi -------------------------------------------------------------------------------- /tests/Test VIs/View0001.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/View0001.vi -------------------------------------------------------------------------------- /tests/Test VIs/View2000.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/Test VIs/View2000.vi -------------------------------------------------------------------------------- /tests/ref/ArrayView0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/ArrayView0002.png -------------------------------------------------------------------------------- /tests/ref/ArrayView0004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/ArrayView0004.png -------------------------------------------------------------------------------- /tests/ref/ArrayView1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/ArrayView1000.png -------------------------------------------------------------------------------- /tests/ref/ArrayView1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/ArrayView1001.png -------------------------------------------------------------------------------- /tests/ref/ArrayView1002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/ArrayView1002.png -------------------------------------------------------------------------------- /tests/ref/ArrayView1003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/ArrayView1003.png -------------------------------------------------------------------------------- /tests/ref/ArrayView1004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/ArrayView1004.png -------------------------------------------------------------------------------- /tests/ref/ArrayView1005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/ArrayView1005.png -------------------------------------------------------------------------------- /tests/ref/ArrayView1006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/ArrayView1006.png -------------------------------------------------------------------------------- /tests/ref/ArrayView1007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/ArrayView1007.png -------------------------------------------------------------------------------- /tests/ref/ArrayView1008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/ArrayView1008.png -------------------------------------------------------------------------------- /tests/ref/ArrayView1009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/ArrayView1009.png -------------------------------------------------------------------------------- /tests/ref/ArrayView2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/ArrayView2000.png -------------------------------------------------------------------------------- /tests/ref/ArrayView2001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/ArrayView2001.png -------------------------------------------------------------------------------- /tests/ref/ArrayView2002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/ArrayView2002.png -------------------------------------------------------------------------------- /tests/ref/ArrayView2003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/ArrayView2003.png -------------------------------------------------------------------------------- /tests/ref/ArrayView2004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/ArrayView2004.png -------------------------------------------------------------------------------- /tests/ref/ArrayView2005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/ArrayView2005.png -------------------------------------------------------------------------------- /tests/ref/ArrayView2006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/ArrayView2006.png -------------------------------------------------------------------------------- /tests/ref/Bar0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar0002.png -------------------------------------------------------------------------------- /tests/ref/Bar0003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar0003.png -------------------------------------------------------------------------------- /tests/ref/Bar0004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar0004.png -------------------------------------------------------------------------------- /tests/ref/Bar0005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar0005.png -------------------------------------------------------------------------------- /tests/ref/Bar0006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar0006.png -------------------------------------------------------------------------------- /tests/ref/Bar0007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar0007.png -------------------------------------------------------------------------------- /tests/ref/Bar0008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar0008.png -------------------------------------------------------------------------------- /tests/ref/Bar1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar1000.png -------------------------------------------------------------------------------- /tests/ref/Bar1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar1001.png -------------------------------------------------------------------------------- /tests/ref/Bar1002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar1002.png -------------------------------------------------------------------------------- /tests/ref/Bar1003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar1003.png -------------------------------------------------------------------------------- /tests/ref/Bar1004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar1004.png -------------------------------------------------------------------------------- /tests/ref/Bar1005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar1005.png -------------------------------------------------------------------------------- /tests/ref/Bar1006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar1006.png -------------------------------------------------------------------------------- /tests/ref/Bar1007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar1007.png -------------------------------------------------------------------------------- /tests/ref/Bar1008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar1008.png -------------------------------------------------------------------------------- /tests/ref/Bar1009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar1009.png -------------------------------------------------------------------------------- /tests/ref/Bar2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar2000.png -------------------------------------------------------------------------------- /tests/ref/Bar2001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar2001.png -------------------------------------------------------------------------------- /tests/ref/Bar2002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar2002.png -------------------------------------------------------------------------------- /tests/ref/Bar2003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar2003.png -------------------------------------------------------------------------------- /tests/ref/Bar2004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar2004.png -------------------------------------------------------------------------------- /tests/ref/Bar2005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar2005.png -------------------------------------------------------------------------------- /tests/ref/Bar2006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar2006.png -------------------------------------------------------------------------------- /tests/ref/Bar2007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar2007.png -------------------------------------------------------------------------------- /tests/ref/Bar2008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar2008.png -------------------------------------------------------------------------------- /tests/ref/Bar2009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar2009.png -------------------------------------------------------------------------------- /tests/ref/Bar2010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Bar2010.png -------------------------------------------------------------------------------- /tests/ref/Circle0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Circle0002.png -------------------------------------------------------------------------------- /tests/ref/Circle0004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Circle0004.png -------------------------------------------------------------------------------- /tests/ref/Circle1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Circle1000.png -------------------------------------------------------------------------------- /tests/ref/Circle1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Circle1001.png -------------------------------------------------------------------------------- /tests/ref/Circle1002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Circle1002.png -------------------------------------------------------------------------------- /tests/ref/Circle1003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Circle1003.png -------------------------------------------------------------------------------- /tests/ref/Circle1004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Circle1004.png -------------------------------------------------------------------------------- /tests/ref/Circle1005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Circle1005.png -------------------------------------------------------------------------------- /tests/ref/Circle2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Circle2000.png -------------------------------------------------------------------------------- /tests/ref/Circle2001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Circle2001.png -------------------------------------------------------------------------------- /tests/ref/Circle2002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Circle2002.png -------------------------------------------------------------------------------- /tests/ref/Circle2003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Circle2003.png -------------------------------------------------------------------------------- /tests/ref/Circle2004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Circle2004.png -------------------------------------------------------------------------------- /tests/ref/Colorbar0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colorbar0002.png -------------------------------------------------------------------------------- /tests/ref/Colorbar0003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colorbar0003.png -------------------------------------------------------------------------------- /tests/ref/Colorbar1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colorbar1000.png -------------------------------------------------------------------------------- /tests/ref/Colorbar1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colorbar1001.png -------------------------------------------------------------------------------- /tests/ref/Colorbar1002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colorbar1002.png -------------------------------------------------------------------------------- /tests/ref/Colorbar2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colorbar2000.png -------------------------------------------------------------------------------- /tests/ref/Colorbar2001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colorbar2001.png -------------------------------------------------------------------------------- /tests/ref/Colorbar2002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colorbar2002.png -------------------------------------------------------------------------------- /tests/ref/Colorbar2003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colorbar2003.png -------------------------------------------------------------------------------- /tests/ref/Colorbar2004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colorbar2004.png -------------------------------------------------------------------------------- /tests/ref/Colormaps2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colormaps2000.png -------------------------------------------------------------------------------- /tests/ref/Colormaps2001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colormaps2001.png -------------------------------------------------------------------------------- /tests/ref/Colormaps2002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colormaps2002.png -------------------------------------------------------------------------------- /tests/ref/Colormaps2003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colormaps2003.png -------------------------------------------------------------------------------- /tests/ref/Colormaps2004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colormaps2004.png -------------------------------------------------------------------------------- /tests/ref/Colormaps2005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colormaps2005.png -------------------------------------------------------------------------------- /tests/ref/Colormaps2006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colormaps2006.png -------------------------------------------------------------------------------- /tests/ref/Colormaps2007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colormaps2007.png -------------------------------------------------------------------------------- /tests/ref/Colormaps2008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colormaps2008.png -------------------------------------------------------------------------------- /tests/ref/Colormaps2009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colormaps2009.png -------------------------------------------------------------------------------- /tests/ref/Colormaps2010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colormaps2010.png -------------------------------------------------------------------------------- /tests/ref/Colormaps2011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colormaps2011.png -------------------------------------------------------------------------------- /tests/ref/Colormaps2012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colormaps2012.png -------------------------------------------------------------------------------- /tests/ref/Colormaps2013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Colormaps2013.png -------------------------------------------------------------------------------- /tests/ref/Errorbar0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar0002.png -------------------------------------------------------------------------------- /tests/ref/Errorbar0004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar0004.png -------------------------------------------------------------------------------- /tests/ref/Errorbar0005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar0005.png -------------------------------------------------------------------------------- /tests/ref/Errorbar0006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar0006.png -------------------------------------------------------------------------------- /tests/ref/Errorbar0007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar0007.png -------------------------------------------------------------------------------- /tests/ref/Errorbar0008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar0008.png -------------------------------------------------------------------------------- /tests/ref/Errorbar1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar1000.png -------------------------------------------------------------------------------- /tests/ref/Errorbar1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar1001.png -------------------------------------------------------------------------------- /tests/ref/Errorbar1002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar1002.png -------------------------------------------------------------------------------- /tests/ref/Errorbar1003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar1003.png -------------------------------------------------------------------------------- /tests/ref/Errorbar1004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar1004.png -------------------------------------------------------------------------------- /tests/ref/Errorbar1005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar1005.png -------------------------------------------------------------------------------- /tests/ref/Errorbar1006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar1006.png -------------------------------------------------------------------------------- /tests/ref/Errorbar2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar2000.png -------------------------------------------------------------------------------- /tests/ref/Errorbar2001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar2001.png -------------------------------------------------------------------------------- /tests/ref/Errorbar2002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar2002.png -------------------------------------------------------------------------------- /tests/ref/Errorbar2003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar2003.png -------------------------------------------------------------------------------- /tests/ref/Errorbar2004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar2004.png -------------------------------------------------------------------------------- /tests/ref/Errorbar2005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar2005.png -------------------------------------------------------------------------------- /tests/ref/Errorbar2006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar2006.png -------------------------------------------------------------------------------- /tests/ref/Errorbar2007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar2007.png -------------------------------------------------------------------------------- /tests/ref/Errorbar2008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar2008.png -------------------------------------------------------------------------------- /tests/ref/Errorbar2009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar2009.png -------------------------------------------------------------------------------- /tests/ref/Errorbar2010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar2010.png -------------------------------------------------------------------------------- /tests/ref/Errorbar2011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar2011.png -------------------------------------------------------------------------------- /tests/ref/Errorbar2012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Errorbar2012.png -------------------------------------------------------------------------------- /tests/ref/Grids0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Grids0002.png -------------------------------------------------------------------------------- /tests/ref/Grids0003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Grids0003.png -------------------------------------------------------------------------------- /tests/ref/Grids0004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Grids0004.png -------------------------------------------------------------------------------- /tests/ref/Grids0005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Grids0005.png -------------------------------------------------------------------------------- /tests/ref/Grids0006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Grids0006.png -------------------------------------------------------------------------------- /tests/ref/Grids0007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Grids0007.png -------------------------------------------------------------------------------- /tests/ref/Grids0008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Grids0008.png -------------------------------------------------------------------------------- /tests/ref/Grids1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Grids1000.png -------------------------------------------------------------------------------- /tests/ref/Grids1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Grids1001.png -------------------------------------------------------------------------------- /tests/ref/Grids1002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Grids1002.png -------------------------------------------------------------------------------- /tests/ref/HLine0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/HLine0002.png -------------------------------------------------------------------------------- /tests/ref/HLine0004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/HLine0004.png -------------------------------------------------------------------------------- /tests/ref/HLine0005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/HLine0005.png -------------------------------------------------------------------------------- /tests/ref/HLine0006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/HLine0006.png -------------------------------------------------------------------------------- /tests/ref/HLine0007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/HLine0007.png -------------------------------------------------------------------------------- /tests/ref/HLine0008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/HLine0008.png -------------------------------------------------------------------------------- /tests/ref/HLine1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/HLine1000.png -------------------------------------------------------------------------------- /tests/ref/HLine1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/HLine1001.png -------------------------------------------------------------------------------- /tests/ref/HLine1002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/HLine1002.png -------------------------------------------------------------------------------- /tests/ref/HLine1003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/HLine1003.png -------------------------------------------------------------------------------- /tests/ref/HLine1004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/HLine1004.png -------------------------------------------------------------------------------- /tests/ref/HLine1005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/HLine1005.png -------------------------------------------------------------------------------- /tests/ref/HLine1006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/HLine1006.png -------------------------------------------------------------------------------- /tests/ref/HLine2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/HLine2000.png -------------------------------------------------------------------------------- /tests/ref/HLine2001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/HLine2001.png -------------------------------------------------------------------------------- /tests/ref/HLine2002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/HLine2002.png -------------------------------------------------------------------------------- /tests/ref/HLine2003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/HLine2003.png -------------------------------------------------------------------------------- /tests/ref/Histogram0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram0002.png -------------------------------------------------------------------------------- /tests/ref/Histogram0003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram0003.png -------------------------------------------------------------------------------- /tests/ref/Histogram0004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram0004.png -------------------------------------------------------------------------------- /tests/ref/Histogram0005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram0005.png -------------------------------------------------------------------------------- /tests/ref/Histogram0006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram0006.png -------------------------------------------------------------------------------- /tests/ref/Histogram0007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram0007.png -------------------------------------------------------------------------------- /tests/ref/Histogram0008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram0008.png -------------------------------------------------------------------------------- /tests/ref/Histogram1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram1000.png -------------------------------------------------------------------------------- /tests/ref/Histogram1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram1001.png -------------------------------------------------------------------------------- /tests/ref/Histogram1002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram1002.png -------------------------------------------------------------------------------- /tests/ref/Histogram1003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram1003.png -------------------------------------------------------------------------------- /tests/ref/Histogram1004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram1004.png -------------------------------------------------------------------------------- /tests/ref/Histogram1005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram1005.png -------------------------------------------------------------------------------- /tests/ref/Histogram1006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram1006.png -------------------------------------------------------------------------------- /tests/ref/Histogram1007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram1007.png -------------------------------------------------------------------------------- /tests/ref/Histogram1008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram1008.png -------------------------------------------------------------------------------- /tests/ref/Histogram1009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram1009.png -------------------------------------------------------------------------------- /tests/ref/Histogram1010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram1010.png -------------------------------------------------------------------------------- /tests/ref/Histogram1011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram1011.png -------------------------------------------------------------------------------- /tests/ref/Histogram2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram2000.png -------------------------------------------------------------------------------- /tests/ref/Histogram2001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram2001.png -------------------------------------------------------------------------------- /tests/ref/Histogram2002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram2002.png -------------------------------------------------------------------------------- /tests/ref/Histogram2003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram2003.png -------------------------------------------------------------------------------- /tests/ref/Histogram2004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram2004.png -------------------------------------------------------------------------------- /tests/ref/Histogram2005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram2005.png -------------------------------------------------------------------------------- /tests/ref/Histogram2006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram2006.png -------------------------------------------------------------------------------- /tests/ref/Histogram2007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram2007.png -------------------------------------------------------------------------------- /tests/ref/Histogram2008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram2008.png -------------------------------------------------------------------------------- /tests/ref/Histogram2009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Histogram2009.png -------------------------------------------------------------------------------- /tests/ref/Legend0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Legend0002.png -------------------------------------------------------------------------------- /tests/ref/Legend0003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Legend0003.png -------------------------------------------------------------------------------- /tests/ref/Legend1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Legend1000.png -------------------------------------------------------------------------------- /tests/ref/Legend2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Legend2000.png -------------------------------------------------------------------------------- /tests/ref/Legend2001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Legend2001.png -------------------------------------------------------------------------------- /tests/ref/Legend2002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Legend2002.png -------------------------------------------------------------------------------- /tests/ref/Legend2003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Legend2003.png -------------------------------------------------------------------------------- /tests/ref/Legend2004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Legend2004.png -------------------------------------------------------------------------------- /tests/ref/Legend2005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Legend2005.png -------------------------------------------------------------------------------- /tests/ref/Legend2006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Legend2006.png -------------------------------------------------------------------------------- /tests/ref/Legend2007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Legend2007.png -------------------------------------------------------------------------------- /tests/ref/Legend2008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Legend2008.png -------------------------------------------------------------------------------- /tests/ref/Legend2009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Legend2009.png -------------------------------------------------------------------------------- /tests/ref/Limits0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Limits0002.png -------------------------------------------------------------------------------- /tests/ref/Limits0003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Limits0003.png -------------------------------------------------------------------------------- /tests/ref/Limits1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Limits1000.png -------------------------------------------------------------------------------- /tests/ref/Limits1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Limits1001.png -------------------------------------------------------------------------------- /tests/ref/Limits1002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Limits1002.png -------------------------------------------------------------------------------- /tests/ref/Limits1003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Limits1003.png -------------------------------------------------------------------------------- /tests/ref/Limits2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Limits2000.png -------------------------------------------------------------------------------- /tests/ref/Limits2001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Limits2001.png -------------------------------------------------------------------------------- /tests/ref/Limits2003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Limits2003.png -------------------------------------------------------------------------------- /tests/ref/Limits2004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Limits2004.png -------------------------------------------------------------------------------- /tests/ref/Limits2005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Limits2005.png -------------------------------------------------------------------------------- /tests/ref/Limits2006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Limits2006.png -------------------------------------------------------------------------------- /tests/ref/Line0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line0002.png -------------------------------------------------------------------------------- /tests/ref/Line0003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line0003.png -------------------------------------------------------------------------------- /tests/ref/Line0004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line0004.png -------------------------------------------------------------------------------- /tests/ref/Line0005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line0005.png -------------------------------------------------------------------------------- /tests/ref/Line0006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line0006.png -------------------------------------------------------------------------------- /tests/ref/Line0007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line0007.png -------------------------------------------------------------------------------- /tests/ref/Line0008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line0008.png -------------------------------------------------------------------------------- /tests/ref/Line1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line1000.png -------------------------------------------------------------------------------- /tests/ref/Line1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line1001.png -------------------------------------------------------------------------------- /tests/ref/Line1002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line1002.png -------------------------------------------------------------------------------- /tests/ref/Line1003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line1003.png -------------------------------------------------------------------------------- /tests/ref/Line1004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line1004.png -------------------------------------------------------------------------------- /tests/ref/Line1005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line1005.png -------------------------------------------------------------------------------- /tests/ref/Line1006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line1006.png -------------------------------------------------------------------------------- /tests/ref/Line1007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line1007.png -------------------------------------------------------------------------------- /tests/ref/Line1008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line1008.png -------------------------------------------------------------------------------- /tests/ref/Line1009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line1009.png -------------------------------------------------------------------------------- /tests/ref/Line2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line2000.png -------------------------------------------------------------------------------- /tests/ref/Line2001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line2001.png -------------------------------------------------------------------------------- /tests/ref/Line2002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line2002.png -------------------------------------------------------------------------------- /tests/ref/Line2003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line2003.png -------------------------------------------------------------------------------- /tests/ref/Line2004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line2004.png -------------------------------------------------------------------------------- /tests/ref/Line2005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line2005.png -------------------------------------------------------------------------------- /tests/ref/Line2006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line2006.png -------------------------------------------------------------------------------- /tests/ref/Line2007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line2007.png -------------------------------------------------------------------------------- /tests/ref/Line2008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line2008.png -------------------------------------------------------------------------------- /tests/ref/Line2009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line2009.png -------------------------------------------------------------------------------- /tests/ref/Line2010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line2010.png -------------------------------------------------------------------------------- /tests/ref/Line2011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line2011.png -------------------------------------------------------------------------------- /tests/ref/Line2012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line2012.png -------------------------------------------------------------------------------- /tests/ref/Line2013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line2013.png -------------------------------------------------------------------------------- /tests/ref/Line2014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Line2014.png -------------------------------------------------------------------------------- /tests/ref/Mathtext2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Mathtext2000.png -------------------------------------------------------------------------------- /tests/ref/Mathtext2001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Mathtext2001.png -------------------------------------------------------------------------------- /tests/ref/New0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/New0002.png -------------------------------------------------------------------------------- /tests/ref/New0004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/New0004.png -------------------------------------------------------------------------------- /tests/ref/New1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/New1000.png -------------------------------------------------------------------------------- /tests/ref/New1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/New1001.png -------------------------------------------------------------------------------- /tests/ref/New1002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/New1002.png -------------------------------------------------------------------------------- /tests/ref/New1003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/New1003.png -------------------------------------------------------------------------------- /tests/ref/New1004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/New1004.png -------------------------------------------------------------------------------- /tests/ref/New1005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/New1005.png -------------------------------------------------------------------------------- /tests/ref/New1006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/New1006.png -------------------------------------------------------------------------------- /tests/ref/New1007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/New1007.png -------------------------------------------------------------------------------- /tests/ref/New1008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/New1008.png -------------------------------------------------------------------------------- /tests/ref/New1009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/New1009.png -------------------------------------------------------------------------------- /tests/ref/New2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/New2000.png -------------------------------------------------------------------------------- /tests/ref/New2001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/New2001.png -------------------------------------------------------------------------------- /tests/ref/New2002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/New2002.png -------------------------------------------------------------------------------- /tests/ref/New2003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/New2003.png -------------------------------------------------------------------------------- /tests/ref/New2004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/New2004.png -------------------------------------------------------------------------------- /tests/ref/New2005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/New2005.png -------------------------------------------------------------------------------- /tests/ref/Size0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Size0002.png -------------------------------------------------------------------------------- /tests/ref/Size0003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Size0003.png -------------------------------------------------------------------------------- /tests/ref/Size1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Size1000.png -------------------------------------------------------------------------------- /tests/ref/Size1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Size1001.png -------------------------------------------------------------------------------- /tests/ref/Size2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Size2000.png -------------------------------------------------------------------------------- /tests/ref/Size2001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Size2001.png -------------------------------------------------------------------------------- /tests/ref/Size2002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Size2002.png -------------------------------------------------------------------------------- /tests/ref/Size2003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Size2003.png -------------------------------------------------------------------------------- /tests/ref/Size2004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Size2004.png -------------------------------------------------------------------------------- /tests/ref/Size2005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Size2005.png -------------------------------------------------------------------------------- /tests/ref/Size2006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Size2006.png -------------------------------------------------------------------------------- /tests/ref/Size2007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Size2007.png -------------------------------------------------------------------------------- /tests/ref/Size2008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Size2008.png -------------------------------------------------------------------------------- /tests/ref/Size2009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Size2009.png -------------------------------------------------------------------------------- /tests/ref/Size2010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Size2010.png -------------------------------------------------------------------------------- /tests/ref/Size2011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Size2011.png -------------------------------------------------------------------------------- /tests/ref/Text0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text0002.png -------------------------------------------------------------------------------- /tests/ref/Text0003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text0003.png -------------------------------------------------------------------------------- /tests/ref/Text0004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text0004.png -------------------------------------------------------------------------------- /tests/ref/Text0005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text0005.png -------------------------------------------------------------------------------- /tests/ref/Text0006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text0006.png -------------------------------------------------------------------------------- /tests/ref/Text0007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text0007.png -------------------------------------------------------------------------------- /tests/ref/Text0008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text0008.png -------------------------------------------------------------------------------- /tests/ref/Text1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text1000.png -------------------------------------------------------------------------------- /tests/ref/Text1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text1001.png -------------------------------------------------------------------------------- /tests/ref/Text1002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text1002.png -------------------------------------------------------------------------------- /tests/ref/Text1003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text1003.png -------------------------------------------------------------------------------- /tests/ref/Text1004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text1004.png -------------------------------------------------------------------------------- /tests/ref/Text1005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text1005.png -------------------------------------------------------------------------------- /tests/ref/Text1006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text1006.png -------------------------------------------------------------------------------- /tests/ref/Text1007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text1007.png -------------------------------------------------------------------------------- /tests/ref/Text2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text2000.png -------------------------------------------------------------------------------- /tests/ref/Text2001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text2001.png -------------------------------------------------------------------------------- /tests/ref/Text2002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text2002.png -------------------------------------------------------------------------------- /tests/ref/Text2003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text2003.png -------------------------------------------------------------------------------- /tests/ref/Text2004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text2004.png -------------------------------------------------------------------------------- /tests/ref/Text2005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text2005.png -------------------------------------------------------------------------------- /tests/ref/Text2006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text2006.png -------------------------------------------------------------------------------- /tests/ref/Text2007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text2007.png -------------------------------------------------------------------------------- /tests/ref/Text2008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text2008.png -------------------------------------------------------------------------------- /tests/ref/Text2009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text2009.png -------------------------------------------------------------------------------- /tests/ref/Text2010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text2010.png -------------------------------------------------------------------------------- /tests/ref/Text2011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text2011.png -------------------------------------------------------------------------------- /tests/ref/Text2012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text2012.png -------------------------------------------------------------------------------- /tests/ref/Text2013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text2013.png -------------------------------------------------------------------------------- /tests/ref/Text2014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Text2014.png -------------------------------------------------------------------------------- /tests/ref/Tiles0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles0002.png -------------------------------------------------------------------------------- /tests/ref/Tiles0004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles0004.png -------------------------------------------------------------------------------- /tests/ref/Tiles0005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles0005.png -------------------------------------------------------------------------------- /tests/ref/Tiles0006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles0006.png -------------------------------------------------------------------------------- /tests/ref/Tiles0007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles0007.png -------------------------------------------------------------------------------- /tests/ref/Tiles0008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles0008.png -------------------------------------------------------------------------------- /tests/ref/Tiles1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles1000.png -------------------------------------------------------------------------------- /tests/ref/Tiles1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles1001.png -------------------------------------------------------------------------------- /tests/ref/Tiles1002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles1002.png -------------------------------------------------------------------------------- /tests/ref/Tiles1003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles1003.png -------------------------------------------------------------------------------- /tests/ref/Tiles1004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles1004.png -------------------------------------------------------------------------------- /tests/ref/Tiles1005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles1005.png -------------------------------------------------------------------------------- /tests/ref/Tiles1006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles1006.png -------------------------------------------------------------------------------- /tests/ref/Tiles1007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles1007.png -------------------------------------------------------------------------------- /tests/ref/Tiles1008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles1008.png -------------------------------------------------------------------------------- /tests/ref/Tiles1009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles1009.png -------------------------------------------------------------------------------- /tests/ref/Tiles1010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles1010.png -------------------------------------------------------------------------------- /tests/ref/Tiles2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles2000.png -------------------------------------------------------------------------------- /tests/ref/Tiles2001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles2001.png -------------------------------------------------------------------------------- /tests/ref/Tiles2002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles2002.png -------------------------------------------------------------------------------- /tests/ref/Tiles2003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles2003.png -------------------------------------------------------------------------------- /tests/ref/Tiles2004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles2004.png -------------------------------------------------------------------------------- /tests/ref/Tiles2005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles2005.png -------------------------------------------------------------------------------- /tests/ref/Tiles2006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles2006.png -------------------------------------------------------------------------------- /tests/ref/Tiles2007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Tiles2007.png -------------------------------------------------------------------------------- /tests/ref/Title0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Title0002.png -------------------------------------------------------------------------------- /tests/ref/Title0003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Title0003.png -------------------------------------------------------------------------------- /tests/ref/Title0004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Title0004.png -------------------------------------------------------------------------------- /tests/ref/Title1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Title1000.png -------------------------------------------------------------------------------- /tests/ref/Title1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Title1001.png -------------------------------------------------------------------------------- /tests/ref/Title1002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Title1002.png -------------------------------------------------------------------------------- /tests/ref/Title1003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Title1003.png -------------------------------------------------------------------------------- /tests/ref/Title1004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Title1004.png -------------------------------------------------------------------------------- /tests/ref/Title2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/Title2000.png -------------------------------------------------------------------------------- /tests/ref/VLine0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/VLine0002.png -------------------------------------------------------------------------------- /tests/ref/VLine0004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/VLine0004.png -------------------------------------------------------------------------------- /tests/ref/VLine0005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/VLine0005.png -------------------------------------------------------------------------------- /tests/ref/VLine0006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/VLine0006.png -------------------------------------------------------------------------------- /tests/ref/VLine0007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/VLine0007.png -------------------------------------------------------------------------------- /tests/ref/VLine0008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/VLine0008.png -------------------------------------------------------------------------------- /tests/ref/VLine1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/VLine1000.png -------------------------------------------------------------------------------- /tests/ref/VLine1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/VLine1001.png -------------------------------------------------------------------------------- /tests/ref/VLine1002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/VLine1002.png -------------------------------------------------------------------------------- /tests/ref/VLine1003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/VLine1003.png -------------------------------------------------------------------------------- /tests/ref/VLine1004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/VLine1004.png -------------------------------------------------------------------------------- /tests/ref/VLine1005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/VLine1005.png -------------------------------------------------------------------------------- /tests/ref/VLine1006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/VLine1006.png -------------------------------------------------------------------------------- /tests/ref/VLine2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/VLine2000.png -------------------------------------------------------------------------------- /tests/ref/VLine2001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/VLine2001.png -------------------------------------------------------------------------------- /tests/ref/VLine2002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/VLine2002.png -------------------------------------------------------------------------------- /tests/ref/VLine2003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/VLine2003.png -------------------------------------------------------------------------------- /tests/ref/View2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/View2000.png -------------------------------------------------------------------------------- /tests/ref/XLabel0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XLabel0002.png -------------------------------------------------------------------------------- /tests/ref/XLabel0003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XLabel0003.png -------------------------------------------------------------------------------- /tests/ref/XLabel0004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XLabel0004.png -------------------------------------------------------------------------------- /tests/ref/XLabel1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XLabel1000.png -------------------------------------------------------------------------------- /tests/ref/XLabel1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XLabel1001.png -------------------------------------------------------------------------------- /tests/ref/XLabel1002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XLabel1002.png -------------------------------------------------------------------------------- /tests/ref/XLabel1003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XLabel1003.png -------------------------------------------------------------------------------- /tests/ref/XLabel1004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XLabel1004.png -------------------------------------------------------------------------------- /tests/ref/XLabel2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XLabel2000.png -------------------------------------------------------------------------------- /tests/ref/XTicks0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XTicks0002.png -------------------------------------------------------------------------------- /tests/ref/XTicks0003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XTicks0003.png -------------------------------------------------------------------------------- /tests/ref/XTicks0004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XTicks0004.png -------------------------------------------------------------------------------- /tests/ref/XTicks1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XTicks1000.png -------------------------------------------------------------------------------- /tests/ref/XTicks1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XTicks1001.png -------------------------------------------------------------------------------- /tests/ref/XTicks1002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XTicks1002.png -------------------------------------------------------------------------------- /tests/ref/XTicks1003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XTicks1003.png -------------------------------------------------------------------------------- /tests/ref/XTicks1004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XTicks1004.png -------------------------------------------------------------------------------- /tests/ref/XTicks1005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XTicks1005.png -------------------------------------------------------------------------------- /tests/ref/XTicks2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XTicks2000.png -------------------------------------------------------------------------------- /tests/ref/XTicks2002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XTicks2002.png -------------------------------------------------------------------------------- /tests/ref/XTicks2003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XTicks2003.png -------------------------------------------------------------------------------- /tests/ref/XTicks2004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/XTicks2004.png -------------------------------------------------------------------------------- /tests/ref/YLabel0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YLabel0002.png -------------------------------------------------------------------------------- /tests/ref/YLabel0004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YLabel0004.png -------------------------------------------------------------------------------- /tests/ref/YLabel1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YLabel1000.png -------------------------------------------------------------------------------- /tests/ref/YLabel1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YLabel1001.png -------------------------------------------------------------------------------- /tests/ref/YLabel1002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YLabel1002.png -------------------------------------------------------------------------------- /tests/ref/YLabel1003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YLabel1003.png -------------------------------------------------------------------------------- /tests/ref/YLabel1004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YLabel1004.png -------------------------------------------------------------------------------- /tests/ref/YLabel2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YLabel2000.png -------------------------------------------------------------------------------- /tests/ref/YTicks0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YTicks0002.png -------------------------------------------------------------------------------- /tests/ref/YTicks0003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YTicks0003.png -------------------------------------------------------------------------------- /tests/ref/YTicks0004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YTicks0004.png -------------------------------------------------------------------------------- /tests/ref/YTicks1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YTicks1000.png -------------------------------------------------------------------------------- /tests/ref/YTicks1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YTicks1001.png -------------------------------------------------------------------------------- /tests/ref/YTicks1002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YTicks1002.png -------------------------------------------------------------------------------- /tests/ref/YTicks1003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YTicks1003.png -------------------------------------------------------------------------------- /tests/ref/YTicks1004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YTicks1004.png -------------------------------------------------------------------------------- /tests/ref/YTicks1005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YTicks1005.png -------------------------------------------------------------------------------- /tests/ref/YTicks2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YTicks2000.png -------------------------------------------------------------------------------- /tests/ref/YTicks2002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YTicks2002.png -------------------------------------------------------------------------------- /tests/ref/YTicks2003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YTicks2003.png -------------------------------------------------------------------------------- /tests/ref/YTicks2004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/advancedplotting/aplot/f00d6bdde8d2fa0736b2daf69ee81baba0b0e06f/tests/ref/YTicks2004.png --------------------------------------------------------------------------------