User Portlet User Portlet

Discussions
Ahh okay. Thanks for your response! I guess I'll just stick with initializing within the Manipulate function.
Just one more question: although your solution works like a charm at selectively plotting the different functions, it doesn't show the Plot Legend for the first function plotted (but it works fine for all cases thereafter). Is there a way to fix...
Hi there, I'm looking to extract elements from a list that meet a certain criterion: namely, that the sum of the first and second elements is greater than or equal to 70. Here's what I've tried: points = Table[{racing, sport, 8*racing +...