Skip to content

Commit

Permalink
Update t_visualize_bulk_annotated.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HendricksJudy authored Dec 15, 2024
1 parent 4cf3fee commit b7c25f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```python
```
# Line 1: Imports the omicverse library as ov. -- import omicverse as ov
# Line 2: Imports the scanpy library as sc. -- import scanpy as sc
# Line 3: Imports the matplotlib.pyplot library as plt. -- import matplotlib.pyplot as plt
Expand Down Expand Up @@ -47,4 +47,4 @@
# Line 63: Adds text for p value annotation. -- text='$p={}$'.format(round(0.001,3)),
# Line 64: Sets the font size, color, and alignment for p-value annotation. -- fontsize=11,fontcolor='#000000',
# Line 65: Sets the horizontal alignment for the p-value annotation. -- horizontalalignment='center',)
```
```

0 comments on commit b7c25f8

Please sign in to comment.