Skip to content

Conversation

azhuchkov
Copy link

@azhuchkov azhuchkov commented Aug 4, 2025

Motivation

During the evaluation of example scenes, I encountered the following issues:

  1. SurfaceExample
    Failed with the message: FileNotFoundError: [Errno 2] No such file or directory: 'downloads/b4905915eb51c77d.jpg'

  2. GraphExample and CoordinateSystemExample
    Dots appeared in the wrong color (light instead of red).

Proposed Changes

  • file_ops.py
    Added a call to guarantee_existence(folder) before urllib.request.urlretrieve.

  • Documentation and Example Code
    Replaced all occurrences of Dot(color=RED) with Dot(fill_color=RED) in the relevant example scenes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants