We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
명령어를 입력할 때 추가 인자를 받아서 과목명을 입력해주면 해당 과목과 연결된 노드만 출력 되는 기능이 있으면 좋겠습니다.
예시 python coursegraph -o out.png -c 오픈소스SW개발 data/ce.yaml 위 명령어를 입력 받고 아래 사진처럼 파랗게 연결된 노드만 출력
The text was updated successfully, but these errors were encountered:
이거는 png같은 래스터 방식 이미지 파일로 만드는 건 영양가가 좀 없고요. svg로 뽑아낸 상태에서 svg에 CSS를 입히는 게 가능하거든요. 그렇게 하는 기술적으로는 더 원활하고 모듈화된 방법으로 접근 가능합니다.
Sorry, something went wrong.
No branches or pull requests
명령어를 입력할 때 추가 인자를 받아서 과목명을 입력해주면 해당 과목과 연결된 노드만 출력 되는 기능이 있으면 좋겠습니다.
예시
python coursegraph -o out.png -c 오픈소스SW개발 data/ce.yaml
위 명령어를 입력 받고 아래 사진처럼 파랗게 연결된 노드만 출력
The text was updated successfully, but these errors were encountered: