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.

0 votes
1 answer
13 views

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

...
Leo's user avatar
  • 279
3 votes
1 answer
111 views

I am trying to imitate default frame of ContourPlot with AxisObject. I used AbsoluteOptions ...
azerbajdzan's user avatar
  • 32.5k
1 vote
0 answers
66 views

I use this code p1 = Graphics[{PointSize[0.05], Red, Point[{{4, 0}, {7, 0}}]}]; p2 = Plot[Sin[x], {x, 0, 10}, PlotRange -> {-2, 2}]; Show[{p1, p2}] which gives ...
charmin's user avatar
  • 1,179
1 vote
0 answers
54 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
  • 41
3 votes
1 answer
98 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
4 votes
2 answers
289 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
1 answer
58 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
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
0 votes
1 answer
94 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
82 views

I am plotting particle trajectory using ParametricNDSolveValue, but it gives error. Any help is highly appreciated. ...
David Senjaya's user avatar
1 vote
0 answers
77 views

I have this code working well for Q = 0. But I need to plot the image for Q > 0, any help is very appreciated. ...
David Senjaya's user avatar
0 votes
0 answers
62 views

I externally add color from external list to SphericalPlot3D. I think due to Lighting the resulted color is not consistent. This ...
MMA13's user avatar
  • 5,650
1 vote
1 answer
90 views

I am generating a 3D rotor model by sweeping a 2D profile around the z-axis while applying a variable lead translation. The goal is to create a smooth helical solid based on rotor geometry and a lead ...
kai29lol's user avatar
  • 317

15 30 50 per page
1
2 3 4 5
1096