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.

Filter by
Sorted by
Tagged with
0 votes
0 answers
95 views

I have the following system: \begin{equation} \begin{aligned} \frac{dT}{dt} &= \frac{1}{\lambda} \Bigl(-a T^4 + b\big[1-(s_1 - s_0)e^{-\alpha_1 u}-s_0\big] \Bigr), \quad (1)\\[1ex] \frac{du}{dt} &...
Leo's user avatar
  • 279
5 votes
1 answer
103 views

GraphLayout can do a lot of cool things like when we set the option to SpringElectricalEmbedding and other embeddings for ...
Romogi's user avatar
  • 687
2 votes
0 answers
79 views

I am studying an Answer. I would like to ask how to make the Filling use dashed lines (That is, the part indicated by the red arrow in the screenshot below)? I ...
Yilin Cheng's user avatar
6 votes
5 answers
577 views

I am trying to plot the solutions to a differential equation $$ y' = \frac{2 x + y + 2}{2x + y - 4}. $$ My code is ...
viehhaus's user avatar
1 vote
0 answers
68 views

I'm trying to plot a DensityPlot using a defined function. White spots appear despite all values being real and comprised between 1 and 2. Any idea how to remove ...
Nfehmi's user avatar
  • 21
1 vote
2 answers
115 views

How do I use the command PlotRange -> All in a RegionPlot3D? (Since I have around 100 plots and do not want to specify the ...
Math_student's user avatar
3 votes
1 answer
127 views

I have a set of differential equations which I have solved, and I am plotting the results. There are three figures in total, and they share the same scale in their x axes. I want to stack these ...
Jpmg's user avatar
  • 151
2 votes
1 answer
126 views

I have this code: ...
Iosif Pinelis's user avatar
4 votes
1 answer
178 views

Consider: System 1): \begin{align} \frac{dc}{dt}&=\frac{Au}{c+1}-\frac{\delta u c}{c+c_2}-c\\[1ex] \frac{du}{dt}&=\left(\frac{Bc}{c+c_1}-u(t-\tau)\right)u - \sigma u \end{align} Let the ...
user avatar
2 votes
1 answer
137 views

I have two lists that I want to plot with ListLinePlot: ...
M.A.'s user avatar
  • 959
0 votes
1 answer
134 views

By the following code, I could produce an image ...
Unbelievable's user avatar
  • 4,947
5 votes
1 answer
565 views

I have the following PDF: The image contains four datasets: a solid curve, a dashed curve, big dots with error bars, and small dots with error bars. I need to reproduce these data from this image. ...
user avatar
1 vote
1 answer
170 views

Suppose we have the following system: ...
Leo's user avatar
  • 279
0 votes
0 answers
50 views

I would like to plot an array-valued interpolation of numerical data. For that sake of a simple example let's consider an array of functions and its interpolation. ...
user98191's user avatar
1 vote
0 answers
77 views

Originally motivated by my previous question. I'm trying to see whether it's possible to write PrivateFontOptions in the init.m file of Mathematica so that I don't ...
Isaac Wang's user avatar
3 votes
1 answer
202 views

I am trying to redraw this illustration for the Poincaré section using Mathematica: For which I used this code as a start: ...
codebpr's user avatar
  • 3,028
0 votes
1 answer
135 views

Consider this piece of the python script: ...
John Taylor's user avatar
  • 6,063
0 votes
0 answers
77 views

Following up on the evaluation of a conic surface (which will later be extended to an aspherical surface) representing an optical surface: I have the sagitta equation for the surface, from which I ...
Iceable lml's user avatar
3 votes
1 answer
141 views

I'm trying to customize the axis ticks in a plot with PlotLayout -> {"Column", 3} using MaTeX, so that both the labels and ticks display properly in ...
For backup's user avatar
1 vote
1 answer
205 views

I tried to solve the following wave equation on Mathematica, and the code worked well so far, but when I tried to plot the results, Mathematica froze and I do not know why. ...
Athanasios Paraskevopoulos's user avatar
3 votes
4 answers
240 views

I want to draw the pyrochlore lattice which is the medial graph of the diamond lattice. ...
moonshine's user avatar
2 votes
2 answers
268 views

I'm trying to plot the motion of a star around a black hole by using the Schwarzschild equations in 2D. I will use only r and φ equations, while the equation for t will be obtained from the energy ...
znp.'s user avatar
  • 87
0 votes
2 answers
247 views

First I wish to solve the following system: ...
Leo's user avatar
  • 279
0 votes
0 answers
58 views

...
Leo's user avatar
  • 279