TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

A Visual Language For Finance Patterns

36 点作者 SaintSal超过 13 年前

2 条评论

zeratul超过 13 年前
SaintSal: It's a good start but apart of semantics (icons with meaning) you also need a grammar to call it a language. In case of visual language it means that there is a way of merging simple glyphs into more complicated icon. Here is an article that describe how it can be done in medicine:<p><a href="http://www.sd.polyu.edu.hk/iasdr/proceeding/papers/Collaborative%20Design%20Research_%20The%20Visualization%20of%20Medical%20Concepts.pdf" rel="nofollow">http://www.sd.polyu.edu.hk/iasdr/proceeding/papers/Collabora...</a><p>I'm looking for an open source project that I could use in my applications. There is <a href="http://thenounproject.com/" rel="nofollow">http://thenounproject.com/</a> but it does not have grammar. The merging of icons is done for you (e.g., the iron icon with one, two, or three dots)
评论 #3414632 未加载
ivan_ah超过 13 年前
Very cool idea.<p>On a technical note, you could define three macros<p><pre><code> \equity{10}{90} % where the units are percentages, and \balance{8}{10} \RandC{8}{10} % where the units are in mm </code></pre> and use this level of abstraction in your source code. I suggest, the diagrams in a separate column to support the narration, but with tikz you could even put them inline.<p>These examples should get you started if you want to "program" your graphics: <a href="http://piratepad.net/GVsgD6x5D3" rel="nofollow">http://piratepad.net/GVsgD6x5D3</a><p>Speaking of power tools for graphics, check out also <a href="http://www.math.ubc.ca/~cass/piscript/" rel="nofollow">http://www.math.ubc.ca/~cass/piscript/</a> and the there-associated book <a href="http://www.math.ubc.ca/~cass/graphics/manual/" rel="nofollow">http://www.math.ubc.ca/~cass/graphics/manual/</a>