aclai-lab / aclai-lab/Sole.jl

Find ways of visualizing Sole types & type trees.

Open
#25 0 comments 0 reactions 0 assignees View on GitHub
documentation
Dominant language
Julia
Stars
50
Forks
1
PR merge metrics
No merged PRs in 30d

Description

We should find a way to visually conveying the most important Sole concepts in a mind map.

Here's code for plotting some important Sole type trees:
```
using Sole
using GraphRecipes, Plots

# SoleLogics.jl
plot(Sole.Formula, method=:tree, fontsize=10, nodeshape=:rect)
plot(Sole.AbstractAlphabet, method=:tree, fontsize=10, nodeshape=:rect)
plot(Sole.AbstractInterpretation, method=:tree, fontsize=10, nodeshape=:rect)
plot(Sole.AbstractInterpretationSet, method=:tree, fontsize=10, nodeshape=:rect)

# SoleData.jl
plot(Sole.AbstractFeature, method=:tree, fontsize=10, nodeshape=:rect)
plot(Sole.AbstractCondition, method=:tree, fontsize=10, nodeshape=:rect)
plot(Sole.AbstractLogiset, method=:tree, fontsize=10, nodeshape=:rect)
plot(Sole.MultiLogiset, method=:tree, fontsize=10, nodeshape=:rect)

# SoleModels.jl
plot(Sole.AbstractModel, method=:tree, fontsize=10, nodeshape=:rect)
# Interface: isopen, outcometype, outputtype
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate where `plot(..., method=:tree)` is implemented for the listed types (`Formula`, `AbstractAlphabet`, `AbstractInterpretation`, `AbstractInterpretationSet`, `AbstractFeature`, `AbstractCondition`, `AbstractLogiset`, `MultiLogiset`, `AbstractModel`) in the repository sources, then verify how those hooks are exposed. Run the snippet from the issue body with `GraphRecipes`/`Plots` to reproduce current output and confirm which calls fail or are missing. Then update/add documentation or example entry points with a consistent recipe for rendering these trees. Done means each requested type tree is reproducibly visualizable and documented.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.