952 reputation
1321
bio website
location
age 53
visits member for 1 year, 2 months
seen 1 hour ago
stats profile views 138

Working in the Imaging and Color Technology Field


2d
comment Strange 3D plot behavior
thanks for your help!
2d
comment Strange 3D plot behavior
How do I fill both lines?
May
16
accepted Strange 3D plot behavior
May
16
comment Strange 3D plot behavior
ah I see that now! Thanks!
May
16
comment Strange 3D plot behavior
Thanks for the solution although it's not quite what I'm after. My implementation is based on the answer to this question: mathematica.stackexchange.com/questions/23362/… Where this type of plot actually does work well. In fact it does work when combined with a second plot in Show[] but not individually.
May
16
asked Strange 3D plot behavior
May
8
comment Creating a 2D meshing algorithm in Mathematica
+1 for tight code!
May
5
comment Creating a 2D meshing algorithm in Mathematica
@ruebenko That solved the error and everything works. I'm using 9.01 on a Mac. Thanks very much for your help!
May
5
comment Creating a 2D meshing algorithm in Mathematica
@ruebenko yea sorry was working my way down to example 2. What can be done about the "Compile`GetElement error?
May
5
comment Creating a 2D meshing algorithm in Mathematica
@ruebenko probably just missing some pieces here then. Getting an error on:tri = Array[Compile` GetElement[X, ##] &, {3, 2}]; the error is Expression cannot begin with "Compile`GetElement[X,##]&". meshbarPlot[p_, bar_List] := Print[Show[{gr, Graphics[Line /@ (Part[p, #] & /@ bar), AspectRatio -> Automatic, PlotRange -> All]}]] in this expression gr is undefined in any of the code. thanks!
May
5
comment Creating a 2D meshing algorithm in Mathematica
@ruebenko Going through and trying the posted code shows there are many functions missing and some undefined variables. Going through the paper it is clear what is missing. Can you clean this up?
May
1
comment Difference of old Graphics`Graphics3D`ListSurfacePlot3D and the current ListSurfacePlot3D
The link provided doesn't explain the problem your trying to solve. Please edit and explain that in your question above. thank you
Apr
25
comment How can a 3DBarChart be made to be fixed size and proportions?
Thank you @bill s
Apr
25
accepted How can a 3DBarChart be made to be fixed size and proportions?
Apr
25
asked How can a 3DBarChart be made to be fixed size and proportions?
Mar
9
awarded  Yearling
Jan
4
comment How to extrude a 3D image from a binary 2D image
Great new method to handel this type of problem. Thanks very much!
Nov
24
comment How can Mathematica be used to detect an area surrounded by the most lines?
@VLC Thank you!
Nov
24
accepted How can Mathematica be used to detect an area surrounded by the most lines?
Nov
21
revised How can Mathematica be used to detect an area surrounded by the most lines?
clairification