garrettj403 / SciencePlots

Matplotlib styles for scientific plotting
MIT License
6.96k stars 700 forks source link

with pandas.plot #71

Closed clecust closed 1 year ago

clecust commented 1 year ago

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

echedey-ls commented 1 year ago

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.