jeffwack111 / Spiders

0 stars 0 forks source link

Remove Graphs.jl dependency #12

Closed jeffwack111 closed 8 months ago

jeffwack111 commented 8 months ago

This package is offering very little.

  1. Unembedded Hubbard trees should be implemented with adjacency matrices or perhaps a list of adjacency sets rather than lists
  2. Should write functions for making adjacency matrices from lists and vice versa
  3. the embedding function now will convert adjacency list of sets to list of lists
  4. graphing will be done 'manually' with Makie?
jeffwack111 commented 8 months ago

Done. Downside is for now is that graphs must be given an orientation/embedding in order to plot them