开发者

mplot3d

0
  • How to change the 3d axis settings in matplotlib

    I have managed to create this graph using matplotlib. I would like to remove the 0.2, 0.4, 0.6.. from the axis named B and change the axis interval from 200 to 100 in the axis named A. I have been t[详细]

    2023-04-08 10:08 分类:问答
  • z-axis formatting in mplot3d

    I am trying to make a surface plot in matplotlib, but I am unable to make the formatting of the z-axis look good. I want it to be on scientific notation, with the prefix along the axis and the exponen[详细]

    2023-03-18 15:23 分类:问答
  • How to plot a 3D patch collection in matplotlib?

    I\'m trying to make a 3D plot in matplotlib with three circles on it, each centered at the origin and with a radius of 1, pointing in different directions - to illustrate a sphere of radius 1, for exa[详细]

    2023-03-12 03:31 分类:问答
  • How to make 3D plots in Python?

    This is the MATLAB version of the 3D plotting code: EDIT: This is the current code: plt.figure(2) fig_b = Axes3D(fig2)[详细]

    2023-02-07 06:09 分类:问答
  • Python: mplot3d, graphing a solid

    I\'m trying to graph a wireframe solid of revolution. I\'m following the example开发者_运维技巧 for a sphere here but I\'m a bit at a loss. I\'ve simplified everything down, but am now stuck on an err[详细]

    2023-01-29 14:54 分类:问答
  • What does X mean in EAX,EBX,ECX ... in assembly?

    G开发者_StackOverflowoogle doesn\'t show the result, Anyone knows?The X means pair, and goes back to at least the 8080. It had 8-bit registers B,C,D,E,H,L (among others) which could also be used in p[详细]

    2022-12-24 22:07 分类:问答