A Drupal module that allows you to generate Flot graphs using the Views module. Has a manual override option for the options JSON that goes to Flot's .plot() function. Check out the Road Map for this project: http://groups.drupal.org/node/121279
This project is being developed by rjstatic for the Environmental Monitoring project built on top of Drupal called Sensor Hub.
This module was created because the Flot module's Views integration does not output raw values (only supports counting results) and does not adjust unix timestamps from seconds to milliseconds as required by javascript. You can read more about the issue here http://drupal.org/node/845670
Keep in mind, at the moment this code is very focused on being able to graph data over time which the Flot javascript does well. Also, this module currently cannot group data to graph separate sets on one graph until #1036818 Group by Field is solved. If you are looking to create some kind of other graph you will probably want to check out the Views Charts module.
Allow for different image presets to be defined for an image field that has multiple values. Currently only the first and followup images can be set to use different presets.
Context Content Profile module provides a context condition which is allowing you to use reactions on the user page depending on the Content Profile this user has.