sfcheung/semptools

Remark that it only officially supports RAM-style plots

sfcheung opened this issue · 1 comments

To-Dos

  • Enumerate functions that do not work with the LISREL-style representation.
  • set_cfa_layout(): Fixed (74a0557)
  • Enumerate functions that do work with the LISREL-style representation.
  • change_node_label()
  • keep_nodes()
  • drop_nodes()
  • layout_matrix()
  • set_curve()
  • set_sem_layout()

Status

Working in the branch check_ram_lisrel.

Only set_cfa_layout() need to check whether the graph of LISREL-style and acts accordingly.

Note

Some functions do work with LISREL-style plots. Check.

Fixed in #127