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
 All Forums
 Origin Forum
 Origin Forum
 Regarding plotting

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
AT210598 Posted - 07/07/2025 : 12:17:11 PM
origin pro learning edition - I am trying to plot a graph with an X value and mean value as Y, then above the mean a max value and below the mean a min value so it looks like a standard devation graph but it is not. How can I do it for a line plus symbol graph?
4   L A T E S T    R E P L I E S    (Newest First)
AT210598 Posted - 07/15/2025 : 12:16:45 PM
Hey Snow,
This worked out. Thanks a lot

Regards
Alan
snowli Posted - 07/14/2025 : 12:21:33 PM
Unfortunately there is no direct way to plot rowwise data as box chart.

But you can
1. calculate mean, mean-min and max-min using cell formula. Then set the mean-min and max-mean columns as YErr type and plot them as line+symbol.
Note: For mean-min, turn only negative error bar on, while for max-mean, turn only positive error bar on.
See Book1 and Graph1.

2. Use the Worksheet: Transpose... to tranpose the data. Then use the transposed data to plot the interval plot (variation of box chart) and set the whiskers as min-max.
See Book2 and Graph2.

See the attached opju file and image

https://my.originlab.com/ftp/forum_and_kbase/Images/row_wise_box_chart.opju



Thanks, Snow
AT210598 Posted - 07/12/2025 : 04:08:16 AM
I tried this but this works column-wise and gives mean/min-max for column-wise data. My data is row-wise time in 1 column as the x-axis and the corresponding raw data in multiple y columns. How can I plot an interval plot for that?
snowli Posted - 07/07/2025 : 12:33:49 PM
I suppose you meant that you have multiple Y columns and want to plot its Mean, Max and Min.

You can put X location info. on Comments cell of each Y column.
Select all Y columns and choose Plot: Statistics: Interval Plot.

It plots mean + 95% CI by default but u can customize it.
Double click any plot to open Plot Details.

left click any plot and change the plot to be Mean/Min-Max


Ctrl+R to rescale to show all.

To change the plots to show as X locations, double click any plot to open Plot Details dialog.
Go to Box tab.
At the bottom of the dialog, set X Position to be Comments.




Watch this video for grouped interval plot
https://www.originlab.com/videos/details.aspx?id=529

Thanks, Snow

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000