| bio | website | linkedin.com/pub/… |
|---|---|---|
| location | Champaign, IL, USA | |
| age | 36 | |
| visits | member for | 1 year, 4 months |
| seen | 6 hours ago | |
| stats | profile views | 694 |
Comments and opinions expressed here are mine, and not those of my employer.
Mathematica: V9.0 on OS X and Windows.
Mathematica Stack Exchange has graduated from beta!
|
May 17 |
comment |
Anti-aliasing won't work when there is PlotStyle command Any difference with: Style[Plot3D[x + y, {x, -1, 1}, {y, -1, 1}, PlotStyle -> Opacity[0.5]],
RenderingOptions -> {"Graphics3DRenderingEngine" -> "BSPTree"}]? |
|
May 16 |
comment |
Distribution above pointplot I think you should be able to adapt the solution here: mathematica.stackexchange.com/q/2984/69 |
|
May 12 |
comment |
Where to begin? wolfram.com/training/courses/mathematica |
|
May 8 |
comment |
What causes strange line artifacts to appear in plots with certain PlotRanges? @rcollyer Ha! Axes were my first, second, and fourth guesses. :-) |
|
Apr 27 |
comment |
How to obtain an approximate function for SmoothHistogram3D? I appreciate that you include the bandwidth and kernel to show how they map from one function to the other. |
|
Apr 26 |
comment |
FrameLabel not printing completely What version and OS? Does it happen without the Style wrappers? |
|
Apr 7 |
comment |
How to find out if invisible notebooks are still open @AlbertRetey Hmmm, you're right it isn't documented. I don't know why. WindowTitle is a good guess, but I can't say definitively whether that's correct. |
|
Apr 6 |
comment |
How to find out if invisible notebooks are still open @Rojo: Perhaps Complement[Notebooks[], Notebooks["Messages"]] would help. |
|
Mar 27 |
comment |
How to create a progress bar? @Andrew I think for ParallelTable you'd want to do something different, since the fact that you're processing a particular value of i doesn't tell you as much because you won't have necessarily completed the calculations for lower values of i yet. |
|
Mar 5 |
comment |
How can I set the tick marks of the x axis in RectangleChart? @KarstenW. Thanks for pointing that out. |
|
Jan 28 |
comment |
Mathematica Mac Keyboard Shortcuts not Working? What OS version? Do you have Spaces enabled? |
|
Jan 16 |
comment |
Rookie mistake in defining a function with Modules? @MikeHoneychurch True, although that requires more typing. :-) |
|
Jan 16 |
comment |
How to place legend labels for Histogram and ListLinePlots correctly? Yes, both forms work, but I'd rather people learn to use the "new" (introduced in V6) syntax rather than the older syntax. |
|
Jan 9 |
comment |
Why Trace[] shows some internal warnings on a standard Plot command in V9? @AlexeyPopkov They're from the kernel. I updated my answer to explain it a bit better, I hope. |
|
Jan 4 |
comment |
Why are the attributes of Plot changing? @OleksandrR. It's just an implementation detail. |
|
Dec 18 |
comment |
How to sum over duplicates? You might give a bit of explanation as to what your code is doing and why it works. |
|
Dec 13 |
comment |
“Thickness” doesn't work in Parametric3D Yes, please use Directive to combine styles. |
|
Dec 11 |
comment |
Change Style of Points @NasserM.Abbasi You can make the lines thinner to keep the disk visible, but then it tends to get blurry because of antialiasing (and turning off antialiasing will fill up the region again.) At the heart of it is that you're necessarily drawing more blue ink with a cross (or any other shape.) |
|
Dec 4 |
comment |
Setting the default font for PlotLegends -1 for Comic Sans.. |
|
Dec 1 |
comment |
downloading home version for mac He's talking about the Home Edition, not a home-use license. |