Tagged Questions
0
votes
1answer
96 views
1
vote
1answer
56 views
When is Evaluate needed within function arguments? [duplicate]
I'm trying to do a simple variable substitution within a ContourPlot, but it's not working. Here's an example:
...
2
votes
2answers
349 views
Several functions in one RegionPlot with different grayscale
I try to plot the following, but something seems to be wrong in my code and I can't figure out how to fix it:
...
8
votes
5answers
284 views
can the color in MeshStyle be specified by a ColorFunction, such as “SunsetColors” for example. If so, what is the correct syntax?
This is an example given in Help:
Plot3D[Sin[x y], {x, 0, 3}, {y, 0, 3}, MeshStyle -> Gray]
Could this be changed to something like
...
3
votes
4answers
1k views
Mapping multiple parameters of a function to specific values
I am a little bit confused by the documentation for Apply (@@).
I want to define a list of parameters, for instance:
...