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"
745 questions
3 votes
1 answer
136 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 ...
0 votes
1 answer
176 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 ...
4 votes
1 answer
382 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 ...
3 votes
3 answers
260 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 ...
7 votes
1 answer
208 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 ...
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 ...
6 votes
3 answers
383 views
How can I visualize OpenAPI JSON schemas in Mathematica?
Question I’m working with an OpenAPI JSON schema and want to visualize and understand its structure using Mathematica. For example, given the following schema: ...
7 votes
1 answer
288 views
Stacking frames of a ListAnimation into a 3D picture
What's the best way to use Mathematica built-in tools to stack multiple frames of a ListAnimation vertically into a pleasing 3D picture? ...