Re: [Jprogramming] printf and newlines

2021-08-24 Thread rsykora via Programming
August 23, 2021 5:08 PM, "Raul Miller" wrote: > You might try > require'general/misc/format format/printf' > a=:i.2 2 [ b=:6 > 'v1: %d\nv2: %s\nv3: %d\n' printf b;(flatten a);b Thanks, I did not know 'flatten' before. Ruda -- F

[Jprogramming] problem with 'plot'

2023-03-17 Thread rsykora via Programming
Dear list, I use j902. When I try:to use 'plot' I get: load'plot' plot 1 2 3 sh: line 1: : command not found Do you have any hint where I should look in order to find what could be the problem? Thanks! Ruda -- For inf

Re: [Jprogramming] problem with 'plot'

2023-03-17 Thread rsykora via Programming
On 2023-03-17 16:41, bill lam wrote: Which frontend are you using? jconsole or jqt? jconsole on linux On Fri, 17 Mar 2023 at 11:24 PM rsykora via Programming < programm...@jsoftware.com> wrote: Dear list, I use j902. When I try:to use 'plot' I get: load'plot&#

Re: [Jprogramming] problem with 'plot'

2023-03-18 Thread rsykora via Programming
Dear Maurice, > If I understand correctly, "plot 1 2 3" will > 1. generate j902-user/temp/plot.pdf (default output type) and then > 2. launch xdg-open (yes, a sh file) to display it. > > Does your xdg-open utility work in your linux environment with pdf? thank you! This was what I needed to kno