Hi, masters !
I am newbie to Houdini and looking for help.
My current small project is to visualize stock market index;
to change the number data into graphics.
What would be the best way to read given data (txt file), and
then change them into visible forms, like lines or spirals etc.
Thanks you.
Do
Q: how to visualize index numbers ?
3859 3 2- sukbong
- Member
- 2 posts
- Joined: Oct. 2006
- Offline
- craig
- Member
- 557 posts
- Joined: July 2005
- Offline
- rdg
- Member
- 401 posts
- Joined:
- Offline
the file craig is talking about is a text file
where each line holds a value of a company.
(for more complex setups, like multiple companies over time consult the help file)
now you read the file with the fileCHOP in the chop context.
you can access this values from SOPs with the chopf expression:
chopf(path_to_chop, number_of_index)
you could use the copySOP and a stamp expression to read the data and produce interessting results.
maybe as foggy as craigs response, but you might find some hooks to lookup stuff in the help.
please post some images - I'd like to see some houdinized stock markets.
Cheers,
Georg
where each line holds a value of a company.
(for more complex setups, like multiple companies over time consult the help file)
now you read the file with the fileCHOP in the chop context.
you can access this values from SOPs with the chopf expression:
chopf(path_to_chop, number_of_index)
you could use the copySOP and a stamp expression to read the data and produce interessting results.
maybe as foggy as craigs response, but you might find some hooks to lookup stuff in the help.
please post some images - I'd like to see some houdinized stock markets.
Cheers,
Georg
this is not a science fair.
- sukbong
- Member
- 2 posts
- Joined: Oct. 2006
- Offline
-
- Quick Links