bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ⎕PLOT


From: hudson
Subject: Re: ⎕PLOT
Date: Fri, 24 Jun 2022 13:21:08 -0300 (BRT)

#!
'⎕PLOT BUG:'
'Some ranges cause non-unique grid numbers.'
''
'Suggestion:'
'a) use the same grid, but remove "inexact" numbers, or'
'b) use a sparser grid.'
''
'GNU Octave version:'
'  plot (0.0001i+[.14+.4i .145+.405i]), grid minor on, grid on  '
''
⊣⎕plot 0.0001+  (.14 .145) + (0j1× .4 .405)
⎕
)off

Attachment: BUGS.apl
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]