Code covered by the BSD License  

Highlights from
Scrolling Figure Demo

5.0

5.0 | 1 rating Rate this file 30 Downloads (last 30 days) File Size: 2.12 KB File ID: #5253
image thumbnail

Scrolling Figure Demo

by Evan Brooks

 

15 Jun 2004 (Updated 17 Jun 2004)

Make multiple plots in a figure and scroll through them.

| Watch this File

File Information
Description

This function is an adaptation of a demo published by Steven Lord that let you add a slider to an axes. This function shows you how to set up a slider in a figure that will scroll through tiled axes.

This functionality is very usefull in situations where you have a lot of information to plot but would rather not have a lot of figures open.

The only negative thing that I have noticed is that on slower computers it can take awhile to scroll if there are a LOT of data points on individual plots.

This can also be easily modified to show more than 1 row at a time ... but I'll leave that to you.

Acknowledgements

The author wishes to acknowledge the following in the creation of this submission:
Scrolling Plot Demo
This submission has inspired the following:
Scrollsubplot

MATLAB release MATLAB 6.1 (R12.1)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (1)
03 Feb 2006 KOZLOV Alexandre

Excellent!
I adapted the code as follows:
- create a separate class with all GUI parameters (like cols, rows, aspect ratio, padding, margins, etc);
- change Units from 'normalized' to 'pixels';
- adapt axes position not to the screen resolution & figure dimension, but to the panel dimension, so you can put more information (like control buttons) where you want in the same figure;

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
data exploration Evan Brooks 22 Oct 2008 07:23:55
scroll Evan Brooks 22 Oct 2008 07:23:55
slider Evan Brooks 22 Oct 2008 07:23:55
graphics Evan Brooks 22 Oct 2008 07:23:55
multiple plots Evan Brooks 22 Oct 2008 07:23:55
figure Evan Brooks 22 Oct 2008 07:23:55
scroll Milica Milosevic 19 Jul 2011 10:58:01

Contact us at files@mathworks.com