From spiderbat at mac.com Wed May 19 12:33:56 2021 From: spiderbat at mac.com (Spiderbat) Date: Wed, 19 May 2021 19:33:56 +0200 Subject: [proFit-list] proFit 6.2.16 - drawing in a graph Message-ID: <597033FE-0034-4B71-AB4D-5C0629023D60@mac.com> Hi! I'm still using proFit 6.2.12 on a very old computer. Presently, I would like to draw vertical lines in a scatter plot graph (the x-axis represents time in days and I would draw my lines to separate months). I tried to write a program to achieve my goal and did several experiments, but I haven't grasped yet howf the drawing environment works. In particular, I believe that there are at least two systems of coordinates, one for the window where the graph resides, one for the graph, whose coordinates correspond to the values on the axes. Unfortunately, I didn't find any comprehensive explanation on this subject, as well, e. g., on the different role and purpose of 'curves' and 'shapes'. Could someone point me to some explicative material and/or examples on this topic? TIA Andrea Perego From Donald.Camaioni at pnnl.gov Wed May 19 13:23:10 2021 From: Donald.Camaioni at pnnl.gov (Camaioni, Donald M) Date: Wed, 19 May 2021 18:23:10 +0000 Subject: [proFit-list] proFit 6.2.16 - drawing in a graph In-Reply-To: <597033FE-0034-4B71-AB4D-5C0629023D60@mac.com> References: <597033FE-0034-4B71-AB4D-5C0629023D60@mac.com> Message-ID: Would it work for you to turn on vertical grid lines from the Graph Settings menu? From: proFit-list on behalf of Spiderbat Date: Wednesday, May 19, 2021 at 10:35 AM To: profit-list at quantum-soft.com Subject: [proFit-list] proFit 6.2.16 - drawing in a graph Check twice before you click! This email originated from outside PNNL. Hi! I'm still using proFit 6.2.12 on a very old computer. Presently, I would like to draw vertical lines in a scatter plot graph (the x-axis represents time in days and I would draw my lines to separate months). I tried to write a program to achieve my goal and did several experiments, but I haven't grasped yet howf the drawing environment works. In particular, I believe that there are at least two systems of coordinates, one for the window where the graph resides, one for the graph, whose coordinates correspond to the values on the axes. Unfortunately, I didn't find any comprehensive explanation on this subject, as well, e. g., on the different role and purpose of 'curves' and 'shapes'. Could someone point me to some explicative material and/or examples on this topic? TIA Andrea Perego _______________________________________________ proFit-list mailing list proFit-list at quantum-soft.com https://gcc02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fquantum-soft.com%2Fmailman%2Flistinfo%2Fprofit-list_quantum-soft.com&data=04%7C01%7CDonald.Camaioni%40pnnl.gov%7Cbd01153d93864564e46608d91aec843e%7Cd6faa5f90ae240338c0130048a38deeb%7C0%7C0%7C637570425403912160%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=y5d13thOKhdxECDxBVXXaRfCA%2B6G6b41qVLBXFWqMaE%3D&reserved=0 -------------- next part -------------- An HTML attachment was scrubbed... URL: From spiderbat at mac.com Wed May 19 18:11:12 2021 From: spiderbat at mac.com (Spiderbat) Date: Thu, 20 May 2021 01:11:12 +0200 Subject: [proFit-list] proFit 6.2.16 - drawing in a graph In-Reply-To: References: <597033FE-0034-4B71-AB4D-5C0629023D60@mac.com> Message-ID: <2C077650-90D8-47A9-AAFE-4D7580DE0AF9@mac.com> Thank you for your advice! I had to revise my strategy a little, but it solved my problem. Now I draw the ticks at positions that correspond to the beginning of each month, letting proFit draw the vertical grid lines. Nevertheless, from a more general point of view, I'd like to learn how to draw something inside a graph programmatically. Thank you again Andrea On May 19, 2021, at 20:23 , Camaioni, Donald M wrote: > Would it work for you to turn on vertical grid lines from the Graph Settings menu? > > From: proFit-list on behalf of Spiderbat > Date: Wednesday, May 19, 2021 at 10:35 AM > To: profit-list at quantum-soft.com > Subject: [proFit-list] proFit 6.2.16 - drawing in a graph > > Check twice before you click! This email originated from outside PNNL. > > > Hi! I'm still using proFit 6.2.12 on a very old computer. Presently, I would like to draw vertical lines in a scatter plot graph (the x-axis represents time in days and I would draw my lines to separate months). I tried to write a program to achieve my goal and did several experiments, but I haven't grasped yet howf the drawing environment works. In particular, I believe that there are at least two systems of coordinates, one for the window where the graph resides, one for the graph, whose coordinates correspond to the values on the axes. Unfortunately, I didn't find any comprehensive explanation on this subject, as well, e. g., on the different role and purpose of 'curves' and 'shapes'. Could someone point me to some explicative material and/or examples on this topic? > > TIA > Andrea Perego > > > > > _______________________________________________ > proFit-list mailing list > proFit-list at quantum-soft.com > https://gcc02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fquantum-soft.com%2Fmailman%2Flistinfo%2Fprofit-list_quantum-soft.com&data=04%7C01%7CDonald.Camaioni%40pnnl.gov%7Cbd01153d93864564e46608d91aec843e%7Cd6faa5f90ae240338c0130048a38deeb%7C0%7C0%7C637570425403912160%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=y5d13thOKhdxECDxBVXXaRfCA%2B6G6b41qVLBXFWqMaE%3D&reserved=0 > _______________________________________________ > proFit-list mailing list > proFit-list at quantum-soft.com > http://quantum-soft.com/mailman/listinfo/profit-list_quantum-soft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From Donald.Camaioni at pnnl.gov Wed May 19 18:24:36 2021 From: Donald.Camaioni at pnnl.gov (Camaioni, Donald M) Date: Wed, 19 May 2021 23:24:36 +0000 Subject: [proFit-list] proFit 6.2.16 - drawing in a graph In-Reply-To: <2C077650-90D8-47A9-AAFE-4D7580DE0AF9@mac.com> References: <597033FE-0034-4B71-AB4D-5C0629023D60@mac.com> , <2C077650-90D8-47A9-AAFE-4D7580DE0AF9@mac.com> Message-ID: You might explore setting format of the x-axis data column to time via the Column Property Menu. Sorry, I?ve no experience with drawing on the graph. -Don From: proFit-list on behalf of Spiderbat Date: Wednesday, May 19, 2021 at 4:12 PM To: all things about pro Fit Subject: Re: [proFit-list] proFit 6.2.16 - drawing in a graph Thank you for your advice! I had to revise my strategy a little, but it solved my problem. Now I draw the ticks at positions that correspond to the beginning of each month, letting proFit draw the vertical grid lines. Nevertheless, from a more general point of view, I'd like to learn how to draw something inside a graph programmatically. Thank you again Andrea On May 19, 2021, at 20:23 , Camaioni, Donald M wrote: Would it work for you to turn on vertical grid lines from the Graph Settings menu? From: proFit-list > on behalf of Spiderbat > Date: Wednesday, May 19, 2021 at 10:35 AM To: profit-list at quantum-soft.com > Subject: [proFit-list] proFit 6.2.16 - drawing in a graph Check twice before you click! This email originated from outside PNNL. Hi! I'm still using proFit 6.2.12 on a very old computer. Presently, I would like to draw vertical lines in a scatter plot graph (the x-axis represents time in days and I would draw my lines to separate months). I tried to write a program to achieve my goal and did several experiments, but I haven't grasped yet howf the drawing environment works. In particular, I believe that there are at least two systems of coordinates, one for the window where the graph resides, one for the graph, whose coordinates correspond to the values on the axes. Unfortunately, I didn't find any comprehensive explanation on this subject, as well, e. g., on the different role and purpose of 'curves' and 'shapes'. Could someone point me to some explicative material and/or examples on this topic? TIA Andrea Perego _______________________________________________ proFit-list mailing list proFit-list at quantum-soft.com https://gcc02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fquantum-soft.com%2Fmailman%2Flistinfo%2Fprofit-list_quantum-soft.com&data=04%7C01%7CDonald.Camaioni%40pnnl.gov%7Cbd01153d93864564e46608d91aec843e%7Cd6faa5f90ae240338c0130048a38deeb%7C0%7C0%7C637570425403912160%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=y5d13thOKhdxECDxBVXXaRfCA%2B6G6b41qVLBXFWqMaE%3D&reserved=0 _______________________________________________ proFit-list mailing list proFit-list at quantum-soft.com http://quantum-soft.com/mailman/listinfo/profit-list_quantum-soft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From profit at quansoft.com Wed May 19 22:13:11 2021 From: profit at quansoft.com (pro Fit Support) Date: Thu, 20 May 2021 05:13:11 +0200 Subject: [proFit-list] proFit 6.2.16 - drawing in a graph In-Reply-To: <2C077650-90D8-47A9-AAFE-4D7580DE0AF9@mac.com> References: <597033FE-0034-4B71-AB4D-5C0629023D60@mac.com> <2C077650-90D8-47A9-AAFE-4D7580DE0AF9@mac.com> Message-ID: Dear Andrea To draw inside a plot (i.e. in a plot?s coordinate system) programmatically, bracket your calls to MoveTo/LineTo within OpenCurve and CloseCurve: program DrawCurve; begin OpenCurve(name ?MyCurve'); MoveTo(0, 0); LineTo(0.5, 0.5); LineTo(1, 0); CloseCurve; end; This programmatically generates a plot (in this case named ? MyCurve? in the current graph. Best Kurt QuantumSoft > On 20 May 2021, at 01:11, Spiderbat wrote: > > Thank you for your advice! I had to revise my strategy a little, but it solved my problem. Now I draw the ticks at positions that correspond to the beginning of each month, letting proFit draw the vertical grid lines. Nevertheless, from a more general point of view, I'd like to learn how to draw something inside a graph programmatically. > > Thank you again > Andrea > > On May 19, 2021, at 20:23 , Camaioni, Donald M wrote: > >> Would it work for you to turn on vertical grid lines from the Graph Settings menu? >> >> From: proFit-list > on behalf of Spiderbat > >> Date: Wednesday, May 19, 2021 at 10:35 AM >> To: profit-list at quantum-soft.com > >> Subject: [proFit-list] proFit 6.2.16 - drawing in a graph >> >> Check twice before you click! This email originated from outside PNNL. >> >> >> Hi! I'm still using proFit 6.2.12 on a very old computer. Presently, I would like to draw vertical lines in a scatter plot graph (the x-axis represents time in days and I would draw my lines to separate months). I tried to write a program to achieve my goal and did several experiments, but I haven't grasped yet howf the drawing environment works. In particular, I believe that there are at least two systems of coordinates, one for the window where the graph resides, one for the graph, whose coordinates correspond to the values on the axes. Unfortunately, I didn't find any comprehensive explanation on this subject, as well, e. g., on the different role and purpose of 'curves' and 'shapes'. Could someone point me to some explicative material and/or examples on this topic? >> >> TIA >> Andrea Perego >> >> >> >> >> _______________________________________________ >> proFit-list mailing list >> proFit-list at quantum-soft.com >> https://gcc02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fquantum-soft.com%2Fmailman%2Flistinfo%2Fprofit-list_quantum-soft.com&data=04%7C01%7CDonald.Camaioni%40pnnl.gov%7Cbd01153d93864564e46608d91aec843e%7Cd6faa5f90ae240338c0130048a38deeb%7C0%7C0%7C637570425403912160%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=y5d13thOKhdxECDxBVXXaRfCA%2B6G6b41qVLBXFWqMaE%3D&reserved=0 _______________________________________________ >> proFit-list mailing list >> proFit-list at quantum-soft.com >> http://quantum-soft.com/mailman/listinfo/profit-list_quantum-soft.com > > _______________________________________________ > proFit-list mailing list > proFit-list at quantum-soft.com > http://quantum-soft.com/mailman/listinfo/profit-list_quantum-soft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: