scholli Newbie

Joined: 23 Apr 2009 Posts: 1
|
Posted: Thu Apr 23, 2009 3:23 am Post subject: Column char from non-equidistant data |
|
|
I want to visualize an ordered pile situation of boxes, with different height of piles. For example, there are piles of three and five boxes height, ordered on the floor like this:
| Code: |
___________________________
| | | |
|____5____|____5____| 5 |
| | |_____| <-- This is from bird perspective, the height of a
|____3____|____3____| | pile is denoted by the number.
| | | 5 |
|____3____|____3____|_____|
|
I thought maybe i can visualize this by a 3D-column char. Now my problem is, to "merge" columns in the char, so that the arrangement is expressed right.
Is there a possibility to do this? Or another idea how to visualize the situation?
Thanks a lot
Daniel |
|