Timeline for Using a function name instead of its definition in AxesLabel
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 21, 2012 at 18:46 | comment | added | rm -rf♦ | @Jens Oops! Thanks for catching that. | |
| Mar 21, 2012 at 18:45 | history | edited | rm -rf♦ | CC BY-SA 3.0 | edited body |
| Mar 21, 2012 at 18:41 | comment | added | Jens | @R.M I noticed you left out the quotation marks around the Verdana font name. It needs to be "Verdana", otherwise it's not recognized and you get Helvetica. | |
| Mar 21, 2012 at 6:22 | comment | added | rm -rf♦ | @user001 /@ is shorthand for Map, which applies a function to each element in the list (loosely speaking). Strictly speaking, it applies to every element in the first level of the expression (doesn't necessarily have to be a list). See the linked documentation for more :) | |
| Mar 21, 2012 at 5:56 | comment | added | user001 | Thanks R.M. A question about the syntax. The #, & seems to be a cooptation of the pure function syntax, whereby the {"x","sinc(x)"} are substituted into the #. How about the /@? This suggests to me an effect similar to /. # -> {"x","sinc(x)"}, but I'm not familiar with /@ per se. | |
| Mar 21, 2012 at 4:22 | history | answered | rm -rf♦ | CC BY-SA 3.0 |