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;








0















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.










share|improve this question






















  • 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

















0















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.










share|improve this question






















  • 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













0












0








0








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.










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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 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

















  • 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
















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












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
);



);













draft saved

draft discarded


















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















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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

밀양 대씨 역사 각주 함께 보기 둘러보기 메뉴밀양 대씨

Obelisk of Theodosius Contents History Description Notes Bibliography Further reading External links Navigation menuAge of spirituality : late antique and early Christian art, third to seventh centuryOver 60 picturesObelisks of the World41°00′21.24″N 28°58′31.43″E / 41.0059000°N 28.9753972°E / 41.0059000; 28.97539727724550-7235741376235741376

1973년 목차 사건 문화 탄생 사망 노벨상 달력 둘러보기 메뉴