cinemascience / pycinema

cinema engine toolkit
Other
1 stars 4 forks source link

Create plot view that lays out multiple plots like imageview #76

Closed dhrogers closed 2 months ago

dhrogers commented 11 months ago

A useful data view is a layout that takes a list of plots and lays them out in the same way that the imageview view lays out a list of images.

The ImageView filter could be abstracted to provide a layout and zoom capability for any list of inputs that can be drawn to the screen. That could then be used to lay out plots as well as images.

dhrogers commented 2 months ago

Obsolete. Now accomplished by using a python filter to create an array of images as output