How to switch off the Mesh on an ellipsoidal RegionPlot3D?Removing unwanted appearance of underlying meshMesh inside Plot legendHigh-quality RegionPlot3D for logical combinations of predicatesWhy doesn't Directive work with some settings (e.g. Arrowheads) for VectorStyle?Why this region is bad?How to find the intersection of a Line with the boundary of a Region?Plot works while RevolutionPlot3D doesn'tProblem With Mesh on 2D PlotIntersecting ellipsoidsUnexpected black lines on the edge of a RegionPlot3D
How to detach yourself from a character you're going to kill?
Is having a hidden directory under /etc safe?
Was the 1959 Tibetan Uprising really an uprising?
How do I remove hundreds of automatically added network printers?
Restoring order in a deck of playing cards (II)
Anyone teach web development? How do you assess it?
Sucuri detects malware on wordpress but I can't find the malicious code
Can a magnetic field of a large body be stronger than its gravity?
Why is Colorado so different politically from nearby states?
What if you don't bring your credit card or debit for incidentals?
Does Peach's float negate shorthop knockback multipliers?
How is it possible for this NPC to be alive during the Curse of Strahd adventure?
Can The Malloreon be read without first reading The Belgariad?
What does War Machine's "Canopy! Canopy!" line mean in "Avengers: Endgame"?
Is the capacitor drawn or wired wrongly?
Can you please explain this joke: "I'm going bananas is what I tell my bananas before I leave the house"?
Unorthodox way of solving Einstein field equations
Humans meet a distant alien species. How do they standardize? - Units of Measure
Credit card offering 0.5 miles for every cent rounded up. Too good to be true?
Do I add my ability modifier to the damage of the bonus-action attack granted by the Crossbow Expert feat?
Explain Ant-Man's "not it" scene from Avengers: Endgame
Why does MS SQL allow you to create an illegal column?
Rotated Position of Integers
What does it mean by "d-ism of Leibniz" and "dotage of Newton" in simple English?
How to switch off the Mesh on an ellipsoidal RegionPlot3D?
Removing unwanted appearance of underlying meshMesh inside Plot legendHigh-quality RegionPlot3D for logical combinations of predicatesWhy doesn't Directive work with some settings (e.g. Arrowheads) for VectorStyle?Why this region is bad?How to find the intersection of a Line with the boundary of a Region?Plot works while RevolutionPlot3D doesn'tProblem With Mesh on 2D PlotIntersecting ellipsoidsUnexpected black lines on the edge of a RegionPlot3D
$begingroup$
I want to draw 3D ellipsoids, the simplest of which is
RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]], Mesh -> None]
How can I switch off the black mesh? Mesh -> None
doesn't do anything here.
update
WR support recommends to use
RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]], BoundaryStyle -> None]
which works fine.
plotting regions
$endgroup$
add a comment |
$begingroup$
I want to draw 3D ellipsoids, the simplest of which is
RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]], Mesh -> None]
How can I switch off the black mesh? Mesh -> None
doesn't do anything here.
update
WR support recommends to use
RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]], BoundaryStyle -> None]
which works fine.
plotting regions
$endgroup$
$begingroup$
I’m perplexed, but that’s not unusual, haha! It looks, to me, though, like some of the upper right portion has no meshing that appears.
$endgroup$
– CA Trevillian
May 17 at 14:41
$begingroup$
Yes @CATrevillian the mesh is buggy and doesn't cover a triangle on the sphere.
$endgroup$
– Roman
May 17 at 14:42
2
$begingroup$
maybe post-processing to removeLine
s:RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]]]/. Line->(&)
?
$endgroup$
– kglr
May 17 at 14:49
add a comment |
$begingroup$
I want to draw 3D ellipsoids, the simplest of which is
RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]], Mesh -> None]
How can I switch off the black mesh? Mesh -> None
doesn't do anything here.
update
WR support recommends to use
RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]], BoundaryStyle -> None]
which works fine.
plotting regions
$endgroup$
I want to draw 3D ellipsoids, the simplest of which is
RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]], Mesh -> None]
How can I switch off the black mesh? Mesh -> None
doesn't do anything here.
update
WR support recommends to use
RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]], BoundaryStyle -> None]
which works fine.
plotting regions
plotting regions
edited May 20 at 19:47
Roman
asked May 17 at 14:38
RomanRoman
9,75511640
9,75511640
$begingroup$
I’m perplexed, but that’s not unusual, haha! It looks, to me, though, like some of the upper right portion has no meshing that appears.
$endgroup$
– CA Trevillian
May 17 at 14:41
$begingroup$
Yes @CATrevillian the mesh is buggy and doesn't cover a triangle on the sphere.
$endgroup$
– Roman
May 17 at 14:42
2
$begingroup$
maybe post-processing to removeLine
s:RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]]]/. Line->(&)
?
$endgroup$
– kglr
May 17 at 14:49
add a comment |
$begingroup$
I’m perplexed, but that’s not unusual, haha! It looks, to me, though, like some of the upper right portion has no meshing that appears.
$endgroup$
– CA Trevillian
May 17 at 14:41
$begingroup$
Yes @CATrevillian the mesh is buggy and doesn't cover a triangle on the sphere.
$endgroup$
– Roman
May 17 at 14:42
2
$begingroup$
maybe post-processing to removeLine
s:RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]]]/. Line->(&)
?
$endgroup$
– kglr
May 17 at 14:49
$begingroup$
I’m perplexed, but that’s not unusual, haha! It looks, to me, though, like some of the upper right portion has no meshing that appears.
$endgroup$
– CA Trevillian
May 17 at 14:41
$begingroup$
I’m perplexed, but that’s not unusual, haha! It looks, to me, though, like some of the upper right portion has no meshing that appears.
$endgroup$
– CA Trevillian
May 17 at 14:41
$begingroup$
Yes @CATrevillian the mesh is buggy and doesn't cover a triangle on the sphere.
$endgroup$
– Roman
May 17 at 14:42
$begingroup$
Yes @CATrevillian the mesh is buggy and doesn't cover a triangle on the sphere.
$endgroup$
– Roman
May 17 at 14:42
2
2
$begingroup$
maybe post-processing to remove
Line
s: RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]]]/. Line->(&)
?$endgroup$
– kglr
May 17 at 14:49
$begingroup$
maybe post-processing to remove
Line
s: RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]]]/. Line->(&)
?$endgroup$
– kglr
May 17 at 14:49
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
RegionPlot[]
/RegionPlot3D[]
predate regions, and my impression is that they are not as robust on regions as on predicates. DiscretizeRegion
offers more control. That said, I don't understand why some edges of the polygons do not appear. I'd say it was a bug. (Either all should appear or none.)
Also the Mesh
option in plotting is different from the Mesh
in MeshRegion
. It's related to mesh functions in plotting, but in regions, it's related to triangulation.
RegionPlot3D[DiscretizeRegion@Ellipsoid[0, 0, 0, IdentityMatrix[3]]]
$endgroup$
$begingroup$
I thought that this is whatRegionPlot3D
does internally anyway. So is this a way to circumvent a bug?
$endgroup$
– Roman
May 17 at 14:44
$begingroup$
Ah! How curious. Was the OP not discretized enough? Or simply just a matter of how it is internally implemented, and perhaps changing styles for the OP would also not carry properly?
$endgroup$
– CA Trevillian
May 17 at 14:44
2
$begingroup$
@Roman It looks like a bug to me.
$endgroup$
– Michael E2
May 17 at 14:47
1
$begingroup$
OK I've sent WR a message about this.
$endgroup$
– Roman
May 17 at 14:58
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "387"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f198575%2fhow-to-switch-off-the-mesh-on-an-ellipsoidal-regionplot3d%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
RegionPlot[]
/RegionPlot3D[]
predate regions, and my impression is that they are not as robust on regions as on predicates. DiscretizeRegion
offers more control. That said, I don't understand why some edges of the polygons do not appear. I'd say it was a bug. (Either all should appear or none.)
Also the Mesh
option in plotting is different from the Mesh
in MeshRegion
. It's related to mesh functions in plotting, but in regions, it's related to triangulation.
RegionPlot3D[DiscretizeRegion@Ellipsoid[0, 0, 0, IdentityMatrix[3]]]
$endgroup$
$begingroup$
I thought that this is whatRegionPlot3D
does internally anyway. So is this a way to circumvent a bug?
$endgroup$
– Roman
May 17 at 14:44
$begingroup$
Ah! How curious. Was the OP not discretized enough? Or simply just a matter of how it is internally implemented, and perhaps changing styles for the OP would also not carry properly?
$endgroup$
– CA Trevillian
May 17 at 14:44
2
$begingroup$
@Roman It looks like a bug to me.
$endgroup$
– Michael E2
May 17 at 14:47
1
$begingroup$
OK I've sent WR a message about this.
$endgroup$
– Roman
May 17 at 14:58
add a comment |
$begingroup$
RegionPlot[]
/RegionPlot3D[]
predate regions, and my impression is that they are not as robust on regions as on predicates. DiscretizeRegion
offers more control. That said, I don't understand why some edges of the polygons do not appear. I'd say it was a bug. (Either all should appear or none.)
Also the Mesh
option in plotting is different from the Mesh
in MeshRegion
. It's related to mesh functions in plotting, but in regions, it's related to triangulation.
RegionPlot3D[DiscretizeRegion@Ellipsoid[0, 0, 0, IdentityMatrix[3]]]
$endgroup$
$begingroup$
I thought that this is whatRegionPlot3D
does internally anyway. So is this a way to circumvent a bug?
$endgroup$
– Roman
May 17 at 14:44
$begingroup$
Ah! How curious. Was the OP not discretized enough? Or simply just a matter of how it is internally implemented, and perhaps changing styles for the OP would also not carry properly?
$endgroup$
– CA Trevillian
May 17 at 14:44
2
$begingroup$
@Roman It looks like a bug to me.
$endgroup$
– Michael E2
May 17 at 14:47
1
$begingroup$
OK I've sent WR a message about this.
$endgroup$
– Roman
May 17 at 14:58
add a comment |
$begingroup$
RegionPlot[]
/RegionPlot3D[]
predate regions, and my impression is that they are not as robust on regions as on predicates. DiscretizeRegion
offers more control. That said, I don't understand why some edges of the polygons do not appear. I'd say it was a bug. (Either all should appear or none.)
Also the Mesh
option in plotting is different from the Mesh
in MeshRegion
. It's related to mesh functions in plotting, but in regions, it's related to triangulation.
RegionPlot3D[DiscretizeRegion@Ellipsoid[0, 0, 0, IdentityMatrix[3]]]
$endgroup$
RegionPlot[]
/RegionPlot3D[]
predate regions, and my impression is that they are not as robust on regions as on predicates. DiscretizeRegion
offers more control. That said, I don't understand why some edges of the polygons do not appear. I'd say it was a bug. (Either all should appear or none.)
Also the Mesh
option in plotting is different from the Mesh
in MeshRegion
. It's related to mesh functions in plotting, but in regions, it's related to triangulation.
RegionPlot3D[DiscretizeRegion@Ellipsoid[0, 0, 0, IdentityMatrix[3]]]
edited May 17 at 15:01
answered May 17 at 14:43
Michael E2Michael E2
153k12208496
153k12208496
$begingroup$
I thought that this is whatRegionPlot3D
does internally anyway. So is this a way to circumvent a bug?
$endgroup$
– Roman
May 17 at 14:44
$begingroup$
Ah! How curious. Was the OP not discretized enough? Or simply just a matter of how it is internally implemented, and perhaps changing styles for the OP would also not carry properly?
$endgroup$
– CA Trevillian
May 17 at 14:44
2
$begingroup$
@Roman It looks like a bug to me.
$endgroup$
– Michael E2
May 17 at 14:47
1
$begingroup$
OK I've sent WR a message about this.
$endgroup$
– Roman
May 17 at 14:58
add a comment |
$begingroup$
I thought that this is whatRegionPlot3D
does internally anyway. So is this a way to circumvent a bug?
$endgroup$
– Roman
May 17 at 14:44
$begingroup$
Ah! How curious. Was the OP not discretized enough? Or simply just a matter of how it is internally implemented, and perhaps changing styles for the OP would also not carry properly?
$endgroup$
– CA Trevillian
May 17 at 14:44
2
$begingroup$
@Roman It looks like a bug to me.
$endgroup$
– Michael E2
May 17 at 14:47
1
$begingroup$
OK I've sent WR a message about this.
$endgroup$
– Roman
May 17 at 14:58
$begingroup$
I thought that this is what
RegionPlot3D
does internally anyway. So is this a way to circumvent a bug?$endgroup$
– Roman
May 17 at 14:44
$begingroup$
I thought that this is what
RegionPlot3D
does internally anyway. So is this a way to circumvent a bug?$endgroup$
– Roman
May 17 at 14:44
$begingroup$
Ah! How curious. Was the OP not discretized enough? Or simply just a matter of how it is internally implemented, and perhaps changing styles for the OP would also not carry properly?
$endgroup$
– CA Trevillian
May 17 at 14:44
$begingroup$
Ah! How curious. Was the OP not discretized enough? Or simply just a matter of how it is internally implemented, and perhaps changing styles for the OP would also not carry properly?
$endgroup$
– CA Trevillian
May 17 at 14:44
2
2
$begingroup$
@Roman It looks like a bug to me.
$endgroup$
– Michael E2
May 17 at 14:47
$begingroup$
@Roman It looks like a bug to me.
$endgroup$
– Michael E2
May 17 at 14:47
1
1
$begingroup$
OK I've sent WR a message about this.
$endgroup$
– Roman
May 17 at 14:58
$begingroup$
OK I've sent WR a message about this.
$endgroup$
– Roman
May 17 at 14:58
add a comment |
Thanks for contributing an answer to Mathematica Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f198575%2fhow-to-switch-off-the-mesh-on-an-ellipsoidal-regionplot3d%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
I’m perplexed, but that’s not unusual, haha! It looks, to me, though, like some of the upper right portion has no meshing that appears.
$endgroup$
– CA Trevillian
May 17 at 14:41
$begingroup$
Yes @CATrevillian the mesh is buggy and doesn't cover a triangle on the sphere.
$endgroup$
– Roman
May 17 at 14:42
2
$begingroup$
maybe post-processing to remove
Line
s:RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]]]/. Line->(&)
?$endgroup$
– kglr
May 17 at 14:49