tbaror Posted July 1, 2008 Posted July 1, 2008 (edited) Hello All,i trying to find some component for plotting graph automatically i have bump into Graphviz and i wonder if someone allready implement it Autoit or something similar to it.Thanks Edited July 1, 2008 by tbaror
weaponx Posted July 1, 2008 Posted July 1, 2008 There are a couple equation plotting UDF's floating around if you search. The GraphViz examples look way to complex for Auto-It, mostly because it is slow and lacks OOP which is almost a requirement for a graphical node structure.I have been working on a graphing UDF for quite some time which uses Auto-It's native graphic control:http://www.autoitscript.com/forum/index.php?showtopic=55877You can see how slow it is just to draw a simple line graph. It takes 1/2 a second to render about 120 line segments.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now