You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A major problem with the diagram parameter is that different values can be applied to different layers, which results in nonsense. Instead, new coordinate system ggproto classes should be used, perhaps CoordFlat and CoordLandscape, which would transform the entire plot.
The text was updated successfully, but these errors were encountered:
This turned out to be a naïve idea! The different diagrams belong to the statistical transformation; a coordinate ggproto would totally reformat the plot.
The problem of consistency in the use of diagram remains, which might be resolved by making it a settable option.
corybrunson
changed the title
use coordinate system ggproto classes to change layouts of persistence diagrams
prevent inconsistency in diagram type across layers
Jan 4, 2024
A major problem with the
diagram
parameter is that different values can be applied to different layers, which results in nonsense. Instead, new coordinate system ggproto classes should be used, perhapsCoordFlat
andCoordLandscape
, which would transform the entire plot.The text was updated successfully, but these errors were encountered: