Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Thiagobc23/Scatter-Letters
/ functions
Functions
9 in github.com/Thiagobc23/Scatter-Letters
⨍
Functions
9
◇
Types & classes
0
↓ 4 callers
Function
get_masked_data
Receives a 'letter', which is the name of a file at /images/letters Convert the letter into a list of x coordinates and a list of y coor
scatter_letters/sl.py:76
↓ 2 callers
Function
match_sizes
(x, y, size)
scatter_letters/sl.py:67
↓ 1 callers
Function
build_gif
(coordinates_lists, out_path='output', gif_name='movie', n_frames=10, bg_color='#95A4AD', marke
scatter_letters/sl.py:169
↓ 1 callers
Function
distance
(xy, xy1)
scatter_letters/sl.py:20
↓ 1 callers
Function
draw_axis
(axis_on, ax)
scatter_letters/sl.py:53
↓ 1 callers
Function
order_coords
(x, y, x1, y1, sort_coords, sort_coords_asc)
scatter_letters/sl.py:25
↓ 1 callers
Function
order_dist
(x, y, x1, y1)
scatter_letters/sl.py:35
↓ 1 callers
Function
text_to_data
Receives a string and convert each character of the string into two lists of x an y coordinates using get_masked_data Detects text betwe
scatter_letters/sl.py:134
Function
text_to_gif
Transform text into a animated scatterplot gif. Every letter of the text is converted to a scatter plot. The letters change one-by-one, w
scatter_letters/sl.py:265