User Portlet User Portlet

Discussions
I'm most interested in 3D graphics of scatterplots and surfaces where I can view and edit the source code in Mathematica. Please direct me to any source you might be aware of- thanks!
Looks great. I see how that works. Thanks!
How would I specify the min and max of the y-axis for PairedHistogram[]? example code, ```` data1 = RandomVariate[NormalDistribution[1, 2], 500]; data2 = RandomVariate[WeibullDistribution[1, 2], 500]; PairedHistogram[data1, data2, Automatic,...
smart- thanks
```` Last[Last[Position[list, Min[Select[list, NonNegative]]]]] ```` for just the value- thanks
It does, yes. Sorry I missed that. I tested it and it works perfectly. Thanks for pointing it out.
Hello, How can I have this solve for 'c'? A 'c' of around 1 will satisfy the equation. ```` a =. b = 1; c =. Solve[Integrate[(-(1/(-1 + E)) - E^a/(1 - E))^(1/(b*c)), {a, 0, 1}] == 1/2, c, Reals] ````
Sorry, that's why I'm asking the question. How would it look to fit "X/.{0->Indeterminate}" into Plot3D[]? A simpler starting point, ```` Plot3D[Sin[x + y^2] , {x, -3, 3}, {y, -2, 2}] ```` My interpretation of what you are explaining,...
That'd be nice to have. If I could have only one thing it would be clear examples of how to do "basic" things that are common to several languages in Mathematica, with the simplest possible syntax used. In other words, things that are less gimmicky...
I'll look into it- thanks.