RegionPlot of annulus gives a mesh The Next CEO of Stack OverflowHow to express ticks in scientific form?How to combine ParametricPlot and RegionPlot?How should I debug a failed Manipulate of RegionPlot?RegionPlot, RegionPlot3D and differing embedding dimensionsPlotting issue — possible bug?An issue evaluating RegionInteresectCannot avoid redundant function evaluations in RegionPlotFrame within a Frame for all plots? Why?Exporting ParametricPlot to .pdfIssue related to BoundaryDiscretizeGraphics

How do we know the LHC results are robust?

Is there a way to save my career from absolute disaster?

What connection does MS Office have to Netscape Navigator?

What benefits would be gained by using human laborers instead of drones in deep sea mining?

What does convergence in distribution "in the Gromov–Hausdorff" sense mean?

Is "for causing autism in X" grammatical?

Would a galaxy be visible from outside, but nearby?

Non-deterministic sum of floats

Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?

sp_blitzCache results Memory grants

Should I tutor a student who I know has cheated on their homework?

Which tube will fit a -(700 x 25c) wheel?

How do I transpose the 1st and -1th levels of an arbitrarily nested array?

How fast would a person need to move to trick the eye?

What's the best way to handle refactoring a big file?

Is it my responsibility to learn a new technology in my own time my employer wants to implement?

Can you replace a racial trait cantrip when leveling up?

Parametric curve length - calculus

Why do remote companies require working in the US?

Why do airplanes bank sharply to the right after air-to-air refueling?

How to count occurrences of text in a file?

Elegant way to replace substring in a regex with optional groups in Python?

Return the Closest Prime Number

Limits on contract work without pre-agreed price/contract (UK)



RegionPlot of annulus gives a mesh



The Next CEO of Stack OverflowHow to express ticks in scientific form?How to combine ParametricPlot and RegionPlot?How should I debug a failed Manipulate of RegionPlot?RegionPlot, RegionPlot3D and differing embedding dimensionsPlotting issue — possible bug?An issue evaluating RegionInteresectCannot avoid redundant function evaluations in RegionPlotFrame within a Frame for all plots? Why?Exporting ParametricPlot to .pdfIssue related to BoundaryDiscretizeGraphics










1












$begingroup$


So I tried plotting an annulus in two ways:



RegionPlot[Annulus[0,0,a,b]]
Graphics[Annulus[0,0,a,b]]


Why does RegionPlot give a fractal looking thing? (see below for when a=1; b=5;)
RegionPlot image



*note, I used wolfram programing lab.










share|improve this question











$endgroup$











  • $begingroup$
    What are $a$ and $b$ here?
    $endgroup$
    – mjw
    5 hours ago










  • $begingroup$
    Try a=1; b=5; But really any values give something weird
    $endgroup$
    – Ion Sme
    5 hours ago






  • 4




    $begingroup$
    Because it discretized the region in order to plot it, and it is showing the underlying triangulation mesh.
    $endgroup$
    – MarcoB
    5 hours ago






  • 1




    $begingroup$
    @IonSme I guess they just use different defaults for plotting; the Graphics result is "normal-looking" though.
    $endgroup$
    – MarcoB
    5 hours ago






  • 2




    $begingroup$
    There are some subtle differences going on how Mma shows Regions and RegionPlot Graphics. Also Regions can be defined analytically via ImplicitRegion or ParametricRegion or as 'flat' MeshRegions. DiscretizeRegion converts every type to a MeshRegion and some functions like RegionPlot might use something similar to DiscretizeRegion under the hood to make plotting easier, whose discretization it for some reason decides to show. Like others wrote you can use ImplicitRegion to get a different (not discretized) look in your case.
    $endgroup$
    – Thies Heidecke
    4 hours ago
















1












$begingroup$


So I tried plotting an annulus in two ways:



RegionPlot[Annulus[0,0,a,b]]
Graphics[Annulus[0,0,a,b]]


Why does RegionPlot give a fractal looking thing? (see below for when a=1; b=5;)
RegionPlot image



*note, I used wolfram programing lab.










share|improve this question











$endgroup$











  • $begingroup$
    What are $a$ and $b$ here?
    $endgroup$
    – mjw
    5 hours ago










  • $begingroup$
    Try a=1; b=5; But really any values give something weird
    $endgroup$
    – Ion Sme
    5 hours ago






  • 4




    $begingroup$
    Because it discretized the region in order to plot it, and it is showing the underlying triangulation mesh.
    $endgroup$
    – MarcoB
    5 hours ago






  • 1




    $begingroup$
    @IonSme I guess they just use different defaults for plotting; the Graphics result is "normal-looking" though.
    $endgroup$
    – MarcoB
    5 hours ago






  • 2




    $begingroup$
    There are some subtle differences going on how Mma shows Regions and RegionPlot Graphics. Also Regions can be defined analytically via ImplicitRegion or ParametricRegion or as 'flat' MeshRegions. DiscretizeRegion converts every type to a MeshRegion and some functions like RegionPlot might use something similar to DiscretizeRegion under the hood to make plotting easier, whose discretization it for some reason decides to show. Like others wrote you can use ImplicitRegion to get a different (not discretized) look in your case.
    $endgroup$
    – Thies Heidecke
    4 hours ago














1












1








1





$begingroup$


So I tried plotting an annulus in two ways:



RegionPlot[Annulus[0,0,a,b]]
Graphics[Annulus[0,0,a,b]]


Why does RegionPlot give a fractal looking thing? (see below for when a=1; b=5;)
RegionPlot image



*note, I used wolfram programing lab.










share|improve this question











$endgroup$




So I tried plotting an annulus in two ways:



RegionPlot[Annulus[0,0,a,b]]
Graphics[Annulus[0,0,a,b]]


Why does RegionPlot give a fractal looking thing? (see below for when a=1; b=5;)
RegionPlot image



*note, I used wolfram programing lab.







graphics regions






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 5 hours ago









MarcoB

38.1k556114




38.1k556114










asked 5 hours ago









Ion SmeIon Sme

876




876











  • $begingroup$
    What are $a$ and $b$ here?
    $endgroup$
    – mjw
    5 hours ago










  • $begingroup$
    Try a=1; b=5; But really any values give something weird
    $endgroup$
    – Ion Sme
    5 hours ago






  • 4




    $begingroup$
    Because it discretized the region in order to plot it, and it is showing the underlying triangulation mesh.
    $endgroup$
    – MarcoB
    5 hours ago






  • 1




    $begingroup$
    @IonSme I guess they just use different defaults for plotting; the Graphics result is "normal-looking" though.
    $endgroup$
    – MarcoB
    5 hours ago






  • 2




    $begingroup$
    There are some subtle differences going on how Mma shows Regions and RegionPlot Graphics. Also Regions can be defined analytically via ImplicitRegion or ParametricRegion or as 'flat' MeshRegions. DiscretizeRegion converts every type to a MeshRegion and some functions like RegionPlot might use something similar to DiscretizeRegion under the hood to make plotting easier, whose discretization it for some reason decides to show. Like others wrote you can use ImplicitRegion to get a different (not discretized) look in your case.
    $endgroup$
    – Thies Heidecke
    4 hours ago

















  • $begingroup$
    What are $a$ and $b$ here?
    $endgroup$
    – mjw
    5 hours ago










  • $begingroup$
    Try a=1; b=5; But really any values give something weird
    $endgroup$
    – Ion Sme
    5 hours ago






  • 4




    $begingroup$
    Because it discretized the region in order to plot it, and it is showing the underlying triangulation mesh.
    $endgroup$
    – MarcoB
    5 hours ago






  • 1




    $begingroup$
    @IonSme I guess they just use different defaults for plotting; the Graphics result is "normal-looking" though.
    $endgroup$
    – MarcoB
    5 hours ago






  • 2




    $begingroup$
    There are some subtle differences going on how Mma shows Regions and RegionPlot Graphics. Also Regions can be defined analytically via ImplicitRegion or ParametricRegion or as 'flat' MeshRegions. DiscretizeRegion converts every type to a MeshRegion and some functions like RegionPlot might use something similar to DiscretizeRegion under the hood to make plotting easier, whose discretization it for some reason decides to show. Like others wrote you can use ImplicitRegion to get a different (not discretized) look in your case.
    $endgroup$
    – Thies Heidecke
    4 hours ago
















$begingroup$
What are $a$ and $b$ here?
$endgroup$
– mjw
5 hours ago




$begingroup$
What are $a$ and $b$ here?
$endgroup$
– mjw
5 hours ago












$begingroup$
Try a=1; b=5; But really any values give something weird
$endgroup$
– Ion Sme
5 hours ago




$begingroup$
Try a=1; b=5; But really any values give something weird
$endgroup$
– Ion Sme
5 hours ago




4




4




$begingroup$
Because it discretized the region in order to plot it, and it is showing the underlying triangulation mesh.
$endgroup$
– MarcoB
5 hours ago




$begingroup$
Because it discretized the region in order to plot it, and it is showing the underlying triangulation mesh.
$endgroup$
– MarcoB
5 hours ago




1




1




$begingroup$
@IonSme I guess they just use different defaults for plotting; the Graphics result is "normal-looking" though.
$endgroup$
– MarcoB
5 hours ago




$begingroup$
@IonSme I guess they just use different defaults for plotting; the Graphics result is "normal-looking" though.
$endgroup$
– MarcoB
5 hours ago




2




2




$begingroup$
There are some subtle differences going on how Mma shows Regions and RegionPlot Graphics. Also Regions can be defined analytically via ImplicitRegion or ParametricRegion or as 'flat' MeshRegions. DiscretizeRegion converts every type to a MeshRegion and some functions like RegionPlot might use something similar to DiscretizeRegion under the hood to make plotting easier, whose discretization it for some reason decides to show. Like others wrote you can use ImplicitRegion to get a different (not discretized) look in your case.
$endgroup$
– Thies Heidecke
4 hours ago





$begingroup$
There are some subtle differences going on how Mma shows Regions and RegionPlot Graphics. Also Regions can be defined analytically via ImplicitRegion or ParametricRegion or as 'flat' MeshRegions. DiscretizeRegion converts every type to a MeshRegion and some functions like RegionPlot might use something similar to DiscretizeRegion under the hood to make plotting easier, whose discretization it for some reason decides to show. Like others wrote you can use ImplicitRegion to get a different (not discretized) look in your case.
$endgroup$
– Thies Heidecke
4 hours ago











1 Answer
1






active

oldest

votes


















4












$begingroup$

 a = 1; b = 5;


Please try plotting with Region[]. These look okay to me:



 Region[RegionDifference[Disk[0, 0, b], Disk[0, 0, a]]]


enter image description here



 Region[Annulus[0, 0, a, b]]


enter image description here



Here is a decent plot, with RegionPlot:



 RegionPlot[x^2 + y^2 > 1 && x^2 + y^2 < 25, x, -6, 6, y, -6, 6]


enter image description here



Here it is (again) with Graphics[]:



 Graphics[LightBlue, Annulus[0, 0, a, b]]


enter image description here






share|improve this answer











$endgroup$












  • $begingroup$
    Hmmm, that worked, but why is RegionPlot so funky?
    $endgroup$
    – Ion Sme
    5 hours ago






  • 1




    $begingroup$
    I think MarcoB mostly answers this below your question. So we can then ask: Why does RegionPlot use one algorithm, and Region another? RegionPlot seems to like functions as inputs, and also likes to have the $x$ and $y$ ranges speciifed ...
    $endgroup$
    – mjw
    5 hours ago











Your Answer





StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");

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%2f194211%2fregionplot-of-annulus-gives-a-mesh%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$

 a = 1; b = 5;


Please try plotting with Region[]. These look okay to me:



 Region[RegionDifference[Disk[0, 0, b], Disk[0, 0, a]]]


enter image description here



 Region[Annulus[0, 0, a, b]]


enter image description here



Here is a decent plot, with RegionPlot:



 RegionPlot[x^2 + y^2 > 1 && x^2 + y^2 < 25, x, -6, 6, y, -6, 6]


enter image description here



Here it is (again) with Graphics[]:



 Graphics[LightBlue, Annulus[0, 0, a, b]]


enter image description here






share|improve this answer











$endgroup$












  • $begingroup$
    Hmmm, that worked, but why is RegionPlot so funky?
    $endgroup$
    – Ion Sme
    5 hours ago






  • 1




    $begingroup$
    I think MarcoB mostly answers this below your question. So we can then ask: Why does RegionPlot use one algorithm, and Region another? RegionPlot seems to like functions as inputs, and also likes to have the $x$ and $y$ ranges speciifed ...
    $endgroup$
    – mjw
    5 hours ago















4












$begingroup$

 a = 1; b = 5;


Please try plotting with Region[]. These look okay to me:



 Region[RegionDifference[Disk[0, 0, b], Disk[0, 0, a]]]


enter image description here



 Region[Annulus[0, 0, a, b]]


enter image description here



Here is a decent plot, with RegionPlot:



 RegionPlot[x^2 + y^2 > 1 && x^2 + y^2 < 25, x, -6, 6, y, -6, 6]


enter image description here



Here it is (again) with Graphics[]:



 Graphics[LightBlue, Annulus[0, 0, a, b]]


enter image description here






share|improve this answer











$endgroup$












  • $begingroup$
    Hmmm, that worked, but why is RegionPlot so funky?
    $endgroup$
    – Ion Sme
    5 hours ago






  • 1




    $begingroup$
    I think MarcoB mostly answers this below your question. So we can then ask: Why does RegionPlot use one algorithm, and Region another? RegionPlot seems to like functions as inputs, and also likes to have the $x$ and $y$ ranges speciifed ...
    $endgroup$
    – mjw
    5 hours ago













4












4








4





$begingroup$

 a = 1; b = 5;


Please try plotting with Region[]. These look okay to me:



 Region[RegionDifference[Disk[0, 0, b], Disk[0, 0, a]]]


enter image description here



 Region[Annulus[0, 0, a, b]]


enter image description here



Here is a decent plot, with RegionPlot:



 RegionPlot[x^2 + y^2 > 1 && x^2 + y^2 < 25, x, -6, 6, y, -6, 6]


enter image description here



Here it is (again) with Graphics[]:



 Graphics[LightBlue, Annulus[0, 0, a, b]]


enter image description here






share|improve this answer











$endgroup$



 a = 1; b = 5;


Please try plotting with Region[]. These look okay to me:



 Region[RegionDifference[Disk[0, 0, b], Disk[0, 0, a]]]


enter image description here



 Region[Annulus[0, 0, a, b]]


enter image description here



Here is a decent plot, with RegionPlot:



 RegionPlot[x^2 + y^2 > 1 && x^2 + y^2 < 25, x, -6, 6, y, -6, 6]


enter image description here



Here it is (again) with Graphics[]:



 Graphics[LightBlue, Annulus[0, 0, a, b]]


enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








edited 5 hours ago

























answered 5 hours ago









mjwmjw

1,17610




1,17610











  • $begingroup$
    Hmmm, that worked, but why is RegionPlot so funky?
    $endgroup$
    – Ion Sme
    5 hours ago






  • 1




    $begingroup$
    I think MarcoB mostly answers this below your question. So we can then ask: Why does RegionPlot use one algorithm, and Region another? RegionPlot seems to like functions as inputs, and also likes to have the $x$ and $y$ ranges speciifed ...
    $endgroup$
    – mjw
    5 hours ago
















  • $begingroup$
    Hmmm, that worked, but why is RegionPlot so funky?
    $endgroup$
    – Ion Sme
    5 hours ago






  • 1




    $begingroup$
    I think MarcoB mostly answers this below your question. So we can then ask: Why does RegionPlot use one algorithm, and Region another? RegionPlot seems to like functions as inputs, and also likes to have the $x$ and $y$ ranges speciifed ...
    $endgroup$
    – mjw
    5 hours ago















$begingroup$
Hmmm, that worked, but why is RegionPlot so funky?
$endgroup$
– Ion Sme
5 hours ago




$begingroup$
Hmmm, that worked, but why is RegionPlot so funky?
$endgroup$
– Ion Sme
5 hours ago




1




1




$begingroup$
I think MarcoB mostly answers this below your question. So we can then ask: Why does RegionPlot use one algorithm, and Region another? RegionPlot seems to like functions as inputs, and also likes to have the $x$ and $y$ ranges speciifed ...
$endgroup$
– mjw
5 hours ago




$begingroup$
I think MarcoB mostly answers this below your question. So we can then ask: Why does RegionPlot use one algorithm, and Region another? RegionPlot seems to like functions as inputs, and also likes to have the $x$ and $y$ ranges speciifed ...
$endgroup$
– mjw
5 hours ago

















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%2f194211%2fregionplot-of-annulus-gives-a-mesh%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

How to create a command for the “strange m” symbol in latex? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)How do you make your own symbol when Detexify fails?Writing bold small caps with mathpazo packageplus-minus symbol with parenthesis around the minus signGreek character in Beamer document titleHow to create dashed right arrow over symbol?Currency symbol: Turkish LiraDouble prec as a single symbol?Plus Sign Too Big; How to Call adfbullet?Is there a TeX macro for three-legged pi?How do I get my integral-like symbol to align like the integral?How to selectively substitute a letter with another symbol representing the same letterHow do I generate a less than symbol and vertical bar that are the same height?

Българска екзархия Съдържание История | Български екзарси | Вижте също | Външни препратки | Литература | Бележки | НавигацияУстав за управлението на българската екзархия. Цариград, 1870Слово на Ловешкия митрополит Иларион при откриването на Българския народен събор в Цариград на 23. II. 1870 г.Българската правда и гръцката кривда. От С. М. (= Софийски Мелетий). Цариград, 1872Предстоятели на Българската екзархияПодмененият ВеликденИнформационна агенция „Фокус“Димитър Ризов. Българите в техните исторически, етнографически и политически граници (Атлас съдържащ 40 карти). Berlin, Königliche Hoflithographie, Hof-Buch- und -Steindruckerei Wilhelm Greve, 1917Report of the International Commission to Inquire into the Causes and Conduct of the Balkan Wars

Category:Tremithousa Media in category "Tremithousa"Navigation menuUpload media34° 49′ 02.7″ N, 32° 26′ 37.32″ EOpenStreetMapGoogle EarthProximityramaReasonatorScholiaStatisticsWikiShootMe