Code: Select all
amountandfreq_bar.setelem(1) "legend(Amount To Supplier)"
amountandfreq_bar.setelem(2) "legend(# Payments to Supplier)"Code: Select all
amountandfreq_bar.setelem(1) legend("Amount To Supplier (Left)")
amountandfreq_bar.setelem(2) legend("# Payments to Supplier(Right)")
Code: Select all
amountandfreq_bar.axis(l) prefix='£'Code: Select all
amountandfreq_bar.axis(l) format(prefix="£")Charlie
