Modify

#4081 closed Feature Request (Completed)

_Array1DToHistogram.au3 example

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/

Attachments (0)

Change History (4)

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

Description: modified (diff)

comment:2 by mLipok, on Mar 17, 2026 at 9:46:17 AM

Already changed , also _Array1DToHistogram[2].au3

comment:3 by mLipok, on Mar 17, 2026 at 9:46:38 AM

Resolution: Completed
Status: newclosed

comment:4 by TicketCleanup, on Mar 17, 2026 at 1:47:39 PM

Version: 3.3.18.0

Automatic ticket cleanup.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.