Is it possible to plot on a surface in Matplotlib?GNUPLOT: Plotting on the surface of a sphereHow do you change the size of figures drawn with matplotlib?Plotting 3-tuple data points in a surface / contour plot using matplotlibHow to put the legend out of the plotParallel Coordinates plot in MatplotlibSave plot to image file instead of displaying it using MatplotlibMatplotlib plotting non uniform data in 3D surfaceHow to make IPython notebook matplotlib plot inlineHow can I make a scatter plot colored by density in matplotlib?Clustered barchart in matplotlib?3D surface plot using matplotlib in python
It is as easy as A B C, Figure out U V C from the given relationship
The difference between きわめて and いたって
Do crew rest seats count towards the maximum allowed number of seats per flight attendant?
tikz drawing rectangle discretized with triangle lattices and its centroids
Will the volt, ampere, ohm or other electrical units change on May 20th, 2019?
Is there any good reason to write "it is easy to see"?
When is the AS keyword required?
What color to choose as "danger" if the main color of my app is red
How to describe a building set which is like LEGO without using the "LEGO" word?
Why when I add jam to my tea it stops producing thin "membrane" on top?
Why can't I share a one use code with anyone else?
What is Feeblemind's effect on Ability Score Improvements?
Why commonly or frequently used fonts sizes are even numbers like 10px, 12px, 16px, 24px, or 32px?
2 parabolas through 4 points
I recently started my machine learning PhD and I have absolutely no idea what I'm doing
Can anyone give me examples of the relative-determinative 'which'?
Should I communicate in my applications that I'm unemployed out of choice rather than because nobody will have me?
Was the dragon prowess intentionally downplayed in S08E04?
Could there be something like aerobatic smoke trails in the vacuum of space?
Will consteval functions allow template parameters dependent on function arguments?
What information exactly does an instruction cache store?
equation in minipage can't be numbered in the same line
UUID type for NEWID()
Are there microwaves to heat baby food at Brussels airport?
Is it possible to plot on a surface in Matplotlib?
GNUPLOT: Plotting on the surface of a sphereHow do you change the size of figures drawn with matplotlib?Plotting 3-tuple data points in a surface / contour plot using matplotlibHow to put the legend out of the plotParallel Coordinates plot in MatplotlibSave plot to image file instead of displaying it using MatplotlibMatplotlib plotting non uniform data in 3D surfaceHow to make IPython notebook matplotlib plot inlineHow can I make a scatter plot colored by density in matplotlib?Clustered barchart in matplotlib?3D surface plot using matplotlib in python
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
In GNUPlot it is possible to plot a function on a surface (see, for example, this question). Similar thing can be done in Mathematica (see this question).
Is it possible to do the same thing in Matplotlib? Alternatively, is it possible to map the colourmap by the function that one intends to plot on the surface?
A good example of this is plotting an ellipsoid, and visualising the Gauss curvature at each point on it with the colourmap.
matplotlib
add a comment |
In GNUPlot it is possible to plot a function on a surface (see, for example, this question). Similar thing can be done in Mathematica (see this question).
Is it possible to do the same thing in Matplotlib? Alternatively, is it possible to map the colourmap by the function that one intends to plot on the surface?
A good example of this is plotting an ellipsoid, and visualising the Gauss curvature at each point on it with the colourmap.
matplotlib
You cannot plot something onto a surface, but you can colorize the surface according to whatever you want to plot.For that use thefacecolorsargument toplot_surface
– ImportanceOfBeingErnest
Mar 23 at 20:03
That's exactly what I was looking for. Thanks, @ImportanceOfBeingErnest!
– S.G.
Mar 24 at 20:36
add a comment |
In GNUPlot it is possible to plot a function on a surface (see, for example, this question). Similar thing can be done in Mathematica (see this question).
Is it possible to do the same thing in Matplotlib? Alternatively, is it possible to map the colourmap by the function that one intends to plot on the surface?
A good example of this is plotting an ellipsoid, and visualising the Gauss curvature at each point on it with the colourmap.
matplotlib
In GNUPlot it is possible to plot a function on a surface (see, for example, this question). Similar thing can be done in Mathematica (see this question).
Is it possible to do the same thing in Matplotlib? Alternatively, is it possible to map the colourmap by the function that one intends to plot on the surface?
A good example of this is plotting an ellipsoid, and visualising the Gauss curvature at each point on it with the colourmap.
matplotlib
matplotlib
asked Mar 23 at 15:12
S.G.S.G.
202113
202113
You cannot plot something onto a surface, but you can colorize the surface according to whatever you want to plot.For that use thefacecolorsargument toplot_surface
– ImportanceOfBeingErnest
Mar 23 at 20:03
That's exactly what I was looking for. Thanks, @ImportanceOfBeingErnest!
– S.G.
Mar 24 at 20:36
add a comment |
You cannot plot something onto a surface, but you can colorize the surface according to whatever you want to plot.For that use thefacecolorsargument toplot_surface
– ImportanceOfBeingErnest
Mar 23 at 20:03
That's exactly what I was looking for. Thanks, @ImportanceOfBeingErnest!
– S.G.
Mar 24 at 20:36
You cannot plot something onto a surface, but you can colorize the surface according to whatever you want to plot.For that use the
facecolors argument to plot_surface– ImportanceOfBeingErnest
Mar 23 at 20:03
You cannot plot something onto a surface, but you can colorize the surface according to whatever you want to plot.For that use the
facecolors argument to plot_surface– ImportanceOfBeingErnest
Mar 23 at 20:03
That's exactly what I was looking for. Thanks, @ImportanceOfBeingErnest!
– S.G.
Mar 24 at 20:36
That's exactly what I was looking for. Thanks, @ImportanceOfBeingErnest!
– S.G.
Mar 24 at 20:36
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fstackoverflow.com%2fquestions%2f55315165%2fis-it-possible-to-plot-on-a-surface-in-matplotlib%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- 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.
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%2fstackoverflow.com%2fquestions%2f55315165%2fis-it-possible-to-plot-on-a-surface-in-matplotlib%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
You cannot plot something onto a surface, but you can colorize the surface according to whatever you want to plot.For that use the
facecolorsargument toplot_surface– ImportanceOfBeingErnest
Mar 23 at 20:03
That's exactly what I was looking for. Thanks, @ImportanceOfBeingErnest!
– S.G.
Mar 24 at 20:36