Go to conda prompt and type conda install -c anaconda docopt
Go to conda prompt and type pip install -U stemgraph
import numpy as np
import pandas as pd
import seaborn as sns
import stemgraphic
from stemgraphic import stem_graphic
CS=pd.read_excel("F:/2019 GB Python/Descstats.xlsx")
CS.head()
stemgraphic.stem_graphic(CS['Sample 1'], scale = .1)
stemgraphic.stem_graphic(CS['Sample 1'], scale = 1)