Skip to content

Commit 934a2ba

Browse files
committed
Fix pyplot import
1 parent 7dc3671 commit 934a2ba

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)