Questions tagged [visualization]
Data visualization is the study of the visual representation of data, meaning "information that has been abstracted in some schematic form, including attributes or variables for the units of information"
747 questions
4
votes
1
answer
199
views
Reproduce formatting of diagram: horizontal spacing, overlapping grids
The wikipedia article on x86 instructions contains this table.
I want to reproduce its formatting more closely.
I don't want to reproduce weird/subtle formatting quirks; i.e. slight font size ...
9
votes
0
answers
324
views
Auto Mind Maps with graphs / networks in the age of AI / LLMs
NOTE: any ideas / solutions are welcome - the point is great Mind Maps. The below is just one way of thinking.
TASK: share your best solutions for automatic generation of Mind Maps. Take a text - ...
5
votes
2
answers
368
views
Visualizing Different Coordinate Representations of Complex Numbers
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 ...
4
votes
1
answer
161
views
Visualizing multiple paths to infinity in the complex plane using Mathematica [closed]
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}...
3
votes
1
answer
142
views
Single mesh element marker for each boundary region
I am using StructuredMesh for generating a second order mesh for plane figures. Afterwards I use ToBoundaryMesh to generate the ...
9
votes
4
answers
750
views
Visualizing continuous functions defined on a unit circle
Chebychev polynomials seem like may be better off visualized on a circle rather than horizontally. Code below uses an idea with SectorChart3D from an earlier post ...
0
votes
1
answer
178
views
Plotting branch cut along `Im[z]=0` axis
I have expressions $\log\frac{z}{z-1}$ and $\frac{1}{z \left( 1 + W_0\left(-\frac{1}{e z}\right) \right)}
$ visualized below. There's a branch cut along the Im[z]=0 ...
6
votes
2
answers
327
views
Plotting branch-cuts along Re[z] line
The plot below shows branch cut along Re[z]=0 line, however, the corners are smoothed. Is there a trick to help it spend more effort on computing higher quality exclusions?
Cranking up ...
4
votes
1
answer
395
views
Diving into orbitals created by DensityPlot3D
I was asked by a high school chemistry teacher to visualize electron orbitals of hydrogen atom for various quantum numbers. This is trivial and one can find a worked out example in the ...
2
votes
1
answer
236
views
Generate a Table for the Onset of Period Doubling for the Sine Map
Below is my Mathematica code to generate the bifurcation diagram of the sine map x_n+1 = rsin(Pix_n) or in this form f(x) = rsin(Pix). (How to isolate the bifurcation points from the sine map's ...
3
votes
3
answers
264
views
Graphs with flexible but not arbitrary vertex distances
There are answers which do almost what I need, e. g. Drawing a graph with specified edge lengths, but not quite.
I have an edge-weighted graph and I want vertex distances to be approximately equal to ...
1
vote
1
answer
103
views
Manipulate Not Updating Plot When Parameter Changes in Mathematica [closed]
I am using Manipulate to change a parameter in a system of differential equations solved with NDSolve in Mathematica. The system of equations is as follows:
I am using Manipulate to allow interactive ...
7
votes
1
answer
217
views
How can I control the range and granularity of logarithmic binning with Histogram?
Histogram uses equally sizes bins by default. We can control the lower bound, upper bound, and bin size like this:
Histogram[data, {lower, upper, binsize}]
How can ...
3
votes
3
answers
385
views
How to isolate the bifurcation points from the sine map's bifurcation diagram
I have the following code for the bifurcation diagram of the sine map. It works well but I would like to isolate where the onset of period doubling begins (the bifurcation points) along the horizontal ...
0
votes
0
answers
88
views
Changing the output of RegionPlot3D
I am hoping to make a figure that shows the output of the Solve command below, with Plot3D. Ideally, I want to make a cube of ...