About 4,230,000 results
Open links in new tab
  1. Plotting two functions in one graph - Mathematica Stack …

    Plot[2x, {x,0,4}] Plot[x^2, {x,10,12}] How do I merge these two graphs into one graph without the range {4,10}?

  2. How to | Combine Two or More Graphics - Wolfram

    When working with graphics in the Wolfram Language, you may want to combine several graphics into a single image. The Wolfram Language can combine graphics by overlaying them or by …

  3. Plot two equations in one plot in Mathematica - Stack Overflow

    Apr 4, 2023 · I want to plot two equations in one plot using Mathematica. However, I don't have any idea about how to go about it. I need to add this equation (k^2 + Log[0.75]) to the plot.

  4. Suppose we want to plot two different types of plots on the same set of axes; for instance sup- pose we want to overlay the plots of y = x 2 and r = cos q. Show Plot x^2, x, 0, 1 , PolarPlot …

  5. How to plot multiple equations / solutions on same graph?

    Feb 11, 2021 · I've been working with physics and I want to plot the potential such that I can have multiple lines that represent multiple potentials. The equation is: where V(r) is the potential, …

  6. Plot: Visualize or graph a function—Wolfram Documentation

    Plot is known as a function plot or graph of a function. Plot evaluates f at values of x in the domain being plotted over and connects the points { x , f [ x ] } to form a curve showing how f varies …

  7. A Mathematica code to plot two functions on the same screen

    Mar 8, 2025 · 1) Use GraphicsRow to plot them in separate plots side by side 2) Use GraphicsColumn to plot them in separate plots stacked on top of one another 3) Use Plot as …

  8. How to plot functions and combine into one graph in Mathematica

    Jun 10, 2018 · Here is an attempt to plot 2-c Exp[-t] for c=-3 to 3 by 1 in Mathematica. Table[Plot[2 - c Exp[-t], {t, 0, 1}], {c, -3, 3}] I want these 7 plots to be combined into one image. The …

  9. Plot two functions in the same contour plot? - Online

    Say i have two functions of two variables: There is a way to declare this functions and then plot the contours of this two functions in the same graph for exemple f in full lines an g in dash …

  10. Creating Multiple Parametric Plots on the Same Graph

    Feb 18, 2022 · I know how to create multiple parametric plots on the same graph via the following command: g[\[Zeta]_] := Sin[\[Zeta]]; ParametricPlot[{{Re[g[\[Eta]*I]], Im[g[\[Eta]*I]]}, {Re[g[.5...

  11. Some results have been removed
Refresh