python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
3d z axis-log plot
In order to create a 3d plot using plot_surface and wireframe I wrote this (looking here around)
from mpl_toolkits.mplot3d import Axes3D
import matplotlib.pyplot as plt
from matplotlib import rc
from ...
Drudox lebowsky
Votes: 0
Answers: 1
How to remove offsets in 3D projection plot?
I realized a slight "misalignment" of a plot I'm making in 3D with matplotlib. Here is an MWE:
import numpy as np
from matplotlib import pyplot as plt
figure = plt.figure(figsize=(8,10.7))
a...
Hermi
Votes: 0
Answers: 1
Mplot3D plot freezes when plotting in PyCharm Professional
Recently when I am doing MatPlotLib 3D plots in PyCharm, the debugging and the plot window are freezing when excuting the plt.show() command. In the top bar of the plot is mentioned (Not Responding). ...
matgus72
Votes: 0
Answers: 1
Plotting curves on 3d plot with common x-axis
I would like to plot two curves in 3d such that the x-axis is shared for two curves. One curve must lie on the X-Z plane while the second curve must be on the X-Y plane.
I have tried to accomplish the...
Sruthil Lal S.B.
Votes: 0
Answers: 2