This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| float ANGLE = 0; | |
| float ADJUST = 0.45; | |
| boolean VALUE = false; | |
| class TreeMapChart extends Group { | |
| float _x,_y,_w,_h,_gap; | |
| TreeNode _tree; | |
| TreeMapChart(float a,float b,float c,float d) { | |
| _x=a; _y=b; _w=c; _h=d; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Matrix Graph Class for VisualStructLib */ | |
| /* Copyright (c) 2016 Boris Beck, Daniel Herrera */ | |
| class MatrixGraph extends Group{ | |
| //Colores de la matriz | |
| color matrixBorderColor = #000000; | |
| color matrixBackgroundColor = #ffffff; | |
| color dotBorderColor = #000000; | |
| color dotBackgroundColor = #ffffff; | |
| color labelBackgroundColor = #000000; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| north: 11.00 | |
| south: 10.00 | |
| east: -84.00 | |
| west: -85.00 | |
| rows: 6 | |
| cols: 6 | |
| null: 0 | |
| 1 1 1 1 2 2 | |
| 1 2 1 1 2 1 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1|-84.19|10.34|4 | |
| 2|-84.73|10.57|5 | |
| 3|-84.42|10.19|2 | |
| 4|-84.27|10.34|4 | |
| 5|-84.09|10.26|7 | |
| 6|-84.29|10.43|4 | |
| 7|-84.37|10.75|2 | |
| 8|-84.24|10.91|1 | |
| 9|-84.72|10.43|5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Las imágenes están en este repositorio https://github.com/daniel2324/Daniel_Herrera_201173619_Practica4 y en el tec digital. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| north: 11 | |
| south: 10 | |
| east: -84 | |
| west: -85 | |
| rows: 7 | |
| cols: 7 | |
| * * 333 333 333 * * | |
| 222 222 333 333 333 222 * | |
| * 222 333 333 222 222 * | |
| * 222 333 333 111 222 * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| north: 11 | |
| south: 10 | |
| east: -84 | |
| west: -85 | |
| rows: 10 | |
| cols: 10 | |
| null: 0 | |
| 1 1 3 3 6 6 6 9 9 9 | |
| 1 1 3 3 6 6 6 9 9 9 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| A 5 1 | |
| 2 6 | |
| 5 4 | |
| 3 2 | |
| 2 0 | |
| 0 4 | |
| 1 1 | |
| A 6 1 | |
| 5 4 | |
| 7 5 |