Recent content by dcnicholls
-
D
Mathematica Mathematica - Set zero offset for Frame origin?
Alas it appears FrameMargins only applies to 'Framed', not Frame for a plot.- dcnicholls
- Post #3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
D
Mathematica Mathematica - Set zero offset for Frame origin?
I have a Plot using Frame, and AxesOrigin set to a convenient value. The plot process offsets the physical origin of the Frame so that the specified AxesOrigin is just inside the Frame border - ie there is an offset introduced for both axes. Is there a way to tell Mathematica not to set any...- dcnicholls
- Thread
- Frame Mathematica Origin Set Zero
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
D
Mathematica 2D surface density plot in Mathematica
Possibly using a PolarPlot would be somewhere to start?- dcnicholls
- Post #2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
D
Mathematica Mathematica - 2D plot for function of 2 vars?
Thanks, useful improvement.- dcnicholls
- Post #4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
D
Mathematica Mathematica - 2D plot for function of 2 vars?
Solved: Define a second function f1(b) with the same formula as f(a,b), and use: Plot[{f1[10],f1[20],f[50],f[100]},{a,1,10}] Does the job. DN- dcnicholls
- Post #2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
D
Mathematica Mathematica - 2D plot for function of 2 vars?
I have a function of two variables, f(a,b). I want to create a series of 2D plots (on the same plot) of f(a,b) vs a, for a=1 to 10, for a set of discrete values of b (e.g. b=10,20,50,100). Is there a simple way to do this? Plot3D works, but I cannot find how to do it in 2D. DN- dcnicholls
- Thread
- 2d Function Mathematica Plot
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX