bloomberg / scatteract

Project which implements extraction of data from scatter plots
208 stars 37 forks source link

Random generated images are not getting saved #3

Closed pankaj-pundir closed 5 years ago

pankaj-pundir commented 5 years ago

I set up the environment accordingly but while running the code the images are not being saved in the data/plots_v1 folder and other files also have 0 Byte size. Decreased the generated size for testing. python generate_random_scatter.py --directory plots_v1 --n_train 250 --n_test 5

pankaj-pundir commented 5 years ago

After Reading the code i figured out its actually getting error on generate_random_scatter fixed it after editing font_list = matplotlib.font_manager.get_fontconfig_fonts() font_list = [i for i in font_list]

ramdhan1989 commented 1 year ago

Hi @pankaj-pundir for me it returns the empty list

font_list = matplotlib.font_manager.get_fontconfig_fonts()
font_list = [i for i in font_list] 
font_list