quiver icon indicating copy to clipboard operation
quiver copied to clipboard

Flip or rotate by $\pi/2$ whole diagram

Open pbustillo05 opened this issue 3 years ago • 1 comments

It happens a lot to me that I change my conventions and want to reverse all arrows in my diagrams (or all vertical/horizontal arrows or a part of the diagram). I could use a "select all" followed by a "reverse" button but it would break a general aesthetic rule that I think is quite common: it's often preferable to have all arrows going rightward or downward (rather than going in all directions) as this makes a paper with many diagrams more readable (it follows the order in which we read in english). I don't think it's possible to do this in the tikz-cd code directly (as it is built out of a matrix with \halign commands) so it usually takes a lot of time to do manually. To avoid this, I think it would be very nice to have buttons that can flip (along either vertical or horizontal axis) the whole diagram, and even a button that rotate by a fourth of a turn the whole diagram.

pbustillo05 avatar Aug 18 '21 19:08 pbustillo05

What is the current status of this?

enjoysmath avatar Jan 05 '22 00:01 enjoysmath

What is the current status of this?

I simply haven't had time to work on quiver lately. I would like to implement this feature.

varkor avatar Oct 16 '22 17:10 varkor

This has been implemented in https://github.com/varkor/quiver/commit/8ee1417a02894940363a921f8a96dc9f6460adf2 and will be in the next version of quiver.

varkor avatar Feb 12 '24 22:02 varkor