Hi,
I'm thinking of 3D charts for stocks. Instead of 2D presentation of open high low close vol using candlesticks I'd prefer to use something like 3D cubes. Vol being the thickness of the cube, and high-low the height, while units in time as the width (normally only one unit, day, week or month though can be more). And the chart would better be able to deal real time changes in stock market, which means the shape of the last cube shifting or new cubes being added.
Now which of FreeCAD and Jun should I use? I've browsed the both's websites but can't decide which is more suitable for this kind of tasks. Or even there might be some other free libs?
Thanks in advance for any suggestion! -- Best Regards, Jim G _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
> I'm thinking of 3D charts for stocks. Instead of 2D presentation of open
> high low close vol using candlesticks I'd prefer to use something like 3D > cubes. Vol being the thickness of the cube, and high-low the height, while > units in time as the width (normally only one unit, day, week or month > though can be more). And the chart would better be able to deal real time > changes in stock market, which means the shape of the last cube shifting or > new cubes being added. Your representation is misleading and will cause cognitive problems. The viewers of your charts will see 3D objects and their brains will assume that the volume, not the thickness, of your cubes are meaningful. Many will interpret the volume to be the vol. It might be better to have bars cast shadows. So the height of the bar is the high-low, and the length of the shadow is the vol. A bit bizarre to see non-proportional shadows but unambiguous. This has the added advantage that it is easier to compare the stock vols against each other since you can actually see the 'footprints' (which are aligned, unlike the tops) of each column. Finally, if the price * vol is a quantity of interest to the users then it's even worse because judging the volume of rectangular prisms against each other is non-trivial. _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
2008/10/21 Richard Kulisz <[hidden email]>
Hi, Richard, Thank you. Yes, that is a problem. What in my mind is that I would rotate the chart. Say y-x is for prices changing in time, and z is for vol then I rotate to let the z side up while x-y as the earth ground, now I should see some cubes with different height. I am just imagine the result since I do not have the chart. The height of things maybe easier to be recognized? I have plenty of thoughts in data presentation. Can't wait to check them out. I don't know how difficult it will be doing 3D (I can already deal with the data and do some easy line charts in EyeSee ). -- Best Regards, Jim G _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |