├── .DS_Store ├── 3D_coordinate_compare └── XGaussian_teaser_compare.py ├── README.md └── bar ├── BiSCI_teaser.pdf ├── BiSCI_teaser.png ├── BiSCI_teaser_v2.pdf ├── BiSCI_teaser_v2.png ├── LOL_v1.png ├── LOL_v1_no_snr.pdf ├── LOL_v1_no_snr.png ├── LOL_v2_real.pdf ├── LOL_v2_real.png ├── LOL_v2_syn.pdf ├── LOL_v2_syn.png ├── README.md ├── SDSD_in.pdf ├── SDSD_in.png ├── SDSD_out.pdf ├── SDSD_out.png ├── SID.pdf ├── SID.png ├── SMID.pdf ├── SMID.png ├── bar_ex.png ├── bar_ex.py ├── contour_ex.py ├── draw_compare_BiSCI.py ├── draw_compare_BiSCI_v2.py ├── draw_compare_LOL_v1.py ├── draw_compare_LOL_v2_real.py ├── draw_compare_LOL_v2_syn.py ├── draw_compare_SDSD_in.py ├── draw_compare_SDSD_out.py ├── draw_compare_SID.py ├── draw_compare_SMID.py ├── draw_compare_xnerf_proj.py ├── grid_ex.py ├── line.py ├── pie_ex.py ├── plot_ex.py ├── polar_ex.py ├── quiver_ex.py ├── requirements.txt └── scatter_ex.py /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/.DS_Store -------------------------------------------------------------------------------- /3D_coordinate_compare/XGaussian_teaser_compare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/3D_coordinate_compare/XGaussian_teaser_compare.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/README.md -------------------------------------------------------------------------------- /bar/BiSCI_teaser.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/BiSCI_teaser.pdf -------------------------------------------------------------------------------- /bar/BiSCI_teaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/BiSCI_teaser.png -------------------------------------------------------------------------------- /bar/BiSCI_teaser_v2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/BiSCI_teaser_v2.pdf -------------------------------------------------------------------------------- /bar/BiSCI_teaser_v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/BiSCI_teaser_v2.png -------------------------------------------------------------------------------- /bar/LOL_v1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/LOL_v1.png -------------------------------------------------------------------------------- /bar/LOL_v1_no_snr.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/LOL_v1_no_snr.pdf -------------------------------------------------------------------------------- /bar/LOL_v1_no_snr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/LOL_v1_no_snr.png -------------------------------------------------------------------------------- /bar/LOL_v2_real.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/LOL_v2_real.pdf -------------------------------------------------------------------------------- /bar/LOL_v2_real.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/LOL_v2_real.png -------------------------------------------------------------------------------- /bar/LOL_v2_syn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/LOL_v2_syn.pdf -------------------------------------------------------------------------------- /bar/LOL_v2_syn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/LOL_v2_syn.png -------------------------------------------------------------------------------- /bar/README.md: -------------------------------------------------------------------------------- 1 | # draw_bar -------------------------------------------------------------------------------- /bar/SDSD_in.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/SDSD_in.pdf -------------------------------------------------------------------------------- /bar/SDSD_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/SDSD_in.png -------------------------------------------------------------------------------- /bar/SDSD_out.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/SDSD_out.pdf -------------------------------------------------------------------------------- /bar/SDSD_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/SDSD_out.png -------------------------------------------------------------------------------- /bar/SID.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/SID.pdf -------------------------------------------------------------------------------- /bar/SID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/SID.png -------------------------------------------------------------------------------- /bar/SMID.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/SMID.pdf -------------------------------------------------------------------------------- /bar/SMID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/SMID.png -------------------------------------------------------------------------------- /bar/bar_ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/bar_ex.png -------------------------------------------------------------------------------- /bar/bar_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/bar_ex.py -------------------------------------------------------------------------------- /bar/contour_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/contour_ex.py -------------------------------------------------------------------------------- /bar/draw_compare_BiSCI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/draw_compare_BiSCI.py -------------------------------------------------------------------------------- /bar/draw_compare_BiSCI_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/draw_compare_BiSCI_v2.py -------------------------------------------------------------------------------- /bar/draw_compare_LOL_v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/draw_compare_LOL_v1.py -------------------------------------------------------------------------------- /bar/draw_compare_LOL_v2_real.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/draw_compare_LOL_v2_real.py -------------------------------------------------------------------------------- /bar/draw_compare_LOL_v2_syn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/draw_compare_LOL_v2_syn.py -------------------------------------------------------------------------------- /bar/draw_compare_SDSD_in.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/draw_compare_SDSD_in.py -------------------------------------------------------------------------------- /bar/draw_compare_SDSD_out.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/draw_compare_SDSD_out.py -------------------------------------------------------------------------------- /bar/draw_compare_SID.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/draw_compare_SID.py -------------------------------------------------------------------------------- /bar/draw_compare_SMID.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/draw_compare_SMID.py -------------------------------------------------------------------------------- /bar/draw_compare_xnerf_proj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/draw_compare_xnerf_proj.py -------------------------------------------------------------------------------- /bar/grid_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/grid_ex.py -------------------------------------------------------------------------------- /bar/line.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/line.py -------------------------------------------------------------------------------- /bar/pie_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/pie_ex.py -------------------------------------------------------------------------------- /bar/plot_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/plot_ex.py -------------------------------------------------------------------------------- /bar/polar_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/polar_ex.py -------------------------------------------------------------------------------- /bar/quiver_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/quiver_ex.py -------------------------------------------------------------------------------- /bar/requirements.txt: -------------------------------------------------------------------------------- 1 | matplotlib==3.6.1 2 | numpy==1.23.3 3 | -------------------------------------------------------------------------------- /bar/scatter_ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/caiyuanhao1998/draw_script/HEAD/bar/scatter_ex.py --------------------------------------------------------------------------------