mgedmin / mgedmin/objgraph

incorrect labes for dict keys

Open
#49 1 comment 1 reaction 0 assignees View on GitHub

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:

![bad](https://user-images.githubusercontent.com/413772/90447608-8ad69600-e0db-11ea-84f6-edcf862eaeb1.png)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.