Questions tagged [plotting]
Questions on creating visualizations from functions or data using high-level constructors such as Plot, ListPlot, Histogram, etc.
16,431 questions
0
votes
0
answers
95
views
How can I plot bifurcation diagrams given these isoclines?
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} &...
5
votes
1
answer
103
views
Restricting GraphLayout of vertices in GraphPlot3D to discrete planes along the z-axis
GraphLayout can do a lot of cool things like when we set the option to SpringElectricalEmbedding and other embeddings for ...
6
votes
0
answers
295
views
2
votes
0
answers
79
views
How to apply FillingStyle or dashed lines to Plot Filling in Mathematica?
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 ...
6
votes
5
answers
577
views
Calculating and plotting implicit solution with NDSolve
I am trying to plot the solutions to a differential equation
$$
y' = \frac{2 x + y + 2}{2x + y - 4}.
$$
My code is
...
1
vote
0
answers
68
views
Remove interpolation from DensityPlot [closed]
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 ...
1
vote
2
answers
115
views
Plot range in RegionPlot3D
How do I use the command PlotRange -> All in a RegionPlot3D? (Since I have around 100 plots and do not want to specify the ...
3
votes
1
answer
127
views
How to stack the figures if they share the common ticks in the x axis?
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 ...
2
votes
1
answer
126
views
TeX labels for arrows
I have this code:
...
4
votes
1
answer
178
views
How to solve these delay differential equations?
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 ...
2
votes
1
answer
137
views
ListLinePlot and Missing Values: whats wrong here?
I have two lists that I want to plot with ListLinePlot:
...
0
votes
1
answer
134
views
How to Use Hatching (Parallel Lines) in Mathematica Plots
By the following code, I could produce an image
...
5
votes
1
answer
565
views
Recovering plots (datasets) from a PDF
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.
...
1
vote
1
answer
170
views
Generate plots for different values of parameter
Suppose we have the following system:
...
0
votes
0
answers
50
views
Plotting array-valued interpolation functions with different colors [duplicate]
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.
...
1
vote
0
answers
77
views
Is it possible to set PrivateFontOption for plots globally?
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 ...
3
votes
1
answer
202
views
Making an illustrative image of Poincare section using Mathematica
I am trying to redraw this illustration for the Poincaré section using Mathematica:
For which I used this code as a start:
...
0
votes
1
answer
135
views
Slightly different styling in python and Mathematica scripts
Consider this piece of the python script:
...
0
votes
0
answers
77
views
Plotting incident ray - normal ray - reflected ray, as vector fields. What am I missing?
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 ...
3
votes
1
answer
141
views
Customizing axis ticks with MaTeX in a PlotLayout plot
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 ...
1
vote
1
answer
205
views
Plotting Fourier Transforms: Wave Equation (1D)
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.
...
3
votes
4
answers
240
views
Code to draw pyrochlore lattice which is the medial graph of the diamond lattice
I want to draw the pyrochlore lattice which is the medial graph of the diamond lattice.
...
2
votes
2
answers
268
views
How to use Schwarzschild geodesic equation in 2D with Energy
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 ...
0
votes
2
answers
247
views
Solving system of algebraic equations and plotting the solution
First I wish to solve the following system:
...
0
votes
0
answers
58
views