Skip to content

ebecheto/gnuplotery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gnuplotery

my gnuplot tricks gathered here and there

Example of a rotating view of a transfert function. A parameter can be changed when invoking gnuplot, so that, the singularity can be checked.

gnuplot -e "capL='1000e-15';mapy=1" paraGif.gp -

example capL<capf/2

gnuplot -e "capL='100e-15';mapy=1" paraGif.gp -

example capL>capf/2

Here is an example of the data extracted from a 10u/0.35u MOS transistor, and plotted in three dimentions, so that one can see clearly, on a single graph, all the region of operation of a transistor : [0] Off (blocked), [3] subth (week inversion), [1] triode (ohmic) and [2] saturation.

MOS transistor caracteistic example

How to nicely plot time scheddule, so called gantt chart, planning or whatsoever. Thanks to Fabrice G. for its first share.

USAGE : Modify the file type2Num.gp to select the corresponding color to a project name. Update the new_plan.txt to your needs. Warning, each block needs to be separated with two blak lines (not space, tab or so), and each row is separated with a tab (could be customized with gnuplot option : separtor=';' or so.)

Or if you have custom names, just invoke, gnuplot like that:

gnuplot -e "file='MY_dates.txt'; type2numFile='MY_type.gp'" boxxy.gp -

team plan

Here is an example of the fit of time arrivals of the runners of a marathon. With plotting arrows form label to some position of the curve fit.

Marathon of moscow fit

Example to apply a fit to a list of file. adjusting the rounding first of second to cents of minutes. same color to the datas and the fit, removing the fit label. Works with gnuplot 5.2 (using array).

boiling water as function of time for different pans

float modulus depending on the 'rounding' function

exemple of rotate label, sorted file

*exemple ALONE_SF.gp file

In this example, i interact with python to format the xtic label with zero padded binary format. I show also an example to generate automaticaly the picture, while resising the size with convert keeping the resolution. Remark in this example, the frequency data file are sorted, such as the binary xtic code. exemple of rotate label, sorted file

In this example where I change the text of the y2tics to be a function of the one from ytics. I like to see corresponding period as well as frequency value on the same plot.

exemple frequency and perdiod on ytics text

ploting example from spectrum view data

exemple spectrum view


exemple of capacitance colormap

About

my gnuplot tricks gathered here and there

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors