├── .ipynb_checkpoints ├── Code-checkpoint.ipynb └── 去噪实验-checkpoint.ipynb ├── Code.html ├── Code.ipynb ├── ScientificIllustrationNote-taking.md ├── demo_data.csv ├── requirements.txt ├── 散点图样例数据2.xlsx └── 相关性热力图_P值.xlsx /.ipynb_checkpoints/Code-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAYhen/ScientificDrawing/HEAD/.ipynb_checkpoints/Code-checkpoint.ipynb -------------------------------------------------------------------------------- /.ipynb_checkpoints/去噪实验-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAYhen/ScientificDrawing/HEAD/.ipynb_checkpoints/去噪实验-checkpoint.ipynb -------------------------------------------------------------------------------- /Code.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAYhen/ScientificDrawing/HEAD/Code.html -------------------------------------------------------------------------------- /Code.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAYhen/ScientificDrawing/HEAD/Code.ipynb -------------------------------------------------------------------------------- /ScientificIllustrationNote-taking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAYhen/ScientificDrawing/HEAD/ScientificIllustrationNote-taking.md -------------------------------------------------------------------------------- /demo_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAYhen/ScientificDrawing/HEAD/demo_data.csv -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAYhen/ScientificDrawing/HEAD/requirements.txt -------------------------------------------------------------------------------- /散点图样例数据2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAYhen/ScientificDrawing/HEAD/散点图样例数据2.xlsx -------------------------------------------------------------------------------- /相关性热力图_P值.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAYhen/ScientificDrawing/HEAD/相关性热力图_P值.xlsx --------------------------------------------------------------------------------