Commit b2f05b88 authored by olau@iola.dk's avatar olau@iola.dk

Some small formulation changes

git-svn-id: https://flot.googlecode.com/svn/trunk@222 1e0a6537-2640-0410-bfb7-f154510ff394
parent 1031cc02
...@@ -64,7 +64,7 @@ in the file "API.txt". Here's a quick example that'll draw a line from ...@@ -64,7 +64,7 @@ in the file "API.txt". Here's a quick example that'll draw a line from
$.plot($("#placeholder"), [ [[0, 0], [1, 1]] ], { yaxis: { max: 1 } }); $.plot($("#placeholder"), [ [[0, 0], [1, 1]] ], { yaxis: { max: 1 } });
The plot function immediately draws the chart and then returns a Plot The plot function immediately draws the chart and then returns a plot
object with a couple of methods. object with a couple of methods.
...@@ -73,9 +73,9 @@ What's with the name? ...@@ -73,9 +73,9 @@ What's with the name?
First: it's pronounced with a short o, like "plot". Not like "flawed". First: it's pronounced with a short o, like "plot". Not like "flawed".
So "Flot" is like "Plot". So "Flot" rhymes with "plot".
And if you look up "flot" in a Danish-to-English dictionary, some up And if you look up "flot" in a Danish-to-English dictionary, some up
the words that come up are "good-looking", "attractive", "stylish", the words that come up are "good-looking", "attractive", "stylish",
"smart", "impressive", "extravagant". One of the main goals with Flot "smart", "impressive", "extravagant". One of the main goals with Flot
is pretty looks. Flot is supposed to be "flot". is pretty looks.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment