Tell me more ×
Mathematica Stack Exchange is a question and answer site for users of Mathematica. It's 100% free, no registration required.

Mathematica has many preset schemes, for example "DarkRainbow" and "FadingRectangle":

Histogram[RandomVariate[NormalDistribution[1, 0.2], 100], 
 ChartStyle -> "DarkRainbow", 
ChartElementFunction -> "FadingRectangle"]

test

How can I get Mathematica to tell me the source code for these schemes? I want to reproduce "FadingRectangle", with some modifications of my own.

share|improve this question
Try looking at the functions that show up after executing ?System`BarFunctionDump`*. – J. M. Oct 12 '12 at 8:31

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.