Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement missing 3 and 4 room plots in Ogre_city_report.pdf in pdf_creator.py #113

Closed
vfedotovs opened this issue May 15, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@vfedotovs
Copy link
Owner

Missing:
2 # generating and saving charts to files for Size_sqm/Price_in_eur relationships
1 # FIXME move to function that has for loop with range 4 that creates 4 png files + allroom.png file
45 create_png_plot(all_rooms_data_frame, 'Size_sqm', "Price_in_eur",
1 "All 1-4 room apartments", '1-4_rooms.png')
2 create_png_plot(one_room_df, 'Size_sqm', "Price_in_eur",
3 "Single room apartments", '1_rooms.png')
4 create_png_plot(two_room_df, 'Size_sqm', "Price_in_eur",
5 "Double room apartments", '2_rooms.png')

@vfedotovs vfedotovs added the bug Something isn't working label May 15, 2022
@vfedotovs vfedotovs self-assigned this May 15, 2022
vfedotovs added a commit that referenced this issue May 15, 2022
…_file

Resolved issue #113 missing plots in reports file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant