9,965 reputation
11258
bio website
location somewhere in England
age
visits member for 1 year, 4 months
seen 18 mins ago
stats profile views 804

Mathematica apprentice

My gravatar is an eternal golden braid, made with the following Mathematica code:

Graphics3D[{
  GrayLevel[.3], Specularity[White, 15],
  Lighting -> {{"Directional", 
     RGBColor[1, .5, .4], {{5, 5, 10}, {5, 5, 0}}},
    {"Point", Yellow, {12, 3, 15}},  
    {"Point", White, {12, 3, 4}}},
  KnotData[{"TorusKnot", {2, 5}}, "ImageData"]}, 
 ViewVector -> {{0, 0, 5}, {0, 0, 0}}, Boxed -> False, 
 Background -> None, Axes -> False, ImageSize -> 1000]

Mar
20
answered Why is this Mandelbrot set's implementation infeasible: takes a massive amount of time to do?
Mar
20
comment Why is this Mandelbrot set's implementation infeasible: takes a massive amount of time to do?
A useful introduction wikihow.com/Plot-the-Mandelbrot-Set-By-Hand
Mar
19
revised Best practices for scripting: processing lots of files
better output, and -1 not different from 2, as it turns out
Mar
18
revised Best practices for scripting: processing lots of files
more information
Mar
18
answered Best practices for scripting: processing lots of files
Mar
18
comment combined 3D graphics with no interface
OK, you caught me red-handed...
Mar
18
revised combined 3D graphics with no interface
ok, then, if you insist
Mar
18
answered combined 3D graphics with no interface
Mar
18
revised Radial Random Walk
picture formatting
Mar
18
revised Choosing the appropriate solution for the square root
spelling title
Mar
18
comment How can I imitate the style of a certain 3D bar chart?
@Mr.Wizard the struggle is clearly visible... :)
Mar
18
answered How can I imitate the style of a certain 3D bar chart?
Mar
16
comment How can I imitate the style of a certain 3D bar chart?
Not on a single face, though apparently
Mar
16
comment How can I imitate the style of a certain 3D bar chart?
Yes I suppose that's the only way...
Mar
16
comment How can I imitate the style of a certain 3D bar chart?
+1 but how do you make a cuboid have a red top and blue sides?
Mar
15
revised Save variables values and definition
expanded question
Mar
15
comment AxesLabel in Histogram3D unreadable
@Mr.Wizard Yes, I'm on OSX, but I don't know how their appearance differs on other platforms. (And I still feel relatively novice-like compared with you lot!:)
Mar
14
comment How to change texture of chart bar?
@whuber, yes you're right, I forgot myself. I feel guilty now... :)
Mar
14
answered How to change texture of chart bar?
Mar
14
comment How do I put an image on the complex plane?
See shuisman.com/?p=1401#more-1401 and this question