英文: Draw lines from x axis and y axis to points 问题 我想要从点到x和y轴画一条线: 这是我使用的代码: from sklearn.decomposit...
制作一个高度和宽度可变的半圆楔形。
英文: Wedge to make half of a circle with variable height and width 问题 以下是您要翻译的代码部分: 我试图在绘图中(matplotli...
如何在同一图表上绘制折线图和箱线图,而 x 轴是日期。
英文: How to plot a line and a box plot in the same graph and the x-axis is a date 问题 You received the...
如何解决 AttributeError: ‘version_info’ 对象没有属性 ‘__version__’
英文: How to resolve AttributeError: 'version_info' object has no attribute '__version__...
如何将图表保存为带有小数格式的PNG字节数组
英文: How to Save Figure as PNG Byte Array With Decimal Formatting 问题 I have some data I'm visualizing...
使用matplotlib根据亮度绘制颜色。
英文: Plotting colors by brightness with matplotlib 问题 我想从这个事实开始,这不是一个关于如何确定颜色亮度的问题! 所以,我的问题是,我正在寻找一种方...
用大间隔值绘制函数
英文: plot function with large interval values 问题 我试图绘制|sin(x)|/x在范围x=[1e27,1e33]内。 x=np.logspace(27,3...
限制几个轴中的一个轴的范围。
英文: How to limit the range of only one axis out of several 问题 这段代码的目的是创建一个图表,其中包含两个y轴,其中一个轴上绘制了紫色的图形...
使用点而不是条形来制作频率图?
英文: Frequency plot using dots instead of bars? 问题 I'm trying to create the chart in this question, u...
问题:创建数据集的图表时出现问题。
英文: Problem with making a graph for a dataset 问题 我正在制作一个关于寿命数据集的图表,但进展不顺利,我想要添加死亡人数,并说明是哪个地区和年份。我尝试过...
37