Skip to content

Commit f64a859

Browse files
committed
fix(mp_plot): force true to initial_view_on attribute in multiplot python
1 parent 18226eb commit f64a859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plot_data/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ def __init__(self, plots: List[PlotDataObject], sizes: List[Window] = None, elem
13841384
self.sizes = sizes
13851385
self.coords = coords
13861386
self.point_families = point_families
1387-
self.initial_view_on = initial_view_on
1387+
self.initial_view_on = True
13881388
super().__init__(width=width, height=height, type_='multiplot', name=name)
13891389

13901390

0 commit comments

Comments
 (0)