Git Product home page Git Product logo

Comments (5)

longxiaofei avatar longxiaofei commented on May 6, 2024 2

This feature is in the draft stage in Graphic-Walker, the developer of Graphic-Walker told me it will be released soon.

from pygwalker.

Asm-Def avatar Asm-Def commented on May 6, 2024

For now, you can make it with pandas APIs.

Suppose we have a dataframe df with fields A, B and date, and now we want an overlay view of A & date and B & date.

To make this, you can use df = df.melt(id_vars='date', value_vars=['A', 'B']) to unpivot A and B into one column , run pyg.walk(df) and then drag the merged 'variable' field onto the color channel to distinguish A and B in the value & date view.

from pygwalker.

d505 avatar d505 commented on May 6, 2024

Hi, I am interested in contributing to this Issue.

However, I am new to this repository.

I understand the modifications described, but I am not sure where I should write the procedure. Could you please give me a guide here?

from pygwalker.

Asm-Def avatar Asm-Def commented on May 6, 2024

Hi, I am interested in contributing to this Issue.

However, I am new to this repository.

I understand the modifications described, but I am not sure where I should write the procedure. Could you please give me a guide here?

@d505 Sorry for the late reply, I didn't notice this comment. it's now a feature of https://github.com/Kanaries/Graphic-Walker, you can view it here Kanaries/graphic-walker#61

from pygwalker.

Julius-Plehn avatar Julius-Plehn commented on May 6, 2024

Hi there, I think I am having the same issue with a dataset of mine.
What I would like to achieve is multiple lines for the same X and Y Axis without creating new plots for each of this "categories". When I try to put this dataset into a single plot with a single attribute for the X-Axis and the Y-Axis and I try to make the distinction of two categories with the Color and the Shape view, the coloring and shaping looks fine but only a single line is plotted.

When I put another item on the X-Axis I get two plots with one line plot in each and this is kind of the plot I would like to have, but in a single plot. Maybe there should be a toggle to select either of those two variants?

I hope this description makes sense, thanks for any help!

from pygwalker.

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.