Re: [Jprogramming] what is (or was) 'graph'?

2023-04-08 Thread Ian Clark
I wrote: > Addons/graphics/graph -works just fine for me in jqt on the Mac, whether j902, j903 or j9.4.0 Actually only the labs work fine. Once you start to use graphics/graph speculatively, you hit bugs like this: |domain error: chkgl2 |glpen PEN But sometimes you can see how far GDI

Re: [Jprogramming] what is (or was) 'graph'?

2023-04-07 Thread Raul Miller
I've gone ahead and changed the page to address some functional issues. (Note: I'm using "functional" here in the sense of "working" rather than as a reference to "functional programming style". That said, I have not tested everything on the page, and it's entirely possible that I've overlooked so

Re: [Jprogramming] what is (or was) 'graph'?

2023-04-06 Thread More Rice
Thank you very much, Ian! I looked at this sometime ago and couldn’t get it to work as well (and given up). https://code.jsoftware.com/wiki/Studio/FractalsVisualizationJ Thing is, jwiki suggests gdshow’’ as the last call to show the rendering (similar to pd ‘show’ - it kind of makes sense), but

Re: [Jprogramming] what is (or was) 'graph'?

2023-04-06 Thread Ian Clark
Addons/graphics/graph -works just fine for me in jqt on the Mac, whether j902, j903 or j9.4.0 JVERSION Engine: j9.4.0-beta13/j64arm/darwin Build: commercial/2023-02-23T08:07:39/clang-14-0-0/SLEEF=1 Library: 9.4.21 Qt IDE: 2.0.3/6.2.4(6.2.4) Platform: Darwin 64 Installer: J904 install Instal

Re: [Jprogramming] what is (or was) 'graph'?

2023-04-06 Thread Raul Miller
I've been playing with this, and I haven't been able to come up with a working translation of that code fragment. Here's my current best guess, though it still does not work: load 'graph' gdopen''NB. Create drawing surface gdcolor 255 0 0 NB. set the color gdpen 2, PS_DASH

[Jprogramming] what is (or was) 'graph'?

2023-04-06 Thread Michal Wallace
https://code.jsoftware.com/wiki/Help/JforC/Graphics ... says you can do this to make an isigraph pop up: load 'graph' gopen '' but... a) the verb seems to have been renamed to `gdopen` since this was written and b) no window pops up when you call `gdopen` (tested in jQt for windows, j902