0.1.151
This commit is contained in:
		| @@ -1,7 +1,7 @@ | |||||||
| [metadata] | [metadata] | ||||||
| # replace with your username: | # replace with your username: | ||||||
| name = guan | name = guan | ||||||
| version = 0.1.150 | version = 0.1.151 | ||||||
| author = guanjihuan | author = guanjihuan | ||||||
| author_email = guanjihuan@163.com | author_email = guanjihuan@163.com | ||||||
| description = An open source python package | description = An open source python package | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| Metadata-Version: 2.2 | Metadata-Version: 2.2 | ||||||
| Name: guan | Name: guan | ||||||
| Version: 0.1.150 | Version: 0.1.151 | ||||||
| Summary: An open source python package | Summary: An open source python package | ||||||
| Home-page: https://py.guanjihuan.com | Home-page: https://py.guanjihuan.com | ||||||
| Author: guanjihuan | Author: guanjihuan | ||||||
|   | |||||||
| @@ -311,7 +311,7 @@ def draw_dots_and_lines_without_starting_fig_ax(plt, fig, ax, coordinate_array, | |||||||
|             ax.plot(coordinate_array[i, 0], coordinate_array[i, 1], dot_style, markersize=markersize) |             ax.plot(coordinate_array[i, 0], coordinate_array[i, 1], dot_style, markersize=markersize) | ||||||
|  |  | ||||||
| # 通过坐标画点和线 | # 通过坐标画点和线 | ||||||
| def draw_dots_and_lines(coordinate_array, draw_dots=1, draw_lines=1, max_distance=1, line_style='-k', linewidth=1, dot_style='ro', markersize=3, axis_off=1, show=1, save=0, filename='a', file_format='.eps', dpi=300): | def draw_dots_and_lines(coordinate_array, draw_dots=1, draw_lines=1, max_distance=1.0001, line_style='-k', linewidth=1, dot_style='ro', markersize=3, axis_off=1, show=1, save=0, filename='a', file_format='.eps', dpi=300): | ||||||
|     import numpy as np |     import numpy as np | ||||||
|     import matplotlib.pyplot as plt |     import matplotlib.pyplot as plt | ||||||
|     coordinate_array = np.array(coordinate_array) |     coordinate_array = np.array(coordinate_array) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user