About 116,000 results
Open links in new tab
  1. plotting - How to put single points inside the plot? - Mathematica ...

    I wrote this simple code for a basic plot (two lines): Plot[{4, 0}, {x, -2, 2}, PlotStyle -> {{Red, Dashed, Thickness[0.004]}, {Red, Dashed, Thickness[0.004 ...

  2. Plotting points in Mathematica - Stack Overflow

    Jan 9, 2012 · Perhaps this will help you get started on a solution. It plots 3 random points on the surface. You can change the number of points by setting nPoints. I don't know how to plot …

  3. Plotting points and functions in one graphic - Mathematica Stack …

    I'm able to plot points using Graphics[Point[{x, y}]but I would like to plot those point in the same graphic. This is probably really easy, but I can't find it in the documentation. This is probably …

  4. plotting - How to plot one point - Mathematica Stack Exchange

    Jan 9, 2018 · Normally, one does't plot discrete points with Plot, which is mainly intended for more or less continuous functions. But it can be done. Plot[{}, {x, -2, 5}, PlotRange -> {{-2, 5}, {0, …

  5. plotting - Add Point to Plot3D - Mathematica Stack Exchange

    Thanks for contributing an answer to Mathematica Stack Exchange! Please be sure to answer the question. Provide details and share your research! But avoid … Asking for help, clarification, …

  6. Marking Specific Points on Graph - Mathematica Stack Exchange

    Oct 15, 2015 · If you execute the code in Mathematica and hover over those points with the mouse, you will also notice that a tooltip pops up with the coordinates for those points. I would …

  7. Adding a point to an already existing graphic - Mathematica Stack …

    Thanks for contributing an answer to Mathematica Stack Exchange! Please be sure to answer the question. Provide details and share your research! But avoid … Asking for help, clarification, …

  8. plotting - Label points in a plot - Mathematica Stack Exchange

    Jun 7, 2020 · Thanks for contributing an answer to Mathematica Stack Exchange! Please be sure to answer the question. Provide details and share your research! But avoid … Asking for help, …

  9. Using Epilog and Graphics to plot points and lines

    Nov 13, 2022 · I'm attempting to put a point onto my Plot but need help with the point sizing and using the Graphics function. I'm not sure I'm going about this correctly, but I have been able to …

  10. plotting - How to show duplicated points on a plot - Mathematica …

    May 31, 2016 · Thanks for contributing an answer to Mathematica Stack Exchange! Please be sure to answer the question. Provide details and share your research! But avoid … Asking for …