jsoftware / graphics_plot

Plot
MIT License
2 stars 3 forks source link

Missing dot from 'dot' plot r. 2p1 * (i. % ]) 2 #1

Open rdm opened 2 years ago

rdm commented 2 years ago

Currently,

'dot; pensize 5' plot r. 2p1 * (i. % ]) 2

Only shows one dot. It should show two dots.

jip commented 7 months ago

It shows errors for me:

   load 'plot'
   'dot; pensize 5' plot r. 2p1 * (i. % ]) 2
|domain error in cd, executing dyad 15!:0
|   rc=.    glcmds buf

|domain error in cd, executing dyad 15!:0
|   rc=.    glcmds buf

|domain error in cd, executing dyad 15!:0
|   rc=.    glcmds buf

   cder ''
6 0
   cderx ''
+--++
|34||
+--++
   JVERSION
Engine: j9.6.0-beta1/j64/linux
Build: commercial/2023-12-27T20:27:14/clang-11-0-0/SLEEF=1
Library: 9.6.1
Qt IDE: 2.5.2/5.12.8(5.15.8)
OS Ver: openSUSE Leap 15.5 5.14.21-150500.55.44-default
Platform: Linux 64
Installer: j9.6 install
InstallPath: /home/user/j9.6.0-beta1_j64avx2
Contact: www.jsoftware.com
cdburke commented 7 months ago

The problem seems to be the complex argument:

r. 2p1 * (i. % ]) 2 1 _1j1.22465e_16

If you used only the real parts, then this works:

'dot;pensize 5' plot 1 _1

On Tue, Jan 30, 2024 at 7:11 PM Igor Zhuravlov @.***> wrote:

It shows errors for me:

load 'plot' 'dot; pensize 5' plot r. 2p1 * (i. % ]) 2 |domain error in cd, executing dyad 15!:0 | rc=. glcmds buf

|domain error in cd, executing dyad 15!:0 | rc=. glcmds buf

|domain error in cd, executing dyad 15!:0 | rc=. glcmds buf

JVERSION Engine: j9.6.0-beta1/j64/linux Build: commercial/2023-12-27T20:27:14/clang-11-0-0/SLEEF=1 Library: 9.6.1 Qt IDE: 2.5.2/5.12.8(5.15.8) OS Ver: openSUSE Leap 15.5 5.14.21-150500.55.44-default Platform: Linux 64 Installer: j9.6 install InstallPath: /home/user/j9.6.0-beta1_j64avx2 Contact: www.jsoftware.com

— Reply to this email directly, view it on GitHub https://github.com/jsoftware/graphics_plot/issues/1#issuecomment-1918304125, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMDJAMTUQNYZTEDXUKSJ43YRGY6TAVCNFSM5SWZYQAKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJRHAZTANBRGI2Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>