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













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

153k12208492




153k12208492











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

Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?