Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-write plot functions to use matrices instead of labels #61

Closed
tbates opened this issue Mar 25, 2019 · 1 comment
Closed

re-write plot functions to use matrices instead of labels #61

tbates opened this issue Mar 25, 2019 · 1 comment
Assignees
Labels
graphics/UI plot, tables, summary etc. top5 marked as an active goal: close before working on other issues

Comments

@tbates
Copy link
Owner

tbates commented Mar 25, 2019

  • replace grepping labels to discover paths with code to walk matrices, knowing what each r and c means
  • new functions
    • xmu_dot_make_paths (now used in umxPlot.MxModel, for example)
    • xmu_dot_make_residuals (now used in umxPlot.MxModel, for example)
    • xmu_cell_is_on
    • xmu_dot_define_shapes
    • xmu_dot_mat2dot (now used in umxPlotCP, for example)
    • xmu_dot_rank
@tbates tbates added graphics/UI plot, tables, summary etc. top5 marked as an active goal: close before working on other issues labels Mar 25, 2019
@tbates
Copy link
Owner Author

tbates commented Mar 25, 2019

  • umxPlotCP working now. Uses xmu_dot_mat2dot
  • umxPlot.MxModel working now. Uses xmu_dot_make_paths and xmu_dot_make_residuals
  • umxPlotACE
  • umxPlotIP

@tbates tbates self-assigned this Mar 19, 2020
@tbates tbates closed this as completed Oct 15, 2020
tbates added a commit that referenced this issue Oct 15, 2020
…ey contain

FYI: old plotIP function stored as xmuOldPlotIP

closes #61
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
graphics/UI plot, tables, summary etc. top5 marked as an active goal: close before working on other issues
Projects
None yet
Development

No branches or pull requests

1 participant