No shading in ContourPlot3DBackground Shading in Histogram3Don RegionPlot3D and ContourPlot3DProjection of ContourPlot3DSetOption for plottingContourPlot giving all (most) contours the same shadingContourPlot3d quality very poorRegionPlot3D and ContourPlot3D produce empty plotsShowing real scale of the x-axis of a plot beside the axis labelContourPlot3D in an explicit regionContourPlot3D not wotking for slicing z axis in the ranges of 10^-13

Does the Paladin's Aura of Protection affect only either her or ONE ally in range?

Fedora boot screen shows both Fedora logo and Lenovo logo. Why and How?

Using symmetry of Riemann tensor to vanish components

How to determine what is the correct level of detail when modelling?

How can Charles Proxy change settings without admin rights after first time?

Why is the Turkish president's surname spelt in Russian as Эрдоган, with г?

Counting occurrence of words in table is slow

Could Sauron have read Tom Bombadil's mind if Tom had held the Palantir?

Simple object validator with a new API

Layout of complex table

How could mana leakage be dangerous to a elf?

Architecture of networked game engine

Why aren't (poly-)cotton tents more popular?

Using “sparkling” as a diminutive of “spark” in a poem

Why do some games show lights shine through walls?

Are there any vegetarian astronauts?

Does the UK have a written constitution?

When is it ok to add filler to a story?

Why is C++ initial allocation so much larger than C's?

Should I tell my insurance company I'm making payments on my new car?

What is the line crossing the Pacific Ocean that is shown on maps?

Inverse-quotes-quine

How many satellites can stay in a Lagrange point?

Are Finite Automata Turing Complete?



No shading in ContourPlot3D


Background Shading in Histogram3Don RegionPlot3D and ContourPlot3DProjection of ContourPlot3DSetOption for plottingContourPlot giving all (most) contours the same shadingContourPlot3d quality very poorRegionPlot3D and ContourPlot3D produce empty plotsShowing real scale of the x-axis of a plot beside the axis labelContourPlot3D in an explicit regionContourPlot3D not wotking for slicing z axis in the ranges of 10^-13






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








4












$begingroup$


Say you want to plot a horizontal plane using



ContourPlot3D[x == 0, x, 0, 100, y, 0, 100, z, 0, 100]


How to turn off the shading? I would like to have only a transparent grid. The option ContourShading seems not to be the correct parameter to change.










share|improve this question









$endgroup$


















    4












    $begingroup$


    Say you want to plot a horizontal plane using



    ContourPlot3D[x == 0, x, 0, 100, y, 0, 100, z, 0, 100]


    How to turn off the shading? I would like to have only a transparent grid. The option ContourShading seems not to be the correct parameter to change.










    share|improve this question









    $endgroup$














      4












      4








      4





      $begingroup$


      Say you want to plot a horizontal plane using



      ContourPlot3D[x == 0, x, 0, 100, y, 0, 100, z, 0, 100]


      How to turn off the shading? I would like to have only a transparent grid. The option ContourShading seems not to be the correct parameter to change.










      share|improve this question









      $endgroup$




      Say you want to plot a horizontal plane using



      ContourPlot3D[x == 0, x, 0, 100, y, 0, 100, z, 0, 100]


      How to turn off the shading? I would like to have only a transparent grid. The option ContourShading seems not to be the correct parameter to change.







      plotting options






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jun 16 at 19:12









      pawel_winzigpawel_winzig

      7721 gold badge6 silver badges17 bronze badges




      7721 gold badge6 silver badges17 bronze badges




















          1 Answer
          1






          active

          oldest

          votes


















          6












          $begingroup$

          You need to set the ContourStyle:



          ContourPlot3D[
          x^3 + y^2 - z^2 == 0, x, -2, 2, y, -2, 2, z, -2, 2,
          ContourStyle -> None
          ]


          Mathematica graphics






          share|improve this answer









          $endgroup$















            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%2f200476%2fno-shading-in-contourplot3d%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









            6












            $begingroup$

            You need to set the ContourStyle:



            ContourPlot3D[
            x^3 + y^2 - z^2 == 0, x, -2, 2, y, -2, 2, z, -2, 2,
            ContourStyle -> None
            ]


            Mathematica graphics






            share|improve this answer









            $endgroup$

















              6












              $begingroup$

              You need to set the ContourStyle:



              ContourPlot3D[
              x^3 + y^2 - z^2 == 0, x, -2, 2, y, -2, 2, z, -2, 2,
              ContourStyle -> None
              ]


              Mathematica graphics






              share|improve this answer









              $endgroup$















                6












                6








                6





                $begingroup$

                You need to set the ContourStyle:



                ContourPlot3D[
                x^3 + y^2 - z^2 == 0, x, -2, 2, y, -2, 2, z, -2, 2,
                ContourStyle -> None
                ]


                Mathematica graphics






                share|improve this answer









                $endgroup$



                You need to set the ContourStyle:



                ContourPlot3D[
                x^3 + y^2 - z^2 == 0, x, -2, 2, y, -2, 2, z, -2, 2,
                ContourStyle -> None
                ]


                Mathematica graphics







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jun 16 at 19:19









                halirutanhalirutan

                96.9k6 gold badges226 silver badges422 bronze badges




                96.9k6 gold badges226 silver badges422 bronze badges



























                    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%2f200476%2fno-shading-in-contourplot3d%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

                    Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

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

                    Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form