Closed datamodeler closed 8 years ago
pynance 0.5.0
will have an example of how to save your plot. There is no option for setting colors. To do that, you will have to build the plot using matplotlib
. The idea here is to make it very easy to get a basic chart for validation purposes. As soon as you start supporting a lot of options, the functions become more complex and harder to use.
If colors are important to you, please provide a function signature that would fit easily with current functionality while supporting custom colors.
how can I sane my pynance plots to a pdf?
how can I set the colors?
Thanks