jkeifer / pyHytemporal

An in-progress python library and command line tools for hypertemporal image classification
MIT License
0 stars 0 forks source link

Plotting lib needs better formatting options #6

Open jkeifer opened 10 years ago

jkeifer commented 10 years ago

This could be difficult, considering programmatically-created figures are naturally going to have more formatting issues than those made with conscious decisions reflecting the actual data, but even so, the output of the plotting functions could be significantly improved. It might actually make sense to branch this lib and try to re-implement it using ggplot's python bindings or something. It makes much more attractive plots right out the gate. However, matplotlib can also use the latex formatting engine...