maxitg / SetReplace

C++/Wolfram Language package for exploring set and graph rewriting systems
MIT License
216 stars 43 forks source link

Make HypergraphPlot not listable #669

Closed daneelsan closed 2 years ago

daneelsan commented 2 years ago

Changes

Comments

(* In[]:= *) HypergraphPlot[{{{1}}, {{1, 1}}, {{1, 2, 3}}}, ImageSize -> 100]
image

Examples

(* In[]:= *) HypergraphPlot[{{{1}}, {{1, 1}}, {{1, 2, 3}}}, ImageSize -> 100]
image
(* In[]:= *) HypergraphPlot[#, ImageSize -> 100] & /@ {{{1}}, {{1, 1}}, {{1, 2, 3}}}
image

This change is Reviewable