User Portlet User Portlet

Discussions
I have a large number of functions which I am combining into packages and will call those functions via a palette. I then use those functions in a notebook and may need to call them several times. The data entry for many of those functions is via a...
Very large number of symbols with subscripts is my problem, too. I tried to separate my variables inside Blocks, and use them there like "global variables", without using Symbolize. My idea was to pick up necessary calculation cells from a larger...
It's really quite easy. 1) Put your project, study subject or application in the \$UserBaseDirectory/Applications folder. Just make a folder there with a name such as MyApplication (but in practice something more specific). You could add...
David I am sorry I did not get time to send a set of sample data but I have been out since my last post. Your solution looks to be just what I need. Many thanks. Craig Thank you. Yes I sometimes output to CAD program and mark up from there but...
I have resampled again and got down to 50,000 points which it could handle, with some crashes. Strangely though, I was able to rotate the view quite well once it was formed. Thanks for your help.
Thank you Sean, I had forgotten about the Map function. However, I eventually found that my problem is that PlotMarkers only act on ranges (lists) of points, not individual points. So if you want to label each point differently you have to enclose it...
I need a lot of subscript variables so use Symbolize using this function Symbolize[ ParsedBoxWrapper[ SubscriptBox["_", "_"]]] This works very well. However, the syntax colouring does not work for subscripted variables. They stay blue....