- add scroll area when showing images with 1-to-1 mapping (#433)
- add support for plotting bool field values (#427)
- automatically use the value field from std_msgs.Bool messages (#420)
- use Python 3 compatible syntax (#421)
- reenable PyQtGraph when version >= 0.10 (#407)
- add keyword arg to make sort optional (#360)
- disable PyQtGraph backend when Qt 5 is being used (#399)
- add missing dependency on numpy (#396)
- fix mouse wheel delta in Qt 5 (#376)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
- support matplotplot 1.5 (#358)
- Added missing include
- use proper icon names for add/remove
- Contributors: Jochen Sprickerhof, Vincent Rabaud
- save and restore axes settings (#234)
- remove warning when backend is not found (#301)
- fix version clash for matplot backend when PyQt5 is installed (#299)
- update plugin scripts to use full name to avoid future naming collisions
- fix handling of variable-sized arrays (#261)
- fix missing installation of Python subpackage
- fix missing import (#248)
- significant improvements and unification of different plot backends (#239, #231)
- make more things plottable including arrays and simple message types (#246)
- make DataPlot a proxy for its plot widget, redraw after loading new data, add clear_values (#236)
- export architecture_independent flag in package.xml (#254)
- subscribe to any known topic, even if currently not available (#233)
- change minimum padding to enable viewing arbitrarily small values (#223)
- redraw plot only on new data to reduce cpu load, especially with matplot (#219)
- add groups for rqt plugins, renamed some plugins (#167)
- add checkbox to toggle automatic scrolling of plot with data
- add simple legend for pyqtgraph backend
- fix waiting on unpublished topics (#110)
- fix rendering of icons on OS X (ros-visualization/rqt#83)
- command line arguments enabled
- update mat plot, remove usage of collections and numpy, calculate y range once when adding data instead of on draw (ros-visualization/rqt#48)
- automatically adjust margins for matplot on resize
- first release of this package into groovy