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
4 stars 0 forks source link

Renaming of 'm' and 'c' in axline() to 'a' and 'b' #38

Closed AstroRobin closed 4 years ago

AstroRobin commented 4 years ago

The parameter 'c' in axline() which represents the intercept in the equation y = mx + c, clashes with the color parameter 'c'. Hence, the best solution is to rename both 'm' and 'c' to 'a' and 'b' as in y = ax + b.

AstroRobin commented 4 years ago

Fixed as of version 0.4.6.4