Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create a scatter plot ? #7274

Closed
pauliuxasz opened this issue Apr 10, 2019 · 12 comments
Closed

How to create a scatter plot ? #7274

pauliuxasz opened this issue Apr 10, 2019 · 12 comments
Labels
inactive Inactive for >= 30 days

Comments

@pauliuxasz
Copy link

I've tried to search for an answer but could not find it anywhere.

Just wondering whats the procedure to create a basic scatter plot and maybe adding some lines (something similar to unity plot) ?

I've noticed there is a deck.gl scatter chart option but it does require to provide a map for it ? or am I wrong ?

Apologies if this has been answered before but would really appreciate any help on this.

Thanks!

@stale
Copy link

stale bot commented Jun 9, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.

@stale stale bot added the inactive Inactive for >= 30 days label Jun 9, 2019
@stale stale bot closed this as completed Jun 16, 2019
@john-curry871
Copy link

I second the emotion. Would be great to see basic scatter plot in there or some clear workaround using existing charts.

@sazary
Copy link

sazary commented Feb 26, 2021

I think it's very good (and kinda necessary IMHO) to add an explicit scatter plot type too.
BTW, you can use the bubble chart with fixed bubble size (e.g., 1) as a workaround @john-curry871 @pauliuxasz

@pundirg
Copy link

pundirg commented May 9, 2021

+1

@jaanli
Copy link

jaanli commented May 11, 2021

+1 this is vital for common data science workflows

@benrii22
Copy link

Bump

@intgr
Copy link
Contributor

intgr commented Oct 12, 2021

You can use the "Bubble Chart" type, which looks like this:

image

@aaskary
Copy link

aaskary commented Oct 20, 2021

Bubble charts are good I don't feel it's a substitute for a stand-alone scatter plot. The bubble chart requires a discrete grouping variable and the x & y variables need to be aggregated (SUM, AVG, MIN, etc.). It would be nice to visualize the relationship between 2 variables without having to aggregate by a 3rd grouping variable.

@jaanli
Copy link

jaanli commented Oct 21, 2021

I agree. This is a standard feature in matplotlib seaborn etc.

@arojas314
Copy link

Any updates on this feature?

@mtsadler
Copy link

mtsadler commented Nov 29, 2022

@arojas Steps that worked for me:

  1. Create a graph of type bubble chart
  2. Set bubble size to a static value
  3. Set max bubble size to the size you want the "bubbles"

Now all the points will be the same size (pics attached)

Screen Shot 2022-11-29 at 4 45 49 AM

@newpoo
Copy link

newpoo commented Dec 12, 2022

@mtsadler Thanks for sharing your solution. Any ideas to fix the issues that @aaskary mentioned about aggregated x&y dimentions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inactive Inactive for >= 30 days
Projects
None yet
Development

No branches or pull requests