About 346,000 results
Open links in new tab
  1. 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 with x .

  2. ListLinePlot: Plot a Line Graph of Data Points—Wolfram …

    ListLinePlot is also known as a line plot or line chart. Regular data { y 1 , … , y n } is plotted as a functional curve through the points { i , y i } . Irregular data { { x 1 , y 1 } , … , { x n , y n } } is plotted as the free-form curve through the points { x i , y i } .

  3. Plot a Graph—Wolfram Language Documentation

    It automates many details of plotting such as sample rate, aesthetic choices, and focusing on the region of interest. While these default options have been carefully selected to suit the vast majority of cases, the Wolfram Language also allows you to customize plots to fit your needs.

  4. Plotting horizontal and vertical lines in Mathematica

    May 24, 2010 · If you're actually using Plot (or ListPlot, et c.), the easiest solution is to use the GridLines option, which lets you specify the x - and y -values where you want the lines drawn. For instance: GridLines -> {{0, \[Pi]/2, \[Pi], 3 \[Pi]/2, 2 \[Pi]}, {-1, -Sqrt[3]/2, …

  5. In addition to being a powerful programming tool, Mathematica allows a wide array of plotting and graphing options. We will look at a variety of these, starting with the Plot command.

  6. This notebook discusses lines in the plane and 3-space and illustrates how to plot them in Mathematica. 1. Lines. Mathematica has a built-in command to plot the line segment between two points P(a, b) and Q(c, d). The following 4-line routine illustrates its use. Execute it by placing your cursor after the last line and pressing the Enter key.

  7. plotting - How to add a vertical line to a plot? - Mathematica

    An easy way to add a vertical line is by using Epilog. Here is an example: PlotStyle -> {Automatic, Directive[lineStyle], Directive[lineStyle]}, Epilog -> {Directive[lineStyle], line1, line2}]

  8. algebra - Plotting horizontal and vertical lines - Mathematica

    Mar 30, 2020 · The Plot will give your horizontal line. If you don't give that a PlotRange then it will only show the diagram from x=-3 to x=5 and you want to have that plot large enough so that it will include your vertical line when x=10.

  9. Plot a line graph Mathematica - Stack Overflow

    Mar 8, 2014 · You will find that the line slope looks the same while the y axis scale changes as the value of r is varied. There are simple plot options you can use to change that effect. i[v_, r_] := v/r; Manipulate[ Plot[i[v, r], {v, 1, 5000}, PlotRange -> All], {r, 100, 50000}]

  10. MATHEMATICA tutorial, Part 1.1: Plotting - Brown University

    3 days ago · We start with its basic command Plot and expose its ability to add text into figures. To place a text inside a figure, Mathematica has a special command Text[expr, coordinates, offset] that specifies an offset for the block of text relative to the coordinate given.

Refresh