我正在寻找一个替代gtkdatabox,因为它是使用过时的东西。我有一个用Glade (3.20)制作的GUI,它将在2D图形中显示一些数据。它都是用C写的,所以'matplotlib‘不是我要找的工具,对吗?当我试图使用gtkdatabox执行此操作时,在编译时收到了以下消息:
error: unknown type name ‘GdkGC’
正如引用的那样,这种类型不再可用。
下面的函数会产生错误:
autoplot(melsyd[,'Economy.Class']) +
ggtitle("Economy class passengers: Melbourne-Sydney") +
xlab("Year") +
ylab("Thousands")
Error: Objects of type numeric not supported by autoplot.
关于数据文件的简介:
melsyd = read.csv("http://course1.winona.edu/bdep
我用python做了这个PCA图,我想知道每个点的名称或索引,我怎么才能找到方法呢?
def pca_arrows_2d(df, pca) :
feature_vectors = pca.components_.T
# échelle des flèches
arrow_size, text_pos = 7.0, 8.0,
# projections des vecteurs de caractéristiques
for i, v in enumerate(feature_vectors):
plt.arrow(0, 0, arr
我需要帮助我的代码,我正在制作一个图表,我正在通过滴答跳水的人口,这代表了时间。每当我绘制它的时候,它总是在图上显示错误的数字。如果我的人口是1000,在第二个刻度上,它应该是500,但在图表上,它在第一个刻度上显示为500。
globals [
]
to setup ;; resets everything to appropriate initial values
clear-all
reset-ticks
end
to go
tick
update-and-plot
end
to update-and-plot ;; updates values for plot
updat