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;
$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.
plotting options
$endgroup$
add a comment |
$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.
plotting options
$endgroup$
add a comment |
$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.
plotting options
$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
plotting options
asked Jun 16 at 19:12
pawel_winzigpawel_winzig
7721 gold badge6 silver badges17 bronze badges
7721 gold badge6 silver badges17 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$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
]
$endgroup$
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
$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
]
$endgroup$
add a comment |
$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
]
$endgroup$
add a comment |
$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
]
$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
]
answered Jun 16 at 19:19
halirutan♦halirutan
96.9k6 gold badges226 silver badges422 bronze badges
96.9k6 gold badges226 silver badges422 bronze badges
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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