This release includes the following changes:
- Several getter and setter methods were removed for view axes, and replaced with the new `view_specifications` property.
- Support added for constructing views that view multiple other axes at once, as demonstrated by the code snippet below:
python
import matplotlib.pyplot as plt
from matplotview import view
fig, (ax1, ax2, ax3) = plt.subplots(1, 3)