#4081 closed Feature Request

_Array1DToHistogram.au3 example — at Version 1

Reported by: mLipok Owned by:
Milestone: Component: Documentation
Version: Severity: None
Keywords: Cc:

Description (last modified by mLipok)

To properly show the results, _Array1DToHistogram.au3 example should be changed like this:

Line 
1#include <Array.au3>
2
3Local $aNEW[] = [0, -80, -49, -44, 80, 100, 8, 7, 6, 5, 4, 3, 2, 1]
4Local $aArray = _Array1DToHistogram($aNEW, 125)
5_ArrayDisplay($aArray, "_Array1DToHistogram", "", 0, Default, Default, -210)

Discussed here:
https://www.autoitscript.com/forum/topic/213514-_arraydisplay-and-idesired_colwidth/

Change History (1)

comment:1 by mLipok, on Mar 16, 2026 at 9:29:28 PM

Description: modified (diff)
Note: See TracTickets for help on using tickets.