User Portlet User Portlet

Discussions
What is `data` and `data2`? Both of Sander's suggestions should have worked fine.
Being from Rochester, NY, I'm partial to those values. ![enter image description here][1] But, I find that lacking as it does not give a sense of the size of the data sets being used. To give a better sense of the history, I like to plot the...
My suspicion is that it is `u[x,y,z]` that is causing the issue, but I cannot be sure without knowing what `uLG`, `k`, and `nn` are. Would you post them, please?
The form Solve[eqns]is undocumented, so I would not expect it to work. However, the documented form Solve[eqns, vars]works:Solve[1234`4/x == 1., x] (* {{x -> 1234.}} *)Of course, that's accompanied by the...
I can't seem to reproduce that effect. First, have you tried this on a fresh kernel?  Presuming you have, you could try rebuilding the paclets viaRebuildPacletData[]That likely isn't the source of the issue, but it may not hurt to try....
Andy, I made a slight change to my original code. Previously, I had counted the number of plotmarkers by hand to come up with 10, but if any are added, then the solution will not include them. Of course, it is unlikely that you will need more than...