Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1032901 // shortArrayToGraph

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4249L/25K).

static BufferedImage shortArrayToGraph(short[] array, int h default 100) {
  ret simpleGraph(l(array), h, x -> (double) array[x], shortMin(array), shortMax(array));
}

Author comment

Began life as a copy of #1031944

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032901
Snippet name: shortArrayToGraph
Eternal ID of this version: #1032901/4
Text MD5: 888026f322c07c42b86b5978befb3aaf
Transpilation MD5: 3737853dcedc51a5a8fb140523525b03
Author: stefan
Category: javax / imaging
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-10 17:45:08
Source code size: 170 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 87 / 141
Version history: 3 change(s)
Referenced in: [show references]