Giter Club home page Giter Club logo

Comments (2)

bkamins avatar bkamins commented on July 30, 2024

I cannot reproduce the issue.

You must have manually used xlim and ylim from the PyPlot.jl before running example code from the notebook (which I do not do). Here is an example from the terminal:

julia> using PyPlot

julia> xlim = 10 # no problem with setting xlim to whatever you want
10

julia> methods(PyPlot.ylim) # error, as you have just introduced ylim from PyPlot in Main module
# 1 method for generic function "ylim":
[1] ylim(args...; kws...) in PyPlot at C:\Users\bogum\.julia\packages\PyPlot\XaELc\src\PyPlot.jl:173

julia> ylim = 10
ERROR: cannot assign a value to variable PyPlot.ylim from module Main

If you did this then indeed my xlim and ylim variables would require re-naming.

Having said that, for safety, I will rename these variables

from dataframes.

bkamins avatar bkamins commented on July 30, 2024

Thank you for reporting.

from dataframes.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.