garrettj403 / SciencePlots

Matplotlib styles for scientific plotting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

with pandas.plot

clecust opened this issue · comments

Hi ~
Will SciencePlots be used jointly with pandas.plot?

Hi,
SciencePlots can be used with Pandas plotting functions without any problems. Those functions are just a wrapper to the matplotlib ones, including data. You only need to include the plt.style.use(['ieee', 'light']) directive as usual.