File:Trace ln sqrt 1 2 deux echelles scilab.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 517 × 362 pixels, file size: 64 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
Français : Superposition de deux graphiques — logarithme « ln » et racine carrée « sqrt » — pour x entre 1 et 2 avec une échelle différente : utilisation d'un axe y à droite avec Scilab. Créé avec Scilab, modifié avec Inkscape.
English: The graphs of two functions — logarithm “ln” and square root “sqrt” — for x between 1 and 2 are superimposed with a different scale: use of a right y-scale in Scilab. Created with Scilab, modified with Inkscape.
Date
Source Own work
Author Cdang

Scilab source

English:

// Domain
x = [1:0.05:2];

// Creation of the left axis and plot of the 1st function
a1 = newaxes();
a1.tight_limits = "on";

plot(x, log(x));

legend("ln", 2);

// Creation of the right axis and plot of the 2nd function
a2 = newaxes();
a2.filled = "off"; // no background for this plot
a2.axes_visible(1) = "off"; // 2nd x-axis hidden
a2.y_location = "right";
a2.tight_limits = "on";

plot(x, sqrt(x), "r");

legend("sqrt", 1);

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current08:23, 27 February 2013Thumbnail for version as of 08:23, 27 February 2013517 × 362 (64 KB)Cdang (talk | contribs)simplified axes drawing (not visible, except the suppression of an artificial bold effect on x-axis at given scales).
10:20, 11 February 2013Thumbnail for version as of 10:20, 11 February 2013517 × 362 (81 KB)Cdang (talk | contribs)tight limits on both scales
10:09, 11 February 2013Thumbnail for version as of 10:09, 11 February 2013517 × 366 (76 KB)Cdang (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata