maybe something along the lines of: http://stockcharts.com/hel
They have a similar type chart near the bottom
Main Topics
Browse All TopicsHi,
I want to create some graphs programatically, using Java or Perl. I want to replicate a graph like the following on 'grid paper':
|
| U
|UDUD
|UDUD
|U
|____________
The only thing missing from the example is the grid background (sorry, i am not that talented to show that here). For Java, i found the library jfreecharts, but I didnt dig too deep into it. For perl, i found GD::Charts. Nice module, but I couldnt figure out how to create the grids properly...
I am looking for code examples, not pointers to doc (of course I would like pointers if you also give me code samples).
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
maybe something along the lines of: http://stockcharts.com/hel
They have a similar type chart near the bottom
I don't think either the GD::Charts or eh jfreecharts will do that. If you saw they could, I might have missed something.
If your output is going to a webpage, you might just want to use an HTML table - which is what the stockcharts.com site is using.
Otherwise, I don't know of a module that creates tables like those. I think you could just use the GD module to draw them though.
May be this can be done by the development library that comes with OpenOffice.
I have no experience with it.
Please look at: http://extensions.services
Check out "R4Calc".
;JOOP!
Business Accounts
Answer for Membership
by: Adam314Posted on 2008-06-23 at 16:50:16ID: 21851402
I've looked at both jfreecharts and GD::Charts, and either I don't understand your ascii chart, or I don't think they'll give you want you want.
Would it be possible for you to provide a graphical version of what you want. EE now allows you to attach images. This would make it easier.