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

                    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?