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
Is it truly impossible to tell what a CPU is doing?
Why is the Eisenstein ideal paper so great?
How can I make an argument that my time is valuable?
Where is Jon going?
Are black holes spherical during merger?
Can I tell a prospective employee that everyone in the team is leaving?
Why was this character made Grand Maester?
Need to read my home electrical Meter
Why would a rational buyer offer to buy with no conditions precedent?
Writing style before Elements of Style
What did the 'turbo' button actually do?
Dealing with spaghetti codebase, manager asks for things I can't deliver
Mysterious procedure calls without parameters - but no exceptions generated
Why are Stein manifolds/spaces the analog of affine varieties/schemes in algebraic geometry?
Why haven't we yet tried accelerating a space station with people inside to a near light speed?
Function argument returning void or non-void type
How does the EU Emissions Trading Scheme account for increased emissions outside the EU?
Public transport tickets in UK for two weeks
How to melt snow without fire or body heat?
Take elements from a list based on two criteria
On San Andreas Speedruns, why do players blow up the Picador in the mission Ryder?
Why are GND pads often only connected by four traces?
Does French have the English "short i" vowel?
What is the meaning of "<&3" and "done < file11 3< file22"
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 2 days ago
Roman
asked May 17 at 14:38
RomanRoman
9,01511440
9,01511440
$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
153k12208492
153k12208492
$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