Tagged Questions
1
vote
0answers
72 views
Mathematica's MathCode for creating a 3D Graphics plugin in Unity?
I have done image-processing algorithms in Mathematica but now I should reimplement them directly in Unity aka create a plugin that makes things such as preprocessing, certain smoothing, texturing and ...
0
votes
1answer
24 views
Using Locator coordinates to index a matrix during drawing
I would like to "draw" into a matrix in Mathematica. That is, I would like to use the mouse to (say, using EventHandler) change the value at a matrix index to 1 from, say, 0. The simplest approach ...
0
votes
0answers
65 views
How to export high quality SVG from Mathematica? [closed]
Say I want to export the simple image below from Mathematica (my actual desire is a little more complicated but lets run with this first), this is a stripped down BarChart3D of a single bar.
Above ...
0
votes
2answers
143 views
W. Mathematica— Graphics--Making spheres
I want to write a program in Wolfram Mathematica
We have two lists :
list1 = {Sphere[{x1}],Sphere[{x2}],Sphere[{x3}],Sphere[{x4}],Sphere[{x5}]}
list2 = ...
0
votes
0answers
128 views
Providing a label for the Axes in ListLinePlot3D in Mathematica
Is there a way to provide a label for all the axes when we plot data using ListPointPlot3D?
Thanks
Abhishek S
4
votes
2answers
209 views
Increasing graphics detail through script in Mathematica
My goal is to generate big graphs and save images of them (PNG, preferably) through a script (that is: without having to interact with them through a notebook).
Example: I generate a complete graph ...
0
votes
0answers
106 views
Mathematica: way to find color at a point in a Graphics?
The following is in Mathematica.
I need to figure out a way to find out the RGB color value at a certain coordinate in a Graphics object. The Graphics object I am dealing with is continually ...
5
votes
2answers
246 views
Generating topological space diagram in Mathematica
I have mathematica code to check whether a collection of sets satisfies the definition of a topology, I would now like to programmatically generate diagrams like these:
How can this be done?
4
votes
1answer
168 views
which format to choose in 'save graphics as' in mathematica
I want to use mathematica to make plots for the book I'm writing. I want to make a plot in mathematica, save it as picture, then import it in quarkxpress, and finally export it as pdf.
My question is ...
2
votes
1answer
136 views
Why points disappear when using Graphics function in Mathematica
I am doing a very basic operation -- drawing dots in Mathematica. Here's the code:
Graphics[
{
Point[{0, 0}], Point[{1, 2}]
}
]
I gives the result that I wanted:
But when I specified the ...
5
votes
3answers
436 views
How is this dynamic plot possible with mathematica?
Here is a BBC dynamic graphics. I am thinking it might be possible to reproduce the graphics in Mathematica.
In the process of answering we will see some charming graphics tricks available in MMA. ...
8
votes
4answers
667 views
Drawing clock face in Mathematica (looking for a better solution)
I am trying to find a general solution for drawing clock face like graphical objects in Mathematica. I've already implemented a version of my own, but I think a much better solution must exist. A ...
6
votes
3answers
200 views
Fit to Notebook Width ImageSize in Mathematica
Is there an argument for ImageSize such that the Graphics or Manipulate automatically fits the Notebook Width.
5
votes
2answers
169 views
Conditional coloring based on a gradient
Please consider :
Manipulate[
Row[{
Graphics[Disk[]],
Graphics[{
Polygon[{{0, 0}, {3, 0}, {3, 1}, {0, 1}},
VertexColors -> {White, Blend[{White, Blue}],
Blend[{White, Blue}], White}],
Black, ...
5
votes
2answers
352 views
Gradient Fill using Graphics in Mathematica
How could I create the following using Rectangle[] in Graphics[]?
3
votes
5answers
197 views
Line Style using Graphics3D in Mathematica
Consider the following :
cAxes = {{{0, 0, 0}, {0, 0, 1}}, {{0, 0, 0}, {0, 1, 0}}, {{0, 0,0}, {1, 0, 0}}};
Graphics3D[{Line /@ cAxes}, Boxed -> False]
How can Style differently the 3 lines ?
0
votes
0answers
146 views
Programmatically adding text labels to a family of curves [duplicate]
Possible Duplicate:
How do I label different curves in Mathematica?
Using Mathematica, I would like to programmatically add text labels to each member of a family of curves. I'd prefer not ...
0
votes
1answer
176 views
PolarTicks, Polar GridLines & Background customization
Building up on
From Cartesian Plot to Polar Histogram using Mathematica I would like to customize the R and theta Axes :
please consider :
list = {{21, 16}, {16, 14}, {11, 11}, {11, 12}, {13, 15}, ...
3
votes
1answer
212 views
Mathematica Dashing “Up and down”
Is there any reason that underlies mathematica's way of presenting this graph
ListPlot[
Table[{x, x*01}, {x, -5, 5, .08}],
PlotStyle -> White,
Filling -> 0,
FillingStyle -> {Dashed, ...
1
vote
1answer
195 views
Mathematica “export” function creates irritating pop-up window when generating graphics
Is there a way to prevent Mathematica(7)'s Export function from creating annoying pop-up windows when it is used to created graphics? I understand that it has to call the front end and use the ...
1
vote
2answers
263 views
Setting step-size with Locator and Manipulate in Mathematica
Given this Mathematica code,
Manipulate[Graphics[Line[{{0, 0}, p}], PlotRange -> 2], {{p, {1, 1}}, Locator}]
How do I set the step distance on the locator? And if possible, constrain them?
3
votes
1answer
284 views
What do these undocumented Style options in Mathematica do?
As mentioned in an earlier question, I have uncovered some style options that don't appear in the Mathematica documentation.
Style["This is a test", LineColor -> GrayLevel[0],
FrontFaceColor ...
1
vote
2answers
141 views
Why doesn't the Inset item show in Prolog in a plot?
I apologise for the length of this question. My current Mathematica programming project involves replicating the very specific business rules my employing institution has for publication-quality plots ...
3
votes
1answer
249 views
Filling in a Graphics3D object
Here is a problem that I don't know if can be solved in Mathematica.
(* Courtesy to Lunchtime Playground Blog *)
to3d[plot_, height_, opacity_] :=
Module[{newplot}, newplot = First@Graphics[plot];
...
2
votes
2answers
413 views
Interpolation/smoothing in Mathematica using Graphics
I am trying to smooth the path I draw between points.
Please consider :
lesPoints = {{41, 26}, {42, 29}, {41, 31}, {46, 30}, {48, 30},
{40, 30}, {43, 30}, {47, 30}, {48, 26}, {47, ...
3
votes
3answers
309 views
Conditional coloring using graphics in Mathematica
Please consider :
dalist = {{1, 1, 1}, {2, 2, 2}, {3, 3, 3}, {4, 4, 4}, {5, 5, 5},
{1, 2, 1}, {2, 3, 1}, {3, 4, 1}, {4, 5, 1}, {5, 6, 1}}
I use the following to plot the above where #2 ...
4
votes
2answers
309 views
Opacity control for overlaying plots
Given two vector plots and a contour plot like the following
as = VectorPlot[{Cos[y], Sin[x] }, {x, -3, 3}, {y, -3, 3},
VectorScale -> Automatic, VectorColorFunction -> ...
2
votes
2answers
130 views
Uniformly distribute Points within an object using Graphics in Mathematica
Considering :
preferred ={{1, 1, 63}, {2, 1, 44}, {3, 1, 27}, {4, 1, 33}, {5, 1, 33}}
frmWidth = 20.9067;
frmHeight = 15.68;
I am displaying 5 types of stimuli 2 ...
-1
votes
3answers
146 views
See a Graphics3D Straight in Mathematica
Considering Sjoerd Solution on displaying multiple 2D plots in 3D :
myDisk[{x_, y_, z_}, r_] :=
Polygon@Table[
{x, y, z} + r {Cos[\[Phi]], Sin[\[Phi]], 0} // N,
{\[Phi], ...
5
votes
3answers
1k views
Display multiple 2D plots in 3D using Graphics in Mathematica?
Considering the following :
lalist = {{{{1, 1}, 1}, {{3, 3}, 1}, {{5, 5}, 1}},
{{{1, 5}, 1}, {{3, 3}, 1}, {{5, 1}, 1}}}
Row[{
Graphics[{
Opacity[0.5],Red,
...
1
vote
1answer
267 views
Plot VoronoiDiagram using Graphics in Mathematica
Completing questions on how to plot a ConvexHull or a DelaunayTriangulation using Graphics in Mathematica,
I would now like to plot the VoronoiDiagram within Graphics.
Considering :
...
3
votes
5answers
246 views
Replacing Disks by Crosses using Graphics in Mathematica
Consider the following list :
dalist = {{47.9913, 11.127, 208}, {47.5212, 10.3002, 208},
{49.7695, 9.96838, 160}, {48.625, 12.7042, 436}}
Those are coordinatees of Eye fixations on a ...
1
vote
3answers
192 views
Plot DelaunayTriangulation in Mathematica
Considering the following example (from Sjoerd Solution on plotting a ConvexHull)
Needs["ComputationalGeometry`"]
pts = RandomReal[{0, 10}, {60, 2}];
dtpts=DelaunayTriangulation[pts]
I would now ...
1
vote
4answers
367 views
Image from Mathematica to Java
i try to get an Image out of Mathematica.
I try to evaluate some Mathematica Code that uses Methods in Packages to generate Graphics.
If i paste the Code to a Mathematica Notebook the Graphic is ...
1
vote
2answers
521 views
Show or hide components using Manipulate in Mathematica
How could I set a Controller to show or Hide a Graphic component of a Manipulate ?
Manipulate[Graphics[
{Pink, Disk[{1, 1}, r],
Green, Disk[{2, 2}, r]}],
{{r, 0.5, Style["Radius", Black, 16]}, 0.5, ...
5
votes
2answers
374 views
ConvexHull in Graphics - Mathematica
Trying to plot a ConvexHull Using PlanarGraphPlot from the ComputationalGeometry package, it does not work when used in graphics.
Any Idea on how to plot the ConvexHull using Graphics ?
1
vote
1answer
142 views
Graphics output and text
I've been looking for a way to 'see' more accurately the results of a picture combined with text.
When I create some shapes:
g1 = Graphics[{White, EdgeForm[Directive[Thick, Black]] ,
...
7
votes
2answers
255 views
printing and graphics[]
I would like to draw a rectangle (or more) which printed on paper shows the rectangle in units of cm.
So
Graphics[{Rectangle[{0, 0}, {19, 28}], Orange, Rectangle[{0, 0}, {1, 1}]}]
will print out as ...
3
votes
3answers
223 views
Arrange & Display Parts of Grids in Mathematica
In order to find quickly the location of my data, I display a table with my variables names as well as informations about each.
Since I have a lot of columns (variable) I copy and paste blocks of it ...
3
votes
2answers
334 views
Graph[] cuts off vertex labels in Mathematica
Graph[] has a tendency to cut off vertex labels in Mathematica. I am looking for a robust workaround.
Example:
Graph[{1 -> 2, 2 -> 3, 3 -> 1}, VertexLabels -> "Name"]
My present ...
6
votes
1answer
490 views
How do you get custom 3D graphics to display properly in Mathematica?
I need to incorporate a 3D model of the Earth into a satellite orbit intercept simulation I have created in Mathematica (I need it to work with "Graphics3D[]). I have downloaded several different ...
7
votes
3answers
259 views
Find the coordinates of the Frame/Axes in the final display area of a plot
If I do a Plot with Frame->True is there a way I can find the coordinates of the corners of the Frame in the absolute coordinates of the image? I have the numerical values of PlotRange and ...
7
votes
4answers
778 views
How do programs like mathematica draw graphs and how can I make such a program?
I've been wondering how programs like mathematica and mathlab, and so on, plot graphs of functions so gracefully and fast. Can anyone explain to me how they do this and, furthermore, how I can do ...
3
votes
1answer
786 views
Graphics in command-line Mathematica 7?
How do I make command-line Mathematica 7 display graphics?
In older versions of Mathematica, "Plot[x,{x,1,2}]" would popup a
window displaying the plot w/ some formatting options (line thickness,
...
2
votes
3answers
107 views
($VersionNumber < 6) Cropping an exported image in Mathematica
This is an animation I made using Mathematica. As can be seen by highlighting the image, the margins at both the left and right sides are too wide. I don't want to have to submit the image to ...
1
vote
3answers
367 views
Resize a list of images in Mathematica for use with ListAnimate
Suppose we have a list of images, like the following:
imageList = Table[Plot[Sin[k*x], {x, 0, 2 Pi}], {k, 1, 4, .05}];
We can animate those images like so:
ListAnimate[imageList]
But now suppose ...
3
votes
1answer
178 views
Mixed Scaled and ordinary coordinates in Mathematica?
Is it possible to specify a position in terms of Scaled coordinates in one direction and use the ordinary coordinates from my data points in the other direction on the plot? In other words, I want to ...
3
votes
3answers
438 views
What typeset programming languages exist?
Mathematica's notebook front end has provided a hugely productive next-generation development environment for over 13 years, particularly suited to technical computing but also more widely applicable.
...
