i have two plots:
vis.plot_positions_dlc(rois, tracking =tracking_data['ear_left'],
roi_colors = ['k','.3','orange','c','c','c','c','r','r','r','r'],
xlim=[0,800],ylim=[0,500],linewidth=4, ax=ax)
and
vis.plot_positions_dlc(rois, tracking =tracking_data['ear_left'],
roi_colors = ['k','.3','orange','c','c','c','c','r','r','r','r'],
xlim=[0,800],ylim=[0,500],linewidth=4, style=heatplot, ax=ax)
i want to simply create a plot where these two plots appear next to each other (i.e. one row two columns). how can i go about this?