The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
2answers
241 views

Using several anonymous functions mixed together

This works: list // BarChart[#[[2]], ChartLabels -> DateString @@@ #[[1]], ChartStyle -> "Pastel"] & This doesn't: ...