incorrect labes for dict keys
Open
Nobody has claimed this yet.
bug
- Dominant language
- Python
- Stars
- 840
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
```python
import objgraph
objgraph.show_refs({"a": None, "b": None}, filename="bad.png")
```
output:

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the show_refs example from the issue and inspect the rendering path that produces labels for dictionary entries. Confirm the expected labels for the keys "a" and "b", then verify the generated graph displays them correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100