<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/windows-plot/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/windows-plot/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 28 Sep 2016 21:46:54 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/windows-plot/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Derek</title><link>https://sourceforge.net/p/windows-plot/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,212 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/windows-plot/wiki/markdown_syntax/) syntax.
-
-[[members limit=20]]
-[[download_button]]
+
+**Windows ploting (wplot) Software**
+
+wplot is a quick and easy to use Windows GUI software program for quickly creating and analyzing data plots. 
+Create plots with millions of data points in seconds.  Crazy fast.
+Once the data is plotted you can easily use the many tools to explore your plot in great detail by zooming in/out, scrolling your plot and much more. 
+Mutiple objects (data files/sets) can be plotted and overlaid.
+Objects can be individually hidden/viewed as the plot is studied.
+A single Windows executable.  Simple installation.  Just download executable file and run.
+wplot is 100% FREE to use.  No restrictions of any kind.  Donations welcome.
+
+   If you find this program worthwhile feel free to donate what you feel is fair by using this link:  
+
+               https://paypal.me/dhkConsulting
+
+
+-----
+
+ 
+.  Usage: wplot &amp;lt;cmdOpts&amp;gt; [-?] | &amp;lt;cmd file=""&amp;gt; | &amp;lt;data file=""&amp;gt;
+ 
+.  &amp;lt;cmdOpts&amp;gt;  
+.     -t    &lt;title&gt; 
+.     -x    &amp;lt;xtype&amp;gt;    :: xtime xint xfloat ... 
+.     -c    &amp;lt;colspec&amp;gt;  :: x:y ex 2:4 use cols 2 and 4
+.     -h               :: help 
+ 
+.  Try:  'wplot -help &amp;gt; wplot.cmd'  then 'wplot wplot.cmd'
+
+
+.  wplot is 100% FREE to use.  No restrictions of any kind.  This Software is provided
+.  as is, without any express or implied warranties of any kind.  Donations welcome.
+.  If you find this program worthwhile, feel free to donate what you feel is fair
+.  by using this link:  https://paypal.me/dhkConsulting
+.  Feedback is also welcome at: ibjoepat@yahoo.com
+
+
+.  Cmd file:
+
+.     ';' , '#' and '.'  start  comment line ( ie. ignored )
+
+.     Commands:
+
+.     These should be set before any 'plot' cmds.
+
+.     xtime         - x axis data type (expects HH:MM:SS.123 in data file)
+.     xtimemilli    - x axis data type (expects HH:MM:SS.123 in data file)
+.     xfloat        - x axis data type (expects 123[.xxxx] in data file )
+.     xint          - x axis data type (expects 123 in data file )
+.     xdate         - x axis data type (expects mm/dd/yyyy )
+.     title  &amp;lt;text&amp;gt; - text put in window title bar.
+.     wxsize  &amp;lt;val&amp;gt; - initial window x size.
+.     wysize  &amp;lt;val&amp;gt; - initial window y size.
+
+.     These should be set after any x cmds ( above ).
+.     xmax    &amp;lt;val&amp;gt; - set an x axis larger than found in data files.
+.     ymax    &amp;lt;val&amp;gt; - set an y axis larger than found in data files.
+.     xmin    &amp;lt;val&amp;gt; - set an x axis smaller than found in data files.
+.     ymin    &amp;lt;val&amp;gt; - set an y axis smaller than found in data files.
+.     ysig    &amp;lt;val&amp;gt; - set y significant digits for display.
+.     xborder &amp;lt;val&amp;gt; - set x axis border to value.
+.     yborder &amp;lt;val&amp;gt; - set y axis border to value.
+.     bgcolor &amp;lt;val&amp;gt; - set background color( see Color Info ).
+
+.     xgridlines &amp;lt;val&amp;gt; - set number of x axis grid lines.
+.     ygridlines &amp;lt;val&amp;gt; - set number of y axis grid lines.
+
+.     print       - print plot;should be after all 'plot' cmds.
+.                      prints to default print device.
+.     stop        - stop processing command file.
+.     exit        - exit program; use for batch printing.
+.     usage       - output usage text to stdout and exit.
+
+.     plot &amp;lt;filename&amp;gt; &amp;lt;options&amp;gt;  - can have one 'plot' command for each object.
+.        &amp;lt;options&amp;gt;  in any order :
+ 
+.            line lines polygon    ( object type )
+.            dots                  ( object type; can have sizecol )
+.            hline vline bars      ( object type )
+.            hspike vspike         ( object type; need sizecol )
+.            fat thick thin square ( modify line )
+.            linedot               ( modify line;v|hspike)
+.            small medium  large   ( apply to dots )
+.            solid dash dotdash    ( apply to line; only thin lines)
+.            1-32/xRRGGBB/_HHSSLL  ( for color )
+.            title or t &amp;lt;text&amp;gt;     ( title of this plot object.
+.            x&amp;lt;mod&amp;gt;:y&amp;lt;mod&amp;gt;         ( col nums for x,y data. 1 based;no spaces) def 1:2
+.                                    &amp;lt;mod&amp;gt; can be *i, /i, +i or -i where i is a float.
+.                                      allows each x or y item to modified by i.
+.                                    If x is set to 0 then internal counter is used
+.                                      for x.  Allows only y data in file.
+.            sizecol &amp;lt;num&amp;gt;         ( col num in file for size info. )
+.            colorcol &amp;lt;num&amp;gt;        ( col num in file for color info. )
+.            hide off show         ( object visable/not visable. )
+
+
+.     Columns in &amp;lt;filename&amp;gt; must be seperated by SPACEs and/or TABs.
+.     No ','s allowed in &amp;lt;filename&amp;gt; column data. (ie. 12,300 must be 12300).
+.     If &amp;lt;filename&amp;gt; = 'embeded' then data lines follow this line in this
+.     cmd file until EOF or a line with "end" is encountered.
+.     If &amp;lt;filename&amp;gt; starts with a ':&amp;lt;tag&amp;gt;' then data lines follow in this
+.     cmd file begining at label ':&amp;lt;tag&amp;gt;' until EOF or a line with "end" is encountered.
+
+
+.   Color Info:
+.       To view the actual 1-32 colors run program and select view-&amp;gt;colors.
+.       xRRGGBB are any RGB color definition.
+
+.  Example:
+ 
+ .  xtimemilli
+.  plot test2.dat line thin 7  t test2_line dash
+.  plot data1 1:4 dots large  title  'bid dots'
+.  plot data1 1:5 dots medium  x40A056  t ask_dots
+.  plot :limitdata 1:2 line dash 4 t limits
+
+.  ======================================================================
+ 
+.  User interface: 
+ 
+.    Buttons:  Mouse over button and read status line for definition.
+ 
+.    Mouse:
+.       left button      -  show crossHair at cursor.
+.                             status line updated with X,Y Pos. information.
+.       left double click-  make mouse loc center of window.
+.       Ctrl left button -  zoom in with selection rectangle
+.       Alt  left button -  pan screen
+
+
+.       right button     -  hide show objects and show object titles dialog
+.                              select object to toggle show/hide.
+.                              ctrl + select object-  object properties
+.                                 change object properties dialog.
+.                                 (Also good way for new user to see
+.                                  examples of object types listed above).
+.       shft right btn   -  object titles and # points in object.
+.       wheel            -  zoom In/Out  w/Ctrl key - x axis only.
+
+
+.       If there is an item under the mouse and 'toggle Size Circles' is on
+.         then the 'sizecol' info will show up on the status line.
+
+.    Keys:
+   
+.       Insert           -  zoom in
+.       Delete           -  zoom out
+.       Home             -  full view
+.       Up/Down Arrow    -  move up/down
+.       Left/Right Arrow -  move left/right
+ 
+.       Ctrl + L/R Arrow -  move left/right big
+.       Alt  + L/R Arrow -  move left/right little
+ 
+.       Ctrl + Insert    -  zoom  in X axis only
+.       Ctrl + Delete    -  zoom out X axis only
+.       Shft + Insert    -  zoom  in Y axis only
+.       Shft + Delete    -  zoom out Y axis only
+ 
+.       Page Up/Down     -  move up/down big
+ 
+.       Ctrl + C         -  put x coord ( ie. time ) where cursor is onto
+.                               clipboard  in  '/HH:MM:SS' format.
+
+.       Vi type marks:
+.           save    location ( view )  'm' + letter  ( '0' - 'Z' )
+.           restore location ( view )  ''' + letter  ( '0' - 'Z' )
+
+title example cmd file.
+xint  
+
+#
+#     filename  fields   title     object   color
+#                                  type
+#plot plot.data   1:2   t hour     line    1
+#Plot plot.data   1:3   t zone5    linedot   2 
+#plot plot.data   1:4   t zone3    line  square 3
+
+plot :diag      1:2   t diagonal     line     fat   4
+# local start here 
+
+:diag 
+0   0
+50  50
+100 100
+150 150
+200 200
+end
+
+plot :trangle    1:2   title trangle   line  8
+
+:trangle 
+50  50
+150 50
+100 150
+50  50
+end
+
+plot :bar   1:2   t barObj   bars lineDot  fat  10
+
+:bar  
+20  130
+170 120
+end
+plot :dots  1:2  t dots  dots thin x006400 sizecol 3
+
+:dots 
+40  110  10
+50   90  45
+150  80  60
+end
+
&amp;lt;/pre&amp;gt;
&lt;/title&gt;&lt;/pre&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Derek</dc:creator><pubDate>Wed, 28 Sep 2016 21:46:54 -0000</pubDate><guid>https://sourceforge.net36a2752308f8393d818ccbf5b6bf0a2eed83eeec</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/windows-plot/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Windows ploting (wplot) Software&lt;br/&gt;
wplot is a quick and easy to use Windows GUI software program for quickly creating and analyzing data plots. &lt;br/&gt;
Create plots with millions of data points in seconds.  Crazy fast.&lt;br/&gt;
Once the data is plotted you can easily use the many tools to explore your plot in great detail by zooming in/out, scrolling your plot and much more. &lt;br/&gt;
Mutiple objects (data files/sets) can be plotted and overlaid.&lt;br/&gt;
Objects can be individually hidden/viewed as the plot is studied.&lt;br/&gt;
A single Windows executable.  Simple installation.  Just download executable file and run.&lt;br/&gt;
wplot is 100% FREE to use.  No restrictions of any kind.  Donations welcome.&lt;/p&gt;
&lt;p&gt;If you find this program worthwhile feel free to donate what you feel is fair by using this link:&lt;br/&gt;
&lt;a href="https://paypal.me/dhkConsulting" rel="nofollow"&gt;https://paypal.me/dhkConsulting&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;.  Usage: wplot &amp;lt;cmdOpts&amp;gt; &lt;span&gt;[-?]&lt;/span&gt; | &amp;lt;cmd file=""&amp;gt; | &amp;lt;data file=""&amp;gt;&lt;/p&gt;
&lt;p&gt;.  &amp;lt;cmdOpts&amp;gt;&lt;br/&gt;
.     -t    &lt;title&gt; &amp;lt;br&amp;gt;
.     -x    &amp;lt;xtype&amp;gt;    :: xtime xint xfloat ... &amp;lt;br&amp;gt;
.     -c    &amp;lt;colspec&amp;gt;  :: x:y ex 2:4 use cols 2 and 4&amp;lt;br&amp;gt;
.     -h               :: help &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.  Try:  'wplot -help &amp;gt; wplot.cmd'  then 'wplot wplot.cmd'&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.  wplot is 100% FREE to use.  No restrictions of any kind.  This Software is provided&amp;lt;br&amp;gt;
.  as is, without any express or implied warranties of any kind.  Donations welcome.&amp;lt;br&amp;gt;
.  If you find this program worthwhile, feel free to donate what you feel is fair&amp;lt;br&amp;gt;
.  by using this link:  &amp;lt;a href="https://paypal.me/dhkConsulting"&amp;gt;https://paypal.me/dhkConsulting&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;
.  Feedback is also welcome at: ibjoepat@yahoo.com&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.  Cmd file:&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.     ';' , '#' and '.'  start  comment line ( ie. ignored )&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.     Commands:&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.     These should be set before any 'plot' cmds.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.     xtime         - x axis data type (expects HH:MM:SS.123 in data file)&amp;lt;br&amp;gt;
.     xtimemilli    - x axis data type (expects HH:MM:SS.123 in data file)&amp;lt;br&amp;gt;
.     xfloat        - x axis data type (expects 123&amp;lt;span&amp;gt;[.xxxx]&amp;lt;/span&amp;gt; in data file )&amp;lt;br&amp;gt;
.     xint          - x axis data type (expects 123 in data file )&amp;lt;br&amp;gt;
.     xdate         - x axis data type (expects mm/dd/yyyy )&amp;lt;br&amp;gt;
.     title  &amp;lt;text&amp;gt; - text put in window title bar.&amp;lt;br&amp;gt;
.     wxsize  &amp;lt;val&amp;gt; - initial window x size.&amp;lt;br&amp;gt;
.     wysize  &amp;lt;val&amp;gt; - initial window y size.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.     These should be set after any x cmds ( above ).&amp;lt;br&amp;gt;
.     xmax    &amp;lt;val&amp;gt; - set an x axis larger than found in data files.&amp;lt;br&amp;gt;
.     ymax    &amp;lt;val&amp;gt; - set an y axis larger than found in data files.&amp;lt;br&amp;gt;
.     xmin    &amp;lt;val&amp;gt; - set an x axis smaller than found in data files.&amp;lt;br&amp;gt;
.     ymin    &amp;lt;val&amp;gt; - set an y axis smaller than found in data files.&amp;lt;br&amp;gt;
.     ysig    &amp;lt;val&amp;gt; - set y significant digits for display.&amp;lt;br&amp;gt;
.     xborder &amp;lt;val&amp;gt; - set x axis border to value.&amp;lt;br&amp;gt;
.     yborder &amp;lt;val&amp;gt; - set y axis border to value.&amp;lt;br&amp;gt;
.     bgcolor &amp;lt;val&amp;gt; - set background color( see Color Info ).&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.     xgridlines &amp;lt;val&amp;gt; - set number of x axis grid lines.&amp;lt;br&amp;gt;
.     ygridlines &amp;lt;val&amp;gt; - set number of y axis grid lines.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.     print       - print plot;should be after all 'plot' cmds.&amp;lt;br&amp;gt;
.                      prints to default print device.&amp;lt;br&amp;gt;
.     stop        - stop processing command file.&amp;lt;br&amp;gt;
.     exit        - exit program; use for batch printing.&amp;lt;br&amp;gt;
.     usage       - output usage text to stdout and exit.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.     plot &amp;lt;filename&amp;gt; &amp;lt;options&amp;gt;  - can have one 'plot' command for each object.&amp;lt;br&amp;gt;
.        &amp;lt;options&amp;gt;  in any order :&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.            line lines polygon    ( object type )&amp;lt;br&amp;gt;
.            dots                  ( object type; can have sizecol )&amp;lt;br&amp;gt;
.            hline vline bars      ( object type )&amp;lt;br&amp;gt;
.            hspike vspike         ( object type; need sizecol )&amp;lt;br&amp;gt;
.            fat thick thin square ( modify line )&amp;lt;br&amp;gt;
.            linedot               ( modify line;v|hspike)&amp;lt;br&amp;gt;
.            small medium  large   ( apply to dots )&amp;lt;br&amp;gt;
.            solid dash dotdash    ( apply to line; only thin lines)&amp;lt;br&amp;gt;
.            1-32/xRRGGBB/_HHSSLL  ( for color )&amp;lt;br&amp;gt;
.            title or t &amp;lt;text&amp;gt;     ( title of this plot object.&amp;lt;br&amp;gt;
.            x&amp;lt;mod&amp;gt;:y&amp;lt;mod&amp;gt;         ( col nums for x,y data. 1 based;no spaces) def 1:2&amp;lt;br&amp;gt;
.                                    &amp;lt;mod&amp;gt; can be *i, /i, +i or -i where i is a float.&amp;lt;br&amp;gt;
.                                      allows each x or y item to modified by i.&amp;lt;br&amp;gt;
.                                    If x is set to 0 then internal counter is used&amp;lt;br&amp;gt;
.                                      for x.  Allows only y data in file.&amp;lt;br&amp;gt;
.            sizecol &amp;lt;num&amp;gt;         ( col num in file for size info. )&amp;lt;br&amp;gt;
.            colorcol &amp;lt;num&amp;gt;        ( col num in file for color info. )&amp;lt;br&amp;gt;
.            hide off show         ( object visable/not visable. )&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.     Columns in &amp;lt;filename&amp;gt; must be seperated by SPACEs and/or TABs.&amp;lt;br&amp;gt;
.     No ','s allowed in &amp;lt;filename&amp;gt; column data. (ie. 12,300 must be 12300).&amp;lt;br&amp;gt;
.     If &amp;lt;filename&amp;gt; = 'embeded' then data lines follow this line in this&amp;lt;br&amp;gt;
.     cmd file until EOF or a line with "end" is encountered.&amp;lt;br&amp;gt;
.     If &amp;lt;filename&amp;gt; starts with a ':&amp;lt;tag&amp;gt;' then data lines follow in this&amp;lt;br&amp;gt;
.     cmd file begining at label ':&amp;lt;tag&amp;gt;' until EOF or a line with "end" is encountered.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.   Color Info:&amp;lt;br&amp;gt;
.       To view the actual 1-32 colors run program and select view-&amp;gt;colors.&amp;lt;br&amp;gt;
.       xRRGGBB are any RGB color definition.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.  Example:&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.  xtimemilli&amp;lt;br&amp;gt;
.  plot test2.dat line thin 7  t test2_line dash&amp;lt;br&amp;gt;
.  plot data1 1:4 dots large  title  'bid dots'&amp;lt;br&amp;gt;
.  plot data1 1:5 dots medium  x40A056  t ask_dots&amp;lt;br&amp;gt;
.  plot :limitdata 1:2 line dash 4 t limits&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.  ======================================================================&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.  User interface: &amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.    Buttons:  Mouse over button and read status line for definition.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.    Mouse:&amp;lt;br&amp;gt;
.       left button      -  show crossHair at cursor.&amp;lt;br&amp;gt;
.                             status line updated with X,Y Pos. information.&amp;lt;br&amp;gt;
.       left double click-  make mouse loc center of window.&amp;lt;br&amp;gt;
.       Ctrl left button -  zoom in with selection rectangle&amp;lt;br&amp;gt;
.       Alt  left button -  pan screen&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.       right button     -  hide show objects and show object titles dialog&amp;lt;br&amp;gt;
.                              select object to toggle show/hide.&amp;lt;br&amp;gt;
.                              ctrl + select object-  object properties&amp;lt;br&amp;gt;
.                                 change object properties dialog.&amp;lt;br&amp;gt;
.                                 (Also good way for new user to see&amp;lt;br&amp;gt;
.                                  examples of object types listed above).&amp;lt;br&amp;gt;
.       shft right btn   -  object titles and # points in object.&amp;lt;br&amp;gt;
.       wheel            -  zoom In/Out  w/Ctrl key - x axis only.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.       If there is an item under the mouse and 'toggle Size Circles' is on&amp;lt;br&amp;gt;
.         then the 'sizecol' info will show up on the status line.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.    Keys:&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.       Insert           -  zoom in&amp;lt;br&amp;gt;
.       Delete           -  zoom out&amp;lt;br&amp;gt;
.       Home             -  full view&amp;lt;br&amp;gt;
.       Up/Down Arrow    -  move up/down&amp;lt;br&amp;gt;
.       Left/Right Arrow -  move left/right&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.       Ctrl + L/R Arrow -  move left/right big&amp;lt;br&amp;gt;
.       Alt  + L/R Arrow -  move left/right little&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.       Ctrl + Insert    -  zoom  in X axis only&amp;lt;br&amp;gt;
.       Ctrl + Delete    -  zoom out X axis only&amp;lt;br&amp;gt;
.       Shft + Insert    -  zoom  in Y axis only&amp;lt;br&amp;gt;
.       Shft + Delete    -  zoom out Y axis only&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.       Page Up/Down     -  move up/down big&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.       Ctrl + C         -  put x coord ( ie. time ) where cursor is onto&amp;lt;br&amp;gt;
.                               clipboard  in  '/HH:MM:SS' format.&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;.       Vi type marks:&amp;lt;br&amp;gt;
.           save    location ( view )  'm' + letter  ( '0' - 'Z' )&amp;lt;br&amp;gt;
.           restore location ( view )  ''' + letter  ( '0' - 'Z' )&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;title example cmd file.&amp;lt;br&amp;gt;
xint&amp;lt;br&amp;gt;
&amp;lt;/p&amp;gt;
&amp;lt;h1&amp;gt;&amp;lt;/h1&amp;gt;
&amp;lt;h1 id="filename-fields-title-object-color"&amp;gt;filename  fields   title     object   color&amp;lt;/h1&amp;gt;
&amp;lt;h1 id="type"&amp;gt;type&amp;lt;/h1&amp;gt;
&amp;lt;h1 id="plot-plotdata-12-t-hour-line-1"&amp;gt;plot plot.data   1:2   t hour     line    1&amp;lt;/h1&amp;gt;
&amp;lt;h1 id="plot-plotdata-13-t-zone5-linedot-2"&amp;gt;Plot plot.data   1:3   t zone5    linedot   2&amp;lt;/h1&amp;gt;
&amp;lt;h1 id="plot-plotdata-14-t-zone3-line-square-3"&amp;gt;plot plot.data   1:4   t zone3    line  square 3&amp;lt;/h1&amp;gt;
&amp;lt;p&amp;gt;plot :diag      1:2   t diagonal     line     fat   4&amp;lt;/p&amp;gt;
&amp;lt;h1 id="local-start-here"&amp;gt;local start here&amp;lt;/h1&amp;gt;
&amp;lt;p&amp;gt;:diag &amp;lt;br&amp;gt;
0   0&amp;lt;br&amp;gt;
50  50&amp;lt;br&amp;gt;
100 100&amp;lt;br&amp;gt;
150 150&amp;lt;br&amp;gt;
200 200&amp;lt;br&amp;gt;
end&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;plot :trangle    1:2   title trangle   line  8&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;:trangle &amp;lt;br&amp;gt;
50  50&amp;lt;br&amp;gt;
150 50&amp;lt;br&amp;gt;
100 150&amp;lt;br&amp;gt;
50  50&amp;lt;br&amp;gt;
end&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;plot :bar   1:2   t barObj   bars lineDot  fat  10&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;:bar&amp;lt;br&amp;gt;
20  130&amp;lt;br&amp;gt;
170 120&amp;lt;br&amp;gt;
end&amp;lt;br&amp;gt;
plot :dots  1:2  t dots  dots thin x006400 sizecol 3&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;:dots &amp;lt;br&amp;gt;
40  110  10&amp;lt;br&amp;gt;
50   90  45&amp;lt;br&amp;gt;
150  80  60&amp;lt;br&amp;gt;
end&amp;lt;/p&amp;gt;&lt;/title&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Derek</dc:creator><pubDate>Wed, 28 Sep 2016 21:42:47 -0000</pubDate><guid>https://sourceforge.net40c239dd87868819423bc21264e2c7a04e4e0778</guid></item><item><title>Home modified by Derek</title><link>https://sourceforge.net/p/windows-plot/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/windows-plot/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/ibjoepat/"&gt;Derek&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-57ec331281b24b2ba5585a44" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Derek</dc:creator><pubDate>Wed, 28 Sep 2016 21:16:03 -0000</pubDate><guid>https://sourceforge.netc78d4af3e0ab2f52eeb58f617c321b27f22839e5</guid></item></channel></rss>