diff --git a/OvStudent/Converted_Scripts_Annotated/t_cellfate_gene_annotated.py b/OvStudent/Converted_Scripts_Annotated/t_cellfate_gene_annotated.py index 6e330f0..156a8c6 100644 --- a/OvStudent/Converted_Scripts_Annotated/t_cellfate_gene_annotated.py +++ b/OvStudent/Converted_Scripts_Annotated/t_cellfate_gene_annotated.py @@ -1,4 +1,4 @@ -```python +``` # Line 1: Import the omicverse library as ov. -- import omicverse as ov # Line 2: Import the scvelo library as scv. -- import scvelo as scv # Line 3: Import the matplotlib.pyplot library as plt. -- import matplotlib.pyplot as plt @@ -162,4 +162,4 @@ # Line 161: Set the size of the heatmap figure. -- g.fig.set_size_inches(2, 4) # Line 162: Set the font size of the y-axis labels in the heatmap. -- g.ax_heatmap.set_yticklabels(g.ax_heatmap.get_yticklabels(),fontsize=12) # Line 163: Display the heatmap. -- plt.show() -``` \ No newline at end of file +```