Timeline for Failure to plot a subset of curves using ParametricPlot
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 27, 2018 at 4:32 | vote | accept | kowalski | ||
| Sep 27, 2018 at 2:56 | answer | added | kglr | timeline score: 2 | |
| Sep 27, 2018 at 2:49 | comment | added | J. M.'s missing motivation | Why not use ContourPlot[]? With[{Γ = 1/10}, ContourPlot[Γ^4 Δ^2 + 16 (Δ^2 + ϵ^2)^3 + Γ^2 (8 Δ^4 - 20 Δ^2 ϵ^2 - ϵ^4) == 0, {ϵ, 0, 3/100}, {Δ, -1/100, 1/100}, PlotPoints -> 95]] | |
| Sep 27, 2018 at 2:44 | comment | added | kglr | Δ3p is not Real; you can plot the real part using ParametricPlot[ Re@{\[Epsilon], \[CapitalDelta]3p}, {\[Epsilon], 0, 0.05}, PlotRange -> All, PlotPoints -> 10^4, Exclusions -> None]. | |
| Sep 27, 2018 at 2:29 | history | asked | kowalski | CC BY-SA 4.0 |