CyberSlug 6 Posted May 1, 2005 Use beta version of AutoIt that GuiCtrlSetGraphic functions... See attached fileCartesianGraphing.au3 Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Share this post Link to post Share on other sites
layer 2 Posted May 1, 2005 Use beta version of AutoIt that GuiCtrlSetGraphic functions... See attached file<{POST_SNAPBACK}>MAZIN! Nice work FootbaG Share this post Link to post Share on other sites
jpm 101 Posted May 1, 2005 Use beta version of AutoIt that GuiCtrlSetGraphic functions... See attached file<{POST_SNAPBACK}>You discover this one too (I mean GUI graphics)Very very good.I looks to me that's you are ready to improve if needed the doc ... Share this post Link to post Share on other sites
CyberSlug 6 Posted May 1, 2005 Oops, I have a few typos... _GraphCreatePlane, as written, actually treats the four params as x_min, y_min and x_max, y_max I'll fixt this is a new upload tomorrow Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Share this post Link to post Share on other sites
CyberSlug 6 Posted May 10, 2005 Attached preliminary attempt at pie graph stuff... Syntax example: _CreatePieGraph($left, $top, $radius, $percentages, $borderColor = 0x0, $colors = "") $left and $top are coordinates of the bounding rectangle $percentages are comma-separated numbers such as 25 (which denotes 25%) $colors are comma-separated hex values or special names... pieGraphStuff.au3 Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Share this post Link to post Share on other sites
peethebee 3 Posted August 17, 2005 Hi!Quite long no postings here...I coded something similar: http://www.autoitscript.com/forum/index.php?showtopic=14789Does perhaps anybody want to help to code the functions to display absolute values (auto-scale, coordinate system)?peethebee vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvGerman Forums: http://www.autoit.deGerman Help File: http://autoit.de/hilfe vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv Share this post Link to post Share on other sites