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













4












$begingroup$


I want to draw 3D ellipsoids, the simplest of which is



RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]], Mesh -> None]


enter image description here



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.










share|improve this question











$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 remove Lines: RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]]]/. Line->(&)?
    $endgroup$
    – kglr
    May 17 at 14:49
















4












$begingroup$


I want to draw 3D ellipsoids, the simplest of which is



RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]], Mesh -> None]


enter image description here



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.










share|improve this question











$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 remove Lines: RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]]]/. Line->(&)?
    $endgroup$
    – kglr
    May 17 at 14:49














4












4








4





$begingroup$


I want to draw 3D ellipsoids, the simplest of which is



RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]], Mesh -> None]


enter image description here



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.










share|improve this question











$endgroup$




I want to draw 3D ellipsoids, the simplest of which is



RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]], Mesh -> None]


enter image description here



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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 remove Lines: 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$
    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 Lines: 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 Lines: RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]]]/. Line->(&)?
$endgroup$
– kglr
May 17 at 14:49





$begingroup$
maybe post-processing to remove Lines: RegionPlot3D[Ellipsoid[0, 0, 0, IdentityMatrix[3]]]/. Line->(&)?
$endgroup$
– kglr
May 17 at 14:49











1 Answer
1






active

oldest

votes


















4












$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]]]


enter image description here






share|improve this answer











$endgroup$












  • $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






  • 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











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
);



);













draft saved

draft discarded


















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









4












$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]]]


enter image description here






share|improve this answer











$endgroup$












  • $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






  • 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















4












$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]]]


enter image description here






share|improve this answer











$endgroup$












  • $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






  • 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













4












4








4





$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]]]


enter image description here






share|improve this answer











$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]]]


enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








edited May 17 at 15:01

























answered May 17 at 14:43









Michael E2Michael E2

153k12208496




153k12208496











  • $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






  • 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$
    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

















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company