SharpPlot extremely sluggish in APL v18.2
Forum rules
This forum is for discussing APL-related issues. If you think that the subject is off-topic, then the Chat forum is probably a better place for your thoughts !
This forum is for discussing APL-related issues. If you think that the subject is off-topic, then the Chat forum is probably a better place for your thoughts !
2 posts
• Page 1 of 1
SharpPlot extremely sluggish in APL v18.2
When using SharpPlot via the Chart Wizard in APL v18.2, SharpPlot responsiveness is extremely slow: up to 15 - 20 seconds for plot updates and chart setting changes. Same data plotted in APL v18.0 is very fast.
Also upon exiting the Chart Wizard in v18.2 and attempting to save the workspace, I get the following error:
Cannot perform operation when # is referenced by session namespace.
Reached via:
⎕SE.tip...THIS
I'm using the following code to generate 6 sine waves on a single graph (y1 vs. x):
Is anyone else having these issues with v18.2?
Also upon exiting the Chart Wizard in v18.2 and attempting to save the workspace, I get the following error:
Cannot perform operation when # is referenced by session namespace.
Reached via:
⎕SE.tip...THIS
I'm using the following code to generate 6 sine waves on a single graph (y1 vs. x):
x←0,(⍳200)×○÷100
n←⍳6
y←0.3×1○(0.5×n)×⍤0 1⊣x
y1←n+⍤0 1⊣y
Is anyone else having these issues with v18.2?
- KamakaniKing
- Posts: 14
- Joined: Thu Mar 25, 2021 8:06 pm
Re: SharpPlot extremely sluggish in APL v18.2
Hi KamakaniKing,
Thanks for reporting these issues.
The save issue due to "Cannot perform operation when # is referenced by session namespace" is logged as 12649.
I have logged the SharpPlot wizard slowness as 19908.
Regards,
Vince
Thanks for reporting these issues.
The save issue due to "Cannot perform operation when # is referenced by session namespace" is logged as 12649.
I have logged the SharpPlot wizard slowness as 19908.
Regards,
Vince
- Vince|Dyalog
- Posts: 374
- Joined: Wed Oct 01, 2008 9:39 am
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group