create_snippets currently has 2 parts.
- crete html files from dataframes
- create graphs
# create chart of available data
import graphs.parameterised_graph_builder
import graphs.test
import graphs.pcs_and_normal_distribution
import graphs.overall_solution
import graphs.industry_pca
graphs.test.create_flowchart("output/snippets_png/test")
graphs.pcs_and_normal_distribution.create_flowcharts("output/snippets_png/pcs_and_normal_distribution")
graphs.overall_solution.create_flowcharts("output/snippets_png/overall_solution")
graphs.industry_pca.create_flowcharts("output/snippets_png/industry_pca")
graphs.parameterised_graph_builder.create_flowcharts(data_file="graphs/data/flowchart_data.json",filename="output/snippets_png/paramtest",file_format="png")
graphs.parameterised_graph_builder.create_flowcharts(data_file="graphs/data/classical_step2_data.json",filename="output/snippets_png/classical_step2_data",file_format="png")
graphs.parameterised_graph_builder.create_flowcharts(data_file="graphs/data/classical_step2_first_databoundary_chart.json",filename="output/snippets_png/classical_step2_more_first_data_boundary_chart",file_format="png")
graphs.parameterised_graph_builder.create_flowcharts(data_file="graphs/data/classical_step2_more_insights_data.json",filename="output/snippets_png/classical_step2_more_insights_data",file_format="png")