FigMirror
An Automated AI Agent Tool for Plotting Your Data in Any Paper's Figure Style.
파일 탐색기
- figure-critic.md
- figure-illustrator.md
- figure-preprocessor.md
- apply.md
- archive.md
- explore.md
- propose.md
- candidate-selection.md
- core.md
- extrema-fold-network.md
- fractured-surfaces.md
- marks-and-panels.md
- material-lighting.md
- patch-composition.md
- repair-feedback.md
- reviewer-scorecard.md
- scale-occupancy.md
- strict-reproduction.md
- style-transfer.md
- surfaces.md
- volumetric-surfaces.md
- aesthetic-library.md
- iter-loop-spec.md
- three-d-prompting.md
- score_3d_candidates.py
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- figmirror-drawer.toml
- figmirror-reviewer.toml
- openai.yaml
- candidate-selection.md
- core.md
- extrema-fold-network.md
- fractured-surfaces.md
- marks-and-panels.md
- material-lighting.md
- patch-composition.md
- repair-feedback.md
- reviewer-scorecard.md
- scale-occupancy.md
- strict-reproduction.md
- style-transfer.md
- surfaces.md
- volumetric-surfaces.md
- aesthetic-library.md
- drawer.md
- orchestrator-codex.md
- preprocessor.md
- reviewer.md
- three-d-prompting.md
- figannot.py
- score_3d_candidates.py
- SKILL.md
- AGENTS.md
- codex.svg
- agent.svg
- contributing.svg
- how-it-works.svg
- LICENSE-lucide.txt
- quick-start.svg
- roadmap.svg
- showcase.svg
- skill.svg
- star-history.svg
- web-ui.svg
- complex-3d-generated.png
- coreset-bars-generated.png
- hexbin-joint-generated.png
- hexbin-joint-reference.png
- julia-baby-m-generated.png
- poly-roots-ring-generated.png
- primary-generated.jpg
- primary-reference.jpg
- waterfall-3d-generated.png
- waterfall-3d-reference.png
- _gen_figures.py
- algorithm.png
- architecture.png
- figmirror-wordmark.svg
- figmirror_annotated_catwalk_v1.mp4
- pipe.png
- reference_claude_code_architecture.png
- show.png
- target.png
- contributing.md
- install.md
- method.md
- .gitkeep
- .openspec.yaml
- design.md
- proposal.md
- tasks.md
- spec.md
- design.md
- proposal.md
- tasks.md
- spec.md
- spec.md
- .openspec.yaml
- design.md
- proposal.md
- tasks.md
- phase0-spike-and-product-principles.md
- .gitkeep
- figure-style-copier-codex.md
- figure-style-copier.md
- __init__.py
- _lifecycle.py
- adjustments_to_prose.py
- chat_log.py
- claude.py
- codex.py
- event_bus.py
- events.py
- interface.py
- mock.py
- refine_completion.py
- refine_prompt.py
- audit.json
- code.py
- img.png
- notes.md
- audit.json
- code.py
- img.png
- notes.md
- audit.json
- code.py
- img.png
- notes.md
- audit.json
- code.py
- img.png
- notes.md
- audit.json
- code.py
- img.png
- notes.md
- _build.py
- README.md
- __init__.py
- highlight.py
- style.css
- trajectory.js
- workspace.js
- figcopy_run.py
- figcopy_serve.py
- figcopy_serve_demo.py
- install.sh
- install_claude_skill.py
- install_codex_skill.py
- README_figcopy_serve.md
- v10_design_notes.md
- v10_drawer.md
- v10_orchestrator.md
- v10_reviewer.md
- v11_aesthetic_library.md
- v11_drawer.md
- v11_orchestrator.md
- v11_reviewer.md
- v5_prompt.md
- v9_drawer.md
- v9_findings.md
- v9_orchestrator.md
- v9_reviewer.md
- __init__.py
- test_adjustments_to_prose.py
- test_chat_log.py
- test_claude_helpers.py
- test_codex_helpers.py
- test_compute_set_id.py
- test_datagen_pass.py
- test_event_bus.py
- test_mock_refine_integration.py
- test_refine_completion.py
- test_refine_prompt.py
- test_serve_state.py
- __init__.py
- conftest.py
- test_score_3d_candidates.py
- .gitignore
- pyproject.toml
- README.md
- README.zh-CN.md
- uv.lock
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
git clone
설명 보기 ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
python3
설명 보기 ▼
python3
이 명령은 `python`의 별칭입니다.
tldr python
자세한 내용은 원본 명령을 참고하세요:
uv run
설명 보기 ▼
uv run
Run a command or script in the project environment.
uv run {{path/to/script.py}}
Run a Python script:
uv run {{[-m|--module]}} {{module_name}}
Run a Python module:
uv run {{[-w|--with]}} {{package}} {{command}}
Run a command with additional packages installed temporarily:
