Tagged Questions
5
votes
3answers
262 views
Parameters for the CIE XYZ Color Space in Mathematica
In Mathematica, producing a color based on its RGB parameters is easy; one can use (for example)
...
8
votes
2answers
209 views
Is there a “GrabHand” and “OpenHand” MouseAppearance in Mathematica?
MouseAppearance[Plot[Sin[x], {x, 0, 5}], "LinkHand"]
Unfortunately I cannot get a screen grab to show the link hand but it is a cartoon hand with a finger ...
11
votes
3answers
283 views
Undocumented syntax of FilledCurve [duplicate]
Possible Duplicate:
Undocumented form for FilledCurve[]
A nice trick to get the outline paths of letters is to use the PDF exporter/importer
...
19
votes
2answers
301 views
Undocumented form for FilledCurve[]
New in Mathematica 8 is FilledCurve (and its cousin JoinedCurve). The docs state that this function can take a list of segments ...