I have a problem with rendering of Mesh lines on a 3D surface produced by ContourPlot3D in Mathematica 7.0.1:
Is it possible to get a GridLine over a BartChart ? Gridlines draw it under and Mesh does not seem to work with BarChart.
Hello guys i\'ve been having a problem with Mathematica 8.0. When i export my Graphics3D to 3DS or any other fo开发者_Go百科rmat, texture is always missing. For example in the screenshot attached, ,
With : dalist = {{379, 219, 228, 401}, {387, 239, 230, 393}, {403, 238, 217, 429}, {377, 233, 225, 432}}
Please consider : dalist = {{9, 6}, {5, 6}, {6, 0}, {0, 5}, {10, 8}, {1, 2}, {10, 4}, {1, 1}, {7, 7},
I am trying to create some functions that will avoid me to repeat plot options for different types of plot. I encounter some troubles as I try to create mechanisms to automatically handle Frameticks &
Mathematica 7.0 seems to dislike having blanks in the denominator.Can anyone explain why this is? Input:
I have a following problem. f[1]=1; f[2]=2; f[_]:=0; dvs = DownValues[f]; this gives dvs = { HoldPattern[f[1]] :> 1,
I am trying to connect an Oracle database to Mathematica 8. Another question already says how it can be done in for a MySQL database but it does not work for me:
3D surface rotation in Mathematica 7 with anti-aliasing turned off is very fast and smooth.However, turning on anti-aliasing, even at a moderate level, drastically reduces the rendered frame rate, mak