the .svg file is about 260 times as big as the source code
the .eps file is about 50 times as big as the source code
## (c) CC-BY-SA-3.0 or later
## octave script: visual intuition of a coordinate of the Euclidean plane
## as scalar fields on a smooth 2-manifold
n_dots=30; # a small number of points - keep postscript file size small
x=linspace(-1,1,n_dots);
y=linspace(-1,1,n_dots);
xmat=repmat(x,n_dots,1);
ymat=repmat(y',1,n_dots);
r=sqrt(xmat.^2 .+ ymat.^2);
imagesc(x,y,r)
xlabel('{\fontsize{28} scalar field r}')
print('/tmp/Scalar_fields_r.eps',"-depsc","-F:20")
print('/tmp/Scalar_fields_r.svg',"-dsvg")
ترخيص
أنا، صاحب حقوق الطبع والنشر لهذا العمل، أنشر هذا العمل تحت الرخصة التالية:
النسبة – يجب عليك إعطاء النسبة المناسبة، وتوفير رابط للترخيص، وتحديد ما إذا تم إجراء تغييرات، يمكنك القيام بذلك بأية طريقة معقولة، ولكن ليس بأية طريقة تشير إلى أن المرخِّص يؤيدك أو يستخدمك.
الترخيص بالمثل – إذا عدلت أو غيرت أو بنيت على هذا العمل، فلا يحق لك توزيع العمل الناتج إلا بنفس الرخصة أو رخصة مشابهة لها.
https://creativecommons.org/licenses/by-sa/3.0
CC BY-SA 3.0
Creative Commons Attribution-Share Alike 3.0
truetrue
تاريخ الملف
اضغط على زمن/تاريخ لرؤية الملف كما بدا في هذا الزمن.