Giter VIP home page Giter VIP logo

Comments (6)

choct155 avatar choct155 commented on May 2, 2024

Just wanted to second this issue (and to track resolution). I encountered this while trying to recreate bokeh-facets.html:


AttributeError Traceback (most recent call last)
in ()
----> 1 g = ggplot(df, aes("displ", "mpg", color="green")) + facet_grid("cyl", "origin") + geom_point()

/home/choct155/analysis/Anaconda/lib/python2.7/site-packages/bokeh/functional.pyc in aes(x, y, *_kw)
14
15 def aes(x=None, y=None, *_kw):
---> 16 return Aesthetic(x=x, y=y, **kw)
17
18 factor = Factor

/home/choct155/analysis/Anaconda/lib/python2.7/site-packages/bokeh/ggplot.pyc in init(self, x, y, *_kwtraits)
63 def init(self, x=None, y=None, *_kwtraits):
64 if x:
---> 65 self.x = x
66 if y:
67 self.y = y

/home/choct155/analysis/Anaconda/lib/python2.7/site-packages/bokeh/properties.pyc in set(self, obj, value)
41 def set(self, obj, value):
42 old = self.get(obj)
---> 43 obj._changed_vars.add(self.name)
44 if self.matches(value, old):
45 return

AttributeError: 'Aesthetic' object has no attribute '_changed_vars'

from bokeh.

choct155 avatar choct155 commented on May 2, 2024

Just bumping this issue again to keep it on the radar...

from bokeh.

pzwang avatar pzwang commented on May 2, 2024

Thanks for the heads-up. I'll take a look at this tomorrow.

from bokeh.

bryevdv avatar bryevdv commented on May 2, 2024

@damianavila @pzwang has this issue be resolved or superseded by current work?

from bokeh.

damianavila avatar damianavila commented on May 2, 2024

I think this issue can be close... and probably we need to revisit the ggplot "areas" inside bokeh. I will open another issue for that...

from bokeh.

damianavila avatar damianavila commented on May 2, 2024

Since "old" ggplot support was removed, I am closing this one...

from bokeh.

Related Issues (20)

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.