Recent content by dcnicholls

  1. D

    Mathematica Mathematica - Set zero offset for Frame origin?

    Alas it appears FrameMargins only applies to 'Framed', not Frame for a plot.
  2. 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...
  3. D

    Mathematica 2D surface density plot in Mathematica

    Possibly using a PolarPlot would be somewhere to start?
  4. 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
  5. 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
Back
Top