Thanks! This is exactly what I was looking for. I vaguely remembered the isigraph package but could not find documentation on the Jsoftware site.
On Tue, Feb 16, 2021 at 5:39 PM Michal Wallace <[email protected]> wrote: > you can use an isidraw / isigraph component to draw arbitrary lines, > curves, etc. > Here's an example to get you started: > > > https://code.jsoftware.com/wiki/Guides/Window_Driver/Animation/Animated_JGL2 > > and the drawing commands: > > https://code.jsoftware.com/wiki/Guides/Window_Driver/gl2_Command_Reference > > > On Tue, Feb 16, 2021 at 5:21 PM Devon McCormick <[email protected]> > wrote: > > > Is there anything in J to allow me to draw arbitrary pictures? I'm > looking > > for something that has commands to draw a line and fill a defined area > with > > a color. I have also considered possibly using Jsh and Javascript or > HTML5 > > but would prefer something where I could work in J and have basic drawing > > primitives defined. > > > > Thanks, > > > > -- > > > > Devon McCormick, CFA > > > > Quantitative Consultant > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > -- Devon McCormick, CFA Quantitative Consultant ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
