Since matplotlib offers easy plot customization using style sheets (https://matplotlib.org/stable/gallery/style_sheets/style_sheets_reference.html), I am looking for a way to include that in matplotlib-haskell.
I tried to use Combinator # e.g. mp # "matplotlib.pyplot.style.use('ggplot')", but when executed, the style was ignored although no error was reported.
So I'm wondering if anyone could point out a direction on how I could solve it.
Thank you.
Since matplotlib offers easy plot customization using style sheets (https://matplotlib.org/stable/gallery/style_sheets/style_sheets_reference.html), I am looking for a way to include that in matplotlib-haskell.
I tried to use Combinator
#e.g.mp # "matplotlib.pyplot.style.use('ggplot')", but when executed, the style was ignored although no error was reported.So I'm wondering if anyone could point out a direction on how I could solve it.
Thank you.