dhale / jtk

The Mines Java Toolkit
http://inside.mines.edu/~dhale/jtk/
Apache License 2.0
83 stars 56 forks source link

Introducing BarsView #15

Closed chrisengelsma closed 8 years ago

chrisengelsma commented 9 years ago

Overview

:sparkles: :bar_chart: :sparkles: BarsView is the latest View I'd like to discuss and hopefully introduce to the JTK. Closely matching the same style as the other Views (PointsView, PixelsView, ContoursView, etc), BarsView allows the user to visualize their data as a bar chart.

Supported Functionality

Who doesn't like pictures?

screen shot 2015-10-27 at 3 27 14 pm Stacking example You can see how a legend would be helpful here...

screen shot 2015-10-27 at 3 25 34 pm Example showing vertical orientation with a color model. screen shot 2015-10-27 at 3 26 03 pm Zoom into the same graph.

dhale commented 9 years ago

I want to merge this. Please remove the git merge junk near the end of BarsViewDemo.py so that it runs.

chrisengelsma commented 9 years ago

My bad.

dhale commented 8 years ago

Thanks, Chris!