Am 15.03.21 um 10:38 schrieb Dr Eberhard Lisse:
Wolfgang,
how is this produced?
el
On 12/03/2021 12:01, Wolfgang Engelmann wrote:
If I insert the graphic (appended) in a lyx document, it looks
blurish, although the original and in the pdf output it is clear.
Looks like it is rendered to a pixel figure.
What is wrong?
Wolfgang
With pyxplot (similar to gnuplot, but better):
http://www.pyxplot.org.uk/
#Kidd_2015-model
reset
set multiplot
set term pdf
set width 6
set output './Kidd_2015-B.pdf'
set fontsize 0.65
set key top right
set origin 0,0
set xtics ("12" 12, "18" 18, "24" 24,"6" 30)
set xlabel 'circadian time'
set ytics 0,0.2,1.4
set ylabel 'amount of TIM protein'
set label 1 'nuclear translocation' at 16.8,1.12
set label 2 'transcription/translocation' at 11.3,0.2 rotate 50
set label 3 'repression/degradation' at 24.3,1 rotate -52
plot [9:33][0:1.5] './Kidd_2015-Fig2.csv' index 0 title 'lower
temperature' with lines colour blue, './Kidd_2015-Fig2.csv' index 1
title 'higher temperature' with lines colour red
set display
refresh
The date file Kidd_2015-Fig2.csv is in the appendix.
I got it by digitizing the plot in the publication by using engauge
http://markummitchell.github.io/engauge-digitizer/
Wolfgang
# x, Curve1
9.0881, 0.10204
11.3068, 0.19806
12.4435, 0.29791
13.2983, 0.38819
14.1965, 0.50113
15.0941, 0.61083
15.9121, 0.72381
16.8899, 0.83347
17.9074, 0.93986
18.9622, 1.0268
20.1731, 1.08447
20.9366, 1.09702
22.4151, 1.06382
23.6466, 0.98538
24.7137, 0.87786
25.6604, 0.7704
26.7619, 0.62397
27.6658, 0.49709
28.6117, 0.38316
29.598, 0.27244
30.5876, 0.1844
31.4225, 0.13534
32.379, 0.09594
# x, Curve2
9.2079, 0.09873
16.6243, 0.09797
17.3901, 0.12672
17.961, 0.19447
18.7473, 0.3658
19.4188, 0.57609
19.9239, 0.74433
20.3471, 0.89966
20.554, 0.94492
20.7181, 0.97075
20.9604, 0.98359
21.2793, 0.97045
21.552, 0.91521
22.0541, 0.78207
22.5487, 0.59708
23.0019, 0.40239
23.6196, 0.23678
24.049, 0.15553
24.4853, 0.12289
25.123, 0.09662
32.3785, 0.0927
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users