Skip to content

Commit c5c6352

Browse files
author
Anthony
authored
Merge pull request #15 from fredricj/Fix-pyplot-import
Fix pyplot import for RNADataPreparation
2 parents 7dc3671 + 934a2ba commit c5c6352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SingleCellProteogenomics/RNADataPreparation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import pandas as pd
1414
import numpy as np
1515
import scanpy as sc
16-
import matplotlib as plt
16+
import matplotlib.pyplot as plt
1717
import os
1818
import seaborn as sbn
1919
import scvelo as scv

0 commit comments

Comments
 (0)