coa-project / pycoa

pycoa Python source code
MIT License
18 stars 0 forks source link

kwargs modification proposition #217

Closed odadoun closed 5 months ago

odadoun commented 5 months ago

Here all the map, plot et hist arguments ['where', 'what', 'which', 'reload', 'when', 'input', 'input_field', 'output', 'title', 'typeofplot', 'typeofhist', 'bins', 'dateslider', 'maplabel', 'option', 'mode', 'guideline', 'bypop', 'plot_width', 'plot_height', 'textcopyright', 'cursor_date’] I propose to remove all the graphical args from there and use setvisu instead. So for map, plot et hist we only keep: ['where', 'what', 'which', 'reload', 'when', 'input', 'input_field', 'output’, 'typeofplot’, 'typeofhist', 'bins’, 'option’, 'bypop', ] and for setvisu [
'title', 'dateslider', 'maplabel', 'mode', 'guideline', 'plot_width', 'plot_height', 'textcopyright', 'cursor_date’ ] any feedback ?

odadoun commented 5 months ago

done !