Questions tagged [plotting]
The plotting tag has no summary.
34 questions
1 vote
1 answer
3k views
Best way to generate pdf output from gnuplot
I have many data files in a directory. Each data file has various columns and I want vector plots using a few of them. Earlier I was generating .png files using a .gp script and combining them into a ...
2 votes
0 answers
151 views
xmgrace: bar graph vizualisation using batch
I am using xmgrace to plot 2D bar plot from the following input data: @ title "H-bonds" @ xaxis label "Donor" @ yaxis label "Frac" @s0 line type 0 @s0 symbol linewidth 1 @...
2 votes
1 answer
624 views
changing batch parameters for xmgrace
I am using gracebat of xmgrace to generate images based on xvg inputs: gracebat input.xvg -hdevice PNG -nosafe -printfile ouptut.png -hardcopy -batch grace.bfile and here is my batch file s0 line ...
0 votes
0 answers
643 views
Where should I see the result of plotting a chart through SSH?
I have created a systemd service like following code on my CentOS remote server that runs a Jupyter app named scraping-cdn-plot-gavahi-aati.ipynb that plots some charts. This is the service: [Unit] ...
0 votes
1 answer
2k views
working directory in gnuplot
How do I specify the working directory for gnuplot in interactive mode? If I want to call a script with "call 'label_loop.gnu'" and do not want to put the script file in the gnuplot installation ...
3 votes
1 answer
1k views
gnuplot y1 y2 common zero
Is there an easy way to make gnuplot automatically show y1=0 and y2=0 at the same height in the image while the y1 and y2 axes have different scales? The only way I am aware is to make sure the ...
0 votes
1 answer
259 views
Plot with hours that have a sign on Libreoffice-Calc
On Libreoffice calc I have a spreadsheet that can compute certain quantities in time (hours). These quantities can be positive or negative. For example, the values in the spreadsheet can be a daily ...
0 votes
1 answer
407 views
How to draw jitter plot using gnuplot?
I'm trying to plot the data of 100x11 array in plot using gnuplot. I created a .gnu file to generate plot but unable to get jitter plot. I'm using the below code set terminal pngcairo size 1280,800 ...