Timeline for Extract data from ParametricPlot to a file
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2021 at 11:10 | comment | added | Alexei Boulbitch | @chaffdog Please note that the capitaliuzed Beta and Gamma are reserved in Mma for Beta- and Gamma-functions. Their use in your code is an error. Use beta and gamma instead. | |
| Jun 17, 2021 at 11:06 | comment | added | Alexei Boulbitch | @Ulrich Neumann In general, I also thought like this. However, if you do the following: lst = Cases[p, Line[p_] :> p, All][[1]]; ListPlot[lst] you will see the difference between the plot obtained like this and the original one. Only take care that p should be taken from the newly edited OP code. | |
| Jun 17, 2021 at 8:13 | comment | added | Ulrich Neumann | Cases[p, Line[p_] :> p, All][[1]] gives the complete list of points | |
| Jun 16, 2021 at 19:57 | comment | added | Alexei Boulbitch | Have a look at the edit. | |
| Jun 16, 2021 at 19:56 | history | edited | Alexei Boulbitch | CC BY-SA 4.0 | added 398 characters in body |
| Jun 16, 2021 at 15:27 | comment | added | chaffdog | Also, I don't really have any idea what "the line I'm looking for" is, could you explain a little? | |
| Jun 16, 2021 at 15:27 | comment | added | chaffdog | Hi Alexei, thanks very much! This works well for the MWE I posted in the example. Sadly, I didn't realise that I had changed something important in the MWE, and my original issue is still not sorted. I'm going to update the question now. Very sorry for this. | |
| Jun 16, 2021 at 14:52 | history | answered | Alexei Boulbitch | CC BY-SA 4.0 |