Relative Content

Tag Archive for gnuplot

gnuplot: automatic counting of lines when plotting indexed data with transparency

I have some data files with the following structure. The first three columns are 3D coordinates (x, y, z) of points and the fourth column is an intensity value. The rows of values per group (i.e. points per group) can vary. So I need a function that automatically counts the number of points when plotting so that I can get a legend title like “group_0001: 10 pts.”. I also want the intensity of the points to be plotted with transparency instead of size.

Extracting and Analyzing eg and t2g Orbitals’ Contributions from VASP DOS Calculations

I need assistance with extracting and analyzing the egeg​ and t2gt2g​ orbitals’ contributions from my VASP DOS calculations. I have performed the necessary calculations and obtained the DOSCAR and PROCAR files, but I’m unsure how to proceed with parsing these files, identifying the specific orbital contributions, and plotting the results for further analysis.

gnuplot plot 3D polygon but not show

When drawing a triangle using Gnuplot, it does not display. The script is as follows
`set xrange [ 36.00000 : 38.30000 ]
set yrange [ 37.9 : 38.40000 ]
set zrange [ -23635.4 : 1000.00000 ]