Skip to content

Conversation

@t-bltg
Copy link
Contributor

@t-bltgt-bltg commented Mar 2, 2023

According to https://github.com/stevengj/PythonPlot.jl#differences-from-pyplotjl, step is renamed to plotstep to avoid piracy, but it is still exported, causing the following:

julia>using PythonPlot julia> r = range(0, 1; length=10) julia> step(r) WARNING: both PythonPlot and Base export"step"; uses of it inmodule Main must be qualified ERROR: UndefVarError:`step` not defined Stacktrace: [1] top-level scope @ REPL[4]:1

@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (main@d17c1d5). Click here to learn what that means.
The diff coverage is n/a.

@@ Coverage Diff @@## main #20 +/- ## ======================================= Coverage ? 16.03% ======================================= Files ? 5 Lines ? 449 Branches ? 0 ======================================= Hits ? 72 Misses ? 377 Partials ? 0 

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@stevengjstevengj merged commit c41f4bf into JuliaPy:mainMar 2, 2023
@stevengj
Copy link
Member

Could you make a corresponding PR for PyPlot.jl?

@t-bltgt-bltg deleted the patch-1 branch March 2, 2023 19:48
Sign up for freeto 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.

3 participants

@t-bltg@codecov-commenter@stevengj