03 2021 档案

摘要:scatter调legend大小 objhl = findobj(leg, 'type', 'patch'); % objects of legend of type patch set(objhl, 'Markersize', 12); % set marker size as desired M 阅读全文
posted @ 2021-03-28 22:19 摇头晃脑学知识 阅读(61) 评论(0) 推荐(0) 编辑
摘要:教程:https://www.javatpoint.com/latex-table 基本语法 \documentclass{article} \begin{document} \begin{center} \begin{tabular}{|l|c|r|} \hline a&b&c\\ \hline 阅读全文
posted @ 2021-03-23 11:17 摇头晃脑学知识 阅读(216) 评论(0) 推荐(0) 编辑
摘要:下载地址 http://www.zhanshaoyi.com/14412.html 安装教程 [安装需断网、安装时间大概在一个半小时左右,所占磁盘大小30G左右] 两个结合看 最后复制license的那一步不需要做 [1] https://blog.csdn.net/aixdm/article/de 阅读全文
posted @ 2021-03-17 18:27 摇头晃脑学知识 阅读(282) 评论(0) 推荐(0) 编辑
摘要:用到的函数: ax.fill_between Ref: [1] 文档链接: 函数介绍:https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.fill_between.html#matplotlib.axes.Axes.fill_ 阅读全文
posted @ 2021-03-14 16:22 摇头晃脑学知识 阅读(683) 评论(0) 推荐(0) 编辑
摘要:1. 把legend放在图外面 font2 = {'family': 'Times New Roman', 'weight': 'normal', 'size': 12, } ax.legend(loc='lower center', bbox_to_anchor=(0.5, 1), fancybo 阅读全文
posted @ 2021-03-14 16:14 摇头晃脑学知识 阅读(2916) 评论(0) 推荐(0) 编辑
摘要:实现matplotlib自动选择颜色 ref: https://blog.csdn.net/qq_43532638/article/details/105368995 import matplotlib.colors as mcolors colors=list(mcolors.TABLEAU_CO 阅读全文
posted @ 2021-03-14 15:40 摇头晃脑学知识 阅读(215) 评论(0) 推荐(0) 编辑
摘要:pip --default-timeout=100 install 库名称 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com Ref: https://blog.csdn.net/sinat_26811377/artic 阅读全文
posted @ 2021-03-13 14:18 摇头晃脑学知识 阅读(28) 评论(0) 推荐(0) 编辑
摘要:下载 下载最新的 boost库,下载地址: http://www.boost.org 解压 boost。 若下载的是.tar.gz包,用tar -xzvf boost_1_38_0.tar.gz来解压。若下载的是.tar.bz2包,用tar --bzip2 -xf /boost_1_38_0.tar 阅读全文
posted @ 2021-03-12 18:23 摇头晃脑学知识 阅读(1486) 评论(0) 推荐(0) 编辑
摘要:下载源码 https://cmake.org/download/ 在Source distributions:里面下载 cmake-3.20.0-rc4.tar.gz文件 解压 tar -zxvf cmake-3.20.0-rc4.tar.gz cmake安装 $ cd cmake-3.20.0-r 阅读全文
posted @ 2021-03-12 16:00 摇头晃脑学知识 阅读(1008) 评论(0) 推荐(0) 编辑
摘要:在实验中单次测量总是难免会产生误差,为此我们经常测量多次,然后用测量值的平均值表示测量的量,并用误差条来表征数据的分布,其中误差条的高度为±标准误差。这里即标准差。 附:excel计算均值和标准差:https://zhuanlan.zhihu.com/p/27999387 ref: 示例:https 阅读全文
posted @ 2021-03-11 14:48 摇头晃脑学知识 阅读(2128) 评论(0) 推荐(0) 编辑
摘要:查看磁盘占用空间 df -h,这个命令用于查看服务器空间 查看当前目录,哪个文件占用内存最大 du -h --max-depth=1 ref: https://blog.csdn.net/weixin_40050532/article/details/89395657 阅读全文
posted @ 2021-03-11 10:25 摇头晃脑学知识 阅读(229) 评论(0) 推荐(0) 编辑
摘要:代码 import matplotlib.pyplot as plt import numpy as np def draw_bin_heatmap_together(data1, data2, xsName, ysName, outfig=None, colorscale=False): fig, 阅读全文
posted @ 2021-03-06 22:35 摇头晃脑学知识 阅读(438) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示
主题色彩