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"

learn more… | top users | synonyms

4
votes
1answer
281 views

How to start simulating physical problems?

I'm quite new to Mathematica, I have version 9. I need to use it to simulate some physical problems. I know the equations (like Maxwell's equations and Newton's laws and so on), but I have no real ...
4
votes
1answer
203 views

How can I avoid label collisions? [duplicate]

Possible Duplicate: How can I influence the spaces between labels on a BarChart How can I avoid label collisions in plot ticks and labels? For example, here is a histogram with colliding ...
3
votes
3answers
188 views

How can I fill a wire-frame structure with gas in a Graphics3D drawing?

I am very poor at visualization. I want to make a transparent "building" filled with gas. I wrote the following code for the building and it's fine. ...
3
votes
3answers
320 views

Comparing 2 Data Sets in a Single Plot

I have 2 data sets, data1 and data2 with large (in the thousands) amounts of data and I want to compare them in a plane. They ...
2
votes
2answers
179 views

How can I fill an entire Building with transparent points? [duplicate]

I am posting the same code found at an earlier question, although the concept here is totally different. The following code corresponds to a building-shaped structure. ...
1
vote
0answers
79 views

Region plot of more than 3 dimensions

Let $Y = f(x_1, x_2, ... , x_n)$ be a continuous function of $n$ ($n$ is big, say $1000$) variables. I have an inequality, $a \leq Y \leq b$. The problem is to visualize $x_1, x_2,\dots, x_n$ ...
1
vote
0answers
215 views

Doing local FFT on huge 3D vector data cell mesh and visualizing it spatially?

Simulation type: I'm running a simulation with the OOMMF micromagnetics package http://math.nist.gov/oommf/ where are magnet is represented by a mesh of 3 million cells, it gets excited by a ...
1
vote
0answers
67 views

How can I increase the speed of a dynamic visualization of a Raster3D?

I have big list of data. Its length is 56203*100 and I partitioned biglist into 100 sublists, so each sublist length is ...
0
votes
2answers
226 views

How can I make a transparent 3D Rectangle?

Sorry, I didn't mentioned clearly in my earlier post. I want to build a transparent Rectangle, within which I want to diffuse a certain color of my choice which is ...
0
votes
3answers
126 views

How to select interactively datasets to plot with Manipulate

I'm using Manipulate to visualize three datasets: Manipulate[ListPlot[WHAT -> what], {what, {dataset1, dataset2, dataset3}}] Now with this solution I can only ...
0
votes
1answer
117 views

Create heat map from RMSD values

After looking through these forums for answers that could work for my problem, I could not find anything. I want to make a heat map comparing values that are in a nested list. That is, I have a ...
-5
votes
3answers
172 views

How can I draw this plot?

How can I draw a plot like this one? I want to be able to specify the x-axis, y-axis, and z-axis ticks and the number of bars in the plot.

1 2