Search found 5 matches
- Wed Feb 03, 2021 6:42 am
- Forum: Installation
- Topic: Changing default session/editor/tracer font size
- Replies: 5
- Views: 43318
Re: Changing default session/editor/tracer font size
I requested making font size easier to change years ago along with the toolbar. In virtually all windows applications that I use all I have to is hold ctrl down and roll the mouse scroll bar up or down to change the font size. Please make it so font and toolbar change at the same rate and the ...
- Fri Nov 27, 2020 6:54 am
- Forum: Language
- Topic: Is there a delay in showing the Tip of the Language Bar ?
- Replies: 7
- Views: 10430
Re: Is there a delay in showing the Tip of the Language Bar
the problem is the Tip often obscures the tool so I cannot choose the tool. I don't mind the Tip showing right away.
- Wed Aug 15, 2012 7:52 am
- Forum: New to Dyalog?
- Topic: plotting/displaying regular polygons
- Replies: 5
- Views: 22190
Re: plotting/displaying regular polygons
Got rainpro almost working polygon is just a little crooked. will try poly a bit more with your help. thanks for all your help Here is what I have for rainpro. I am keeping xy axes in until I get it really straight then I will probably drop them. R←PolyPlot(n s);y;x;y;foot;range;x0;y0;Deg2Rad;theta;i ...
- Tue Aug 14, 2012 5:51 am
- Forum: New to Dyalog?
- Topic: plotting/displaying regular polygons
- Replies: 5
- Views: 22190
Re: plotting/displaying regular polygons
Poly object is very simple. thanks Vince. I have been playing with RainPro and have that sortta working, not quite as simple as Poly object but fairly clear. Still haven't quite got how to calculate vertices of all polygons working but am close. Is Poly object supported by miserver like RainPro is ...
- Sun Aug 12, 2012 6:55 am
- Forum: New to Dyalog?
- Topic: plotting/displaying regular polygons
- Replies: 5
- Views: 22190
plotting/displaying regular polygons
I want to write a math aplet for high school students that will display various regular polygons and let them see and change parameters to see how areas and perimeters vary depending upon the number of sides. Seems there should be an easy way to do this in apl. I am using Dyalog APL. Could be with ...