User Portlet
| Discussions |
|---|
| Ahh okay. Thanks for your response! I guess I'll just stick with initializing within the Manipulate function. |
| Use `PlotLegends -> "AllExpressions"` - there is example in docs for `PlotLegends`. |
| Using the original points generation and flatten and then a Cases to extract the relevant list elements points = Table[{racing, sport, 8*racing + 12*sport}, {racing, 0, 40}, {sport, 0, 60}]; points = Partition[Flatten[points],... |