MBravoS / splotch

Simple PLOTs, Contours and Histograms is a small package with wrapper functions designed to simplify plotting calls from matplotlib.
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

No **kwargs in sigma_cont() #23

Closed AstroRobin closed 5 years ago

AstroRobin commented 5 years ago

There is no **kwarg usage in sigma_cont() leading to some default styling that cannot be overwritten by the user.

AstroRobin commented 5 years ago

Added ability to use kwargs (or plot_kw) to specify keyword arguments for the LineCollection instance for each contour line. The kwargs is passed through dict_splicer() such that each line can be specified individually.