| bio | website | archaeogeophysics.info |
|---|---|---|
| location | Ludwigsburg, Germany | |
| age | ||
| visits | member for | 1 year, 2 months |
| seen | May 13 at 13:54 | |
| stats | profile views | 132 |
|
May 16 |
awarded | Notable Question |
|
Apr 21 |
comment |
How can I extract the points from a ListSurfacePlot3D? This was indeed my intention: extracting a two-dimensional trend. Because I have some dozens of such data files, I thought I could do it in this way... |
|
Apr 21 |
comment |
How can I extract the points from a ListSurfacePlot3D? yes, I did it. By the way: The data are not generated, they are the results of a resistivity survey within an 20 m by 20 m grid |
|
Apr 21 |
revised |
How can I extract the points from a ListSurfacePlot3D? added 189 characters in body |
|
Apr 21 |
comment |
How can I extract the points from a ListSurfacePlot3D? I need the z-values of Flatten[Cases[Normal[p], Line[x__] :> x, ∞],1] at grid-positions at (0, 0), (0, 0.5),...(0, 19.5), (0.5, 0), (0.5, 0.5), (0.5, 1),..., (19.5, 19.5). So I wonder wether it would be possible to extract the data at these positions. Again, thanks for your effort, Harald |
|
Apr 21 |
revised |
How can I extract the points from a ListSurfacePlot3D? edited body |
|
Apr 21 |
revised |
How can I extract the points from a ListSurfacePlot3D? additional question |
|
Apr 21 |
comment |
How can I extract the points from a ListSurfacePlot3D? May I ask an additional question? |
|
Apr 19 |
accepted | How can I extract the points from a ListSurfacePlot3D? |
|
Apr 19 |
comment |
How can I extract the points from a ListSurfacePlot3D? yes, this is exactly I was looking for. Thanks a lot, Harald |
|
Apr 19 |
asked | How can I extract the points from a ListSurfacePlot3D? |
|
Mar 17 |
awarded | Yearling |
|
Nov 4 |
comment |
Graphics legend: How do I split tables into parts? thanks a lot for your answer and for your code. It is of great help for me!!! |
|
Nov 4 |
accepted | Graphics legend: How do I split tables into parts? |
|
Nov 3 |
comment |
Graphics legend: How do I split tables into parts? thanks a lot, I will have a deeper look at your code tomorrow morning, now (at 1 a.m.) I should finish my work... |
|
Nov 3 |
comment |
Graphics legend: How do I split tables into parts? you are right. "end" is defined as: end = Overlay[{Show[g, plot1a], legendMaker[textLabels, PlotStyle -> manualPlotstyles, PlotMarkers -> manualMarkers, Background -> Directive[Opacity[.5], Black], "LegendLineAspectRatio" -> .3, "LegendGridOptions" -> {Alignment -> Left, Spacings -> {0.7, .25}, Background -> {{GrayLevel[.8], None}, None}}]}, Alignment -> {-.55, -.620}]; and "gedreht" is defined as r = RotationTransform[grad, {x1, y1}]; r[ungedreht]; gedreht = r[ungedreht]; within a larger code. I just used Jen's code as a part of my code |
|
Nov 3 |
asked | Graphics legend: How do I split tables into parts? |
|
Oct 4 |
awarded | Good Question |
|
Sep 28 |
awarded | Popular Question |
|
Sep 19 |
comment |
Changing the contents of a TextCell according to the user input of another TextCell Thanks a lot, apart from being more or less a beginner with Mathematica, I would have never found a solution for that... |