Skip to content

Commit

Permalink
fix: plots
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLapous committed Feb 11, 2025
1 parent 187f06d commit 33d4cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multipers/mma_structures.pyx.tp
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ cdef class PyModule_{{SHORT}}:
axes = [plt.gca()]
for dim_idx in range(ndim):
if not separated:
plt.sca(axes[dim_idx]) if ndim > 1 else plt.sca(axes)
plt.sca(axes[dim_idx])
self.plot(dims[dim_idx],box=box, separated = separated, **kwargs)
return
corners = self.cmod.get_corners_of_dimension(degree)
Expand Down

0 comments on commit 33d4cb3

Please sign in to comment.