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 !
4 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: 429
- Joined: Wed Oct 01, 2008 9:39 am
Re: SharpPlot extremely sluggish in APL v18.2
The save issue due to "Cannot perform operation when # is referenced by session namespace" is logged as 12649.
I seem to get this error every time I "Exit" from Chart Wizard.
What do I need to do to get past this error?
Simply starting Chart Wizard in a clear workspace, then selecting Exit from the menu to end it without any other interactions (other than replying to "are you sure") causes it on a )clear
- Code: Select all
Clear
<< click on the chart wizard icon >>
)clear
Cannot perform operation when # is referenced by session namespace.
Reached via:
⎕SE...THIS
Thanks for any suggestions.
Ray
Ray Cannon
Please excuse any smelling pisstakes.
Please excuse any smelling pisstakes.
-
ray - Posts: 236
- Joined: Wed Feb 24, 2010 12:24 am
- Location: Blackwater, Camberley. UK
Re: SharpPlot extremely sluggish in APL v18.2
Hi Ray,
There are two workarounds that you can try.
1)
)reset
2) A more complicated option is to temporarily destroy the contents of ⎕SE.
)cs ⎕SE
⎕ex ⎕nl 9
⎕WA
)cs
Please remember not to save the Session configuration or session file at this point.
At this point, you can try to )save the workspace.
If you cannot )save, you can try this command to an already existing directory of your choice. In my example, I use c:\tmp\
+2 ⎕nq '.' 'dumpws' 'c:\tmp\mycor.cor'
This method creates an aplcore-like file that you should be able to ⎕cy objects out of.
Regards,
Vince
There are two workarounds that you can try.
1)
)reset
2) A more complicated option is to temporarily destroy the contents of ⎕SE.
)cs ⎕SE
⎕ex ⎕nl 9
⎕WA
)cs
Please remember not to save the Session configuration or session file at this point.
At this point, you can try to )save the workspace.
If you cannot )save, you can try this command to an already existing directory of your choice. In my example, I use c:\tmp\
+2 ⎕nq '.' 'dumpws' 'c:\tmp\mycor.cor'
This method creates an aplcore-like file that you should be able to ⎕cy objects out of.
Regards,
Vince
- Vince|Dyalog
- Posts: 429
- Joined: Wed Oct 01, 2008 9:39 am
4 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