Skip to main content

Questions tagged [plotting]

Questions on creating visualizations from functions or data using high-level constructors such as Plot, ListPlot, Histogram, etc.

2 votes
5 answers
214 views

I would like to generate a diagram in Mathematica showing how the mapping \begin{equation} w = z^2 \end{equation} transforms a rectangular grid in the complex $z$-plane into a curved grid in the $w$-...
seeker's user avatar
  • 867
4 votes
2 answers
294 views

I would like to have an idea what kind of curbe is being formed from the intersection of the plane $x+y+z=9$ with the surface $\sqrt{16-x^2}+\sqrt{25-y^2}+\sqrt{36-z^2}=12$ under the restriction $x,y,...
dmtri's user avatar
  • 634
1 vote
3 answers
422 views

The code I have written to create a chessboard is as follows: ...
N31ngy's user avatar
  • 21
4 votes
1 answer
186 views

I am trying to imitate default frame of ContourPlot with AxisObject. I used AbsoluteOptions ...
azerbajdzan's user avatar
  • 32.8k
2 votes
2 answers
190 views

Based on this question, how does one analytically compute the asymptotes for the equation defined by: $$(x+y+2)(x+y)^2 = x+9y-2 ?$$ I can easily plot the curve... and can manipulate equation for ...
David G. Stork's user avatar
4 votes
2 answers
273 views

As a beginner with Mathematica, I apologize if this question is too basic. I would like to show introductory students that a complex number can be represented in several different coordinate systems ...
seeker's user avatar
  • 867
0 votes
1 answer
82 views

I am plotting particle trajectory using ParametricNDSolveValue, but it gives error. Any help is highly appreciated. ...
David Senjaya's user avatar
2 votes
1 answer
112 views

...
Leo's user avatar
  • 299
4 votes
1 answer
141 views

Hello everyone — I’m reading about the extended complex plane and the “point at infinity,” and I find the geometric picture quite helpful. According to this text, in the complex plane $z \in \mathbb{C}...
seeker's user avatar
  • 867
2 votes
2 answers
122 views

EDIT: This question has been heavily edited to only show the one question I have without confusion. I am simulating points $X_j$ and getting outputs $Y_j=f(X_j)+e_j$ where $e_j\sim N(0,3)$ where $f$ ...
Fisherman's Friend's user avatar
1 vote
1 answer
97 views

I am trying to add a title with a background color to my plot. Currently, using Framed inside PlotLabel only creates a box around the text itself. I want the background box of the title to: Span the ...
Lerh's user avatar
  • 43
3 votes
1 answer
103 views

I want to produce an SVG map by Mathematica that preserves tooltips that are in Mathematica so that they are also in the SVG. The problem is that the tooltips do not export. Here is an example: That ...
Romogi's user avatar
  • 687
0 votes
1 answer
95 views

I add a label to a plot on specific position, but when using Grid the position moves slightly. How to keep position fixed as in the plot? ...
MMA13's user avatar
  • 5,650
0 votes
1 answer
59 views

I am using ListContourPlot to plot trajectory data against launch and arrival dates in Julian days. My axes go from 1 to 29, but I need to label the x-axis from 491 to 519, and the y-axis from 731-...
George's user avatar
  • 1
1 vote
1 answer
59 views

I need to draw a curved Tube through three given points. For example, points = {{1, 0, 0}, {0, 1, 1}, {-1, -1, 0}} I found that ...
youthdoo's user avatar
  • 647

15 30 50 per page