The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum
 Origin Forum
 3D Scatter Bubble
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

BUVI

India
5 Posts

Posted - 03/10/2016 :  05:51:39 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hi
I am using Origin pro9 version.
I have 4 columns with 100 location data, I created a 3D scatter with bubble size proportional to 4th column data.
On the option Graph in the toolbar i clicked on the New enhanced legend, Now i got the legend showing the bubble size with each data value of 100 locations. so i have 100 bubble sizes.
Is it possible to have only 5 bubble size and each size of bubble corresponding to concentration range (0-50, 50-100,100-150,150-200,200-250)by that way all my 100 concentration values will be displayed with only 5 different bubble sizes

Thanks in Advance for your help
Regards
Buvi

Anne_L

USA
3 Posts

Posted - 03/10/2016 :  12:59:16 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Buvi,

I guess you want to divide the 4th column data into 5 groups. How about you try this. Add another column, let's call it 5th column. Set column values as "1*(r < 50) + 2*(r >= 50 && r < 100) + 3*(r >= 100 && r <150) + 4*(r >= 150 && r < 200) + 5*(r >= 200 && r < 250)" with Before Formula Scripts set as "range r = wcol(4);". After that create a 3D scatter with bubble size proportional to 5th column data. Please let me know if it works for you. Thank you.

Anne
Go to Top of Page

cpyang

USA
1406 Posts

Posted - 03/10/2016 :  1:37:30 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Bubble Scale legend was introduced in Origin 2015, so if you have the latest version, here is what it looks like



I have changed the projection to be Orthographic so the symbol sizes will not be dependent on the distance from the eyes.

You do need to use the following LabTalk command to add the bubble scale though

bubble -s

since the GUI to add the scale was not enabled for 3D due to this perspective projection consideration.

CP
Go to Top of Page

BUVI

India
5 Posts

Posted - 03/11/2016 :  01:24:53 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thank you Anne!!
As i did not know how to do the formula in origin,
I divided the fourth column data in 5 groups in excel, now my fifth column is with 5 numbers (1,2,3,4,5 corresponding to a range of values 0-50,50-100 etc) and then copied the column in origin and made the symbol size proportional to the 5th column data

Yes it worked, now i have five symbol sizes in the legend.
Is it possible to increase the size of a particular group symbol, for example i want the symbol size of 5th group to be bigger more, as the size is not so different between groups, they increase size very small between groups.
Is there some option i can show the 5th group alone bigger?

Thanks in Advance
Go to Top of Page

BUVI

India
5 Posts

Posted - 03/11/2016 :  01:40:11 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi cpyang
Thanks for your reply!!
I am using origin pro9 2013,
So using this version i cannot get the bubble scale, is it so?

But using the option Graph in the toolbar i clicked on the New enhanced legend, Now i got the legend showing the bubble size of 5 groups (based on the range of values of 100 points)

Is there some possibility to change the size of a particular group say the i want bubble size of 5th group to be more bigger than the default incremental size created by origin?

Plot %(1)
\l(1,m1,6) %(1,m1,6)
\l(1,m2,6) %(1,m2,6)
\l(1,m3,6) %(1,m3,6)
\l(1,m4,6) %(1,m4,6)
\l(1,m5,6) %(1,m5,6)

Thanks in advance
Buvi





Go to Top of Page

snowli

USA
1386 Posts

Posted - 03/11/2016 :  2:01:36 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hello,

Maybe the simplest is to manually create a shape in legend to replace the shape part.
\L(S 0,2,0,2,2,70,1,1,0,0,-1) -- this will show a red solid circle with size 70.

You can see explanation on http://www.originlab.com/doc/Origin-Help/Legend-ManualControl

Thanks, Snow
Go to Top of Page

Anne_L

USA
3 Posts

Posted - 03/14/2016 :  1:19:03 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Buvi,

It is great to hear from you. For this time, you may try double click one of the bubble symbols on the graph to open the Plot Details dialog. Make sure you select the right sheet on the left panel. Then you can change the Scaling Factor under Symbol tab. I use the OriginLab 2016 Pro and I don't have 2013 Pro, so I not sure if it works for you. Good Luck!

Best,
Anne
Go to Top of Page

eqgabrielsilveira

Brazil
2 Posts

Posted - 02/14/2019 :  07:45:54 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi everyone,

I'm following this thread and I have other question. I want to plot 3 more graphs using the planes of the 3D scatter bubble. It would be great if I could have the 4th column data in these graphs, that is, each point in the scatter plane should have proportional size to the range of the 4th column data. Is that possible?

Thanks in advance.

Gabriel Augusto T. da Silveira
Go to Top of Page

Chris D

428 Posts

Posted - 02/14/2019 :  09:27:11 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

We have an example project of what you want in more recent versions of Origin.

Hit F11 and if your version supports it, either Origin Central or Learning center will open. In the Graph Samples tab, search for:

3d scatter with colormap

and double click on the preview to open the example project.

If you open the Plot Details dialog, under the plot entitled "Original", you can see how the symbol size is set to be from a column.

Give it a try!


Thanks,
Chris Drozdowski
Originlab Technical Support
Go to Top of Page

eqgabrielsilveira

Brazil
2 Posts

Posted - 02/14/2019 :  10:22:14 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Chris,

I'm using Origin8 PRO and I guess it doesn't have the Origin Central Dialog. Is there other way to do that using my origin version?

Thanks


quote:
Originally posted by Chris D

Hi,

We have an example project of what you want in more recent versions of Origin.

Hit F11 and if your version supports it, either Origin Central or Learning center will open. In the Graph Samples tab, search for:

3d scatter with colormap

and double click on the preview to open the example project.

If you open the Plot Details dialog, under the plot entitled "Original", you can see how the symbol size is set to be from a column.

Give it a try!


Thanks,
Chris Drozdowski
Originlab Technical Support




Gabriel Augusto T. da Silveira
Go to Top of Page

Chris D

428 Posts

Posted - 02/14/2019 :  11:16:27 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Well we stopped supporting Origin 8 many, many years ago. so I can't tell you one way or the other. I suspect not.

But you can download a trial version of our latest release- Origin 2019- from our website and give it a try.


Thanks,
Chris Drozdowski
Originlab Technical Support
Go to Top of Page

mina9000

Algeria
2 Posts

Posted - 02/19/2019 :  09:00:58 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Well we quit supporting Origin 8 many, numerous years back. so I can't reveal to you one way or the other. I think not.

Yet, you can download a preliminary adaptation of our most recent discharge Origin 2019-from our site out it an attempt.
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000