2,133 reputation
1513
bio website
location
age
visits member for 4 months
seen 13 mins ago
stats profile views 57

Apr
8
comment Unexpected behavior of rule matching a pattern
note that T is a bad choice of variable/function name. I suggest using names starting in lowercase letters, especially when using single letters. This avoids conflicts with built-ins (e.g. N, D...)
Apr
8
answered Getting value of clock
Apr
4
answered BarChart without axes neglects the last zero of a list
Apr
4
comment BarChart without axes neglects the last zero of a list
is that cheating? BarChart[{1, 2, 3, 0}, AxesStyle -> Directive[Opacity[0]], Frame -> True]. There must be a smarter way -
Mar
29
revised FindClusters for 3D Pancake/Platelet Shapes
added 71 characters in body
Mar
29
answered FindClusters for 3D Pancake/Platelet Shapes
Mar
29
comment FindClusters for 3D Pancake/Platelet Shapes
Not sure if I properly understand your question, but adding Method -> "Agglomerate" to the FindClusters function seems to do the trick - not sure if that helps for the whole set of data...
Mar
28
comment Is it possible to modify the tick marks in BarChart plot?
glad that helps - (or just use v8 if it works there :) ). Depending on the data other charting types might be helpful too (RectangleChart, ListPlot,...) but as I had problems understanding why you might want to modify ticks on the "x-axis", I came up with this idea in v9...
Mar
28
answered Is it possible to modify the tick marks in BarChart plot?
Mar
27
comment Is it possible to modify the tick marks in BarChart plot?
maybe this will help? mathematica.stackexchange.com/questions/16749/…
Mar
26
comment How to select interactively datasets to plot with Manipulate
I guess I'll keep my answer... no idea what's actually wanted. Due to the title, maybe somebody might find it useful...
Mar
25
awarded  Custodian
Mar
25
reviewed Approve suggested edit on How to select interactively datasets to plot with Manipulate
Mar
25
comment How to select interactively datasets to plot with Manipulate
@Federico: thanks for the input! I wasn't aware that TogglerBar appends the most recently selected choice at the end. As you say "easily fixed", feel free to edit my answer incase you have a better approach - I am sure I must've missed something obvious.
Mar
25
revised How to select interactively datasets to plot with Manipulate
added 510 characters in body
Mar
25
revised How to select interactively datasets to plot with Manipulate
added 25 characters in body
Mar
25
answered How to select interactively datasets to plot with Manipulate
Mar
23
comment Colors associated to parts of a 3D distribution of points
I just added another section, I hope this takes care of it. Good luck, I gotta run now!
Mar
23
revised Colors associated to parts of a 3D distribution of points
added 800 characters in body
Mar
23
comment Colors associated to parts of a 3D distribution of points
@Cham: added 4th argument in RGB as well, I used Append in a way that makes it easier to spot. (Alternatively, one could use it as another argument in the inputs vector and do the appending in the function. But as I guess you have your colors in that format, it might be easier like that. Sorry for all the edits :)