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 for Programming
Forum for Python
make plotting faster
Note:
Only the poster of this message, and the Moderator can edit the message.
Screensize:
640 x 480
800 x 600
1024 x 768
1280 x 1024
UserName:
Password:
Anti-Spam Code:
Format Mode:
Basic
Help
Prompt
Format:
Font
Andale Mono
Arial
Arial Black
Book Antiqua
Century Gothic
Comic Sans MS
Courier New
Georgia
Impact
Lucida Console
Script MT Bold
Stencil
Tahoma
Times New Roman
Trebuchet MS
Verdana
Size
1
2
3
4
5
6
Color
Black
Red
Yellow
Pink
Green
Orange
Purple
Blue
Beige
Brown
Teal
Navy
Maroon
LimeGreen
Forum:
Forum for Python
Subject:
Message:
* HTML is OFF
*
Forum Code
is ON
Smilies
Origin Ver. 2024b and Service Release (Select Help-->About Origin): Operating System: windows 11 Hi, This is part of my code to plot 12x8 subplots in Origin. [code]gls_delta_A_spectra = [gr3[i] for i in range(len(htcd_file.columns)-1)] p_delta_A_spectra = ['' for i in range(len(htcd_file.columns)-1)] for i in range(len(htcd_file.columns)-1): p_delta_A_spectra[i] = gr3[i].add_plot(wks_delta_A_spectra, coly=f'{i+1}', colx='A') gls_delta_A_spectra[i].rescale() gls_delta_A_spectra[i].xlim = (min_wavelength, max_wavelength)[/code] And this approach is quite slow. Is it possible to make it faster in any way? e.g. via LabTalk? or any other way. Thank you!
Check here to subscribe to this topic.
The Origin Forum
© 2020 Originlab Corporation
Snitz Forums 2000