saving . . . saved formating has been deleted. formating has been hidden .
formating
Title
Question
I have two questions;
Q1. What is 'dt' in command plot "data.txt" using 1:3 title 'Y2' with linespoint lc 'blue' dt 1 lw 2

Q2. In the video its shown how we can labl ticmarks in exponential notation. How can we do it as 10 to the power ie. 10^

Gnuplot Plotting-datasets-from-file 07-08 min 50-60 sec 22-05-21, 12:24 p.m. gs

Answers:

dt is dashtype for line pattern. To correlate the number and styles enter the command,
>'test' in the gnuplot prompt. A window will open.
Styles, symbols styles and fill patterns can be found in the graphics window.

To format y axis it is
>set format y - then continue with the format desired.
Something like, '%.1s*10^%S' .


<style type="text/css"> <style type="text/css">pre.cjk { font-family: "DejaVu Sans Mono", monospace }p { margin-bottom: 0.25cm; line-height: 115% }code.cjk { font-family: "DejaVu Sans Mono", monospace }</style>pre.cjk { font-family: "DejaVu Sans Mono", monospace }p { margin-bottom: 0.25cm; line-height: 115% }code.cjk { font-family: "DejaVu Sans Mono", monospace }

<style type="text/css">pre.cjk { font-family: "DejaVu Sans Mono", monospace }p { margin-bottom: 0.25cm; line-height: 115% }code.cjk { font-family: "DejaVu Sans Mono", monospace }</style>
27-05-21, 10:22 a.m. ranipv005


Log-in to answer to this question.