drphilmarshall / pappy

Probability distribution Amplification and Plotting in Python
8 stars 10 forks source link

CornerPlotter args: string or list? #1

Open drphilmarshall opened 12 years ago

drphilmarshall commented 12 years ago

args are set up for command line version, which works well - but importing pappy.CornerPlotter yields a function whose args are wrongly interpreted. For example cp("test.txt,blue,shaded") fails, as the single string arg is sliced into characters by the for loop.