This project is archived. Its data is
read-only
.
Changes
Page history
yfournier created page: home
authored
Jan 13, 2017
by
Yori Fournier
Show whitespace changes
Inline
Side-by-side
home.md
View page @
bf837c32
...
@@ -58,33 +58,28 @@ you want to start from the same point as before
...
@@ -58,33 +58,28 @@ you want to start from the same point as before
from another point of view.
from another point of view.
>>>
>>>
#
These are the basic features of `myplotlib` and much more.
**
These are the basic features of `myplotlib` and much more.
**
myplotlib allows you to design a plot, that consist
`
myplotlib
`
allows you to design a plot, that consist
of
only one
single file
that can be combined with any
of
a
single file
.
o
the
r
plot
, or alone
.
It can
the
n
plot
ted alone or combined with any other plot
.
This plot contains it own data processing
an
d
c
an
be
This plot contains it own data processing
metho
d an
d
used for any data you provide.
can be
used for any
compatible raw
data you provide.
It can be called interactively for comparing, and reads
A plot can be called interactively from a python interpreter,
only one the large raw data set. In case the raw data
or from the command line.
processing is long you can also prevent extra computation.
After comparing the data, you may also want to roduce a
The same plot can be drawn on screen or directly in a file
large amount of files, that plot the same things for
making sure that what you see is what you get.
various datasets. The script mode is designed for that.
You can use myplotlib from command line and give it
arguments.
In case you are fine with a plot, but after some time
Producing files of the same aspect of large number of
your recognise that some change are required, because
data sets is possible thanks to the scripting mode.
your plot is in a unique file indpendntly how many time
you use it in various configurations, any changes will
be spread, allowing fast and consistent corrections.
Because a plot is in a unique file, any changes will
be spread, allowing fast and consistent corrections.
to summarize myplotlib can:
to summarize
`
myplotlib
`
can:
-
interactive mode
-
interactive mode
-
script mode
-
script mode
...
...
...
...