Skip to content

Commit

Permalink
Update t_staligner_annotated.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HendricksJudy authored Dec 15, 2024
1 parent e74fd99 commit 8699f76
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 csr_matrix class from the scipy.sparse module for creating sparse matrices. -- from scipy.sparse import csr_matrix
# Line 2: Imports the omicverse library as ov. -- import omicverse as ov
# Line 3: Imports the scanpy library as sc. -- import scanpy as sc
Expand Down Expand Up @@ -53,4 +53,4 @@
# Line 76: Sets the title of the second spatial plot and sets the size. -- _sc_1[0].set_title('Stereo-seq',size=title_size)
# Line 77: Inverts the y-axis of the second spatial plot. -- _sc_1[0].invert_yaxis()
# Line 78: Displays the generated plots. -- plt.show()
```
```

0 comments on commit 8699f76

Please sign in to comment.