9,690 reputation
11158
bio website
location somewhere in England
age
visits member for 1 year, 4 months
seen 2 mins ago
stats profile views 783

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
24
answered Snapping two “Drawing Tools” objects together while decorating an image
Mar
24
answered How to change BarChart labels font?
Mar
22
answered Efficiently finding the positions of a large list of targets in another, even larger list
Mar
21
answered How to revolve a surface about a line other than the $x,y,z$ axes?
Mar
21
answered How can I change a Slider's appearance?
Mar
20
answered Why is this Mandelbrot set's implementation infeasible: takes a massive amount of time to do?
Mar
18
answered Best practices for scripting: processing lots of files
Mar
18
answered combined 3D graphics with no interface
Mar
18
answered How can I imitate the style of a certain 3D bar chart?
Mar
14
answered How to change texture of chart bar?
Mar
14
answered AxesLabel in Histogram3D unreadable
Mar
9
answered Dashed mesh behind 3D object
Mar
7
answered Where to find a summary for Q functions?
Mar
7
answered Using ReadList and Skip to read a file with periodic alternation of useful and useless data
Mar
2
answered How can I change the color of the bar in a ProgressIndicator?
Feb
27
answered How can I fill a wire-frame structure with gas in a Graphics3D drawing?
Feb
26
answered How can I draw this plot?
Feb
26
answered How to change the density range in DensityPlot?
Feb
26
answered How to draw Graphics3D items with straight border lines?
Feb
22
answered How to add a common color legend to a grid of density plots?