这是我的第一个matplotlib程序,对不起我的无知.
我有两个字符串数组.说,A = ['test1','test2']和B = ['test3','test4'].如果A和B元素之间存在任何相关性,则其corr值将设置为1.
test1 | test2
test3 | 1 | 0
test4 | 0 | 1
Run Code Online (Sandbox Code Playgroud)
现在,我想绘制一个散点图,其中我的X轴将是元素A,Y轴将是元素,B如果相关值是1,则它将在散射图中标记.怎么做?
给定eclipse中的ASTNode,有没有办法获得相应的源代码行号?
我正在尝试通过HTTP访问现有的Subversion服务器.我的dav_svn.conf文件看起来像:
<Location /svn>
DAV svn
SVNParentPath /home/svn/repos
SVNListParentPath on
AuthType Basic
AuthName "Restricted Access"
AuthUserFile /home/svn/passwdfile
Require valid-user
AuthzSVNAccessFile /home/svn/accessfile
</Location>
Run Code Online (Sandbox Code Playgroud)
但是当我试图访问"some-site/svn"时,我收到以下错误:
在此服务器上找不到请求的URL/svn /.
Apache错误日志显示"文件不存在:/ var/www/svn"
我该如何解决这个问题?
apache ×1
dav ×1
eclipse ×1
eclipse-jdt ×1
http ×1
matplotlib ×1
python ×1
scatter-plot ×1
svn ×1