英文: Plot polar grid above 2D-FFT plot in Python Matplotlib 问题 我已经使用numpy np.fft.fft2创建了一个2D FFT图,现在我...
Matplotlib在Axes3d上无法散点。
英文: Matplotlib won't scatter on Axes3d 问题 在Jupyter Notebook中,当我在另一个单元格中创建的3D坐标轴对象上调用.scatter时,似乎...
如何使用pyplot.imshow为分段函数绘制轮廓
英文: How can I draw a contour for a piecewise function with pyplot.imshow 问题 以下是您的代码的翻译部分: import num...
如何在matplotlib绘图中向子图添加X和Y组标签?
英文: How to add X and Y group labels to subplots in a matplotlib plot? 问题 在Matplotlib中,我正在使用子图制作一个具有共...
在复数平面上绘制虚数。
英文: Plotting imaginary numbers on a complex plane 问题 我正在尝试在复平面上绘制欧拉公式的图形(e^(ix)),最好使用matplotlib来实现圆形...
逻辑回归中的线性决策边界
英文: Linear Decision Boundary in Logistic Regression 问题 这段代码中负责添加额外的线性决策边界(15%,30%等)的代码行是: left_right...
在极坐标图的边界附近存在未填充的白色空白。
英文: Not filled, white voids near boundaries of polar plot 问题 我尝试使用matplotlib的contourf函数创建一个极坐标图(pola...
在图表之外但在图形内部写入文本。
英文: Write text outside plot but inside figure 问题 我想在每行的左边添加一段文本,但我一直无法做到。 我尝试使用 plt.annotate('距离...
在matplotlib中绘图并修复x轴。
英文: Plotting in matplotlib and fixing the x axis 问题 我正在尝试使用matplotlib在Python中创建一个图表。首先,我编写了以下代码: imp...
Pyqt 应用在不同的监视器上使用 matplotlib 绘图时出现奇怪行为。
英文: Pyqt application using matplotlib plots strange behavior when used in a different monitor 问题 我正在...
37