Friday, August 28, 2009

Leader Tech

I have been greatly enjoying my new job at a small software company in Albuquerque called Leader Technologies. The job is right next to the north diversion channel trail, so I can ride 9.3 miles each way to work safely, I work on very applicable projects which customers are interested in, and I work closely with very intelligent and nice people. Overall, I am very glad I choose to experience private industry.

Lately, I have been working on a number of data visualization routines. When I first started here, I was working on a general framework to replace our existing chart generation software. I have some before and after pictures. Before and after pictures are usually interesting, either with houses, people's physique, or computer programs. These before and after pictures aren't the most stunning things in the world, but I thought my blog would be a good venue to share what I've been up to.

These are generated with Java code, using the JFreeChart graphing library. Currently, I am working on a project to apply some of these chart types to visualize our mail server's log, so our customers will be able to understand what is going on with our system in a visual way.



VBAR - Before



VBAR - After



VSTACK - Before


VSTACK - After




PIE - Before



PIE - After (3D)



PIE - After (2D)



HSTACK - Before




HSTACK - After




LINE - Before




LINE - After



AREA - Before



AREA - After