Git Product home page Git Product logo

Comments (4)

dfiorino avatar dfiorino commented on August 19, 2024 1

Hello,

I ran into the same problem while trying to run on Python v2.7.13. I posted it to Stack Overflow and was presented a work-around (https://stackoverflow.com/questions/46717394/demo-of-joypy-joyplots-in-python-not-working). It's the addition of from __future__ import division to the top of joyplot.py. Obviously, the intention of this project isn't to support every version of Python, but this hack allows me to use this awesome package!

screen shot 2017-10-13 at 11 38 40 am

from joypy.

leotac avatar leotac commented on August 19, 2024 1

The suggestion proposed in stackoverflow makes sense. I'll add a few imports to the next release to get it working also in python 2.7.

from joypy.

leotac avatar leotac commented on August 19, 2024

Hi! Could you include a minimal working example? I can't reproduce the issue.

Indeed your fix would only work with what matplotlib calls "qualitative colormaps" (see here).
Continuous colormaps (sequential, diverging) don't have the "colors" attribute. Right now the colormap is called with a value between 0 and 1. That should work for all kinds of colormaps, continuous or not.

If the number of subplots is <= the number of available colors, that's what you should get (this is created with cm.tab20c):
tab20

The only issue I see with the current approach is that you might get repeated colors with qualitative colormaps that have a smaller number of colors with respect to the number of subplots. E.g., with cm.tab10, you can get something like this:
repeated
which is probably undesirable. But it doesn't seem to be your problem.

from joypy.

botcs avatar botcs commented on August 19, 2024

Hi @leotac

I have an issue with using the colormaps when the hist=True.
When using histograms instead of the density estimators, the colormap argument is completely ignored.

from joypy.

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.