Skip to content

Spurious rv variable in Projection Boxes? #39

@KasraF

Description

@KasraF

The following code:

import itertools
import matplotlib.pyplot as plt


data = [180,250,130,50]


# plot a bar chart
## ---
plt.bar(range(len(data)), data)
plt.clf()

## ---

Shows a spurious rv variable on the data = ... line:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    PBbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions