CVS log for loncom/xml/lonplot.pm

[BACK] Up to [LON-CAPA] / loncom / xml

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.185: download - view: text, markup, annotated - select for diffs
Wed Sep 21 11:49:48 2022 UTC (18 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_4_msu, HEAD
Diff to previous 1.184: preferred, colored
Changes since revision 1.184: +4 -2 lines
- Eliminate possibility of the same filename being used for different
  plots in a problem which includes multiple gnuplot tags so rendering
  for tex target will not use a later plot when rendering an earlier one.

Revision 1.184: download - view: text, markup, annotated - select for diffs
Sun Feb 2 20:12:31 2020 UTC (4 years, 1 month ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_X, version_2_11_4_uiuc, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3
Diff to previous 1.183: preferred, colored
Changes since revision 1.183: +116 -61 lines
- Localize warnings for invalid color attributes in web view
- Eliminate "deprecated color option" warnings in web server log files for
  distros using gnuplot 4.6
- Support colors for border, grid and background (4.6 and later) if printing
  and
- Warnings about invalid color attributes tailored to editing context.
- Prefix to six character hexcolors (x for 4.4 and older; # for 4.6 and newer)
  updated automatically in color pickers in "Edit" mode ("Save" still needed),
  in Authring Space.

Revision 1.183: download - view: text, markup, annotated - select for diffs
Thu Jan 30 15:59:15 2020 UTC (4 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.182: preferred, colored
Changes since revision 1.182: +19 -3 lines
- Modification to changes in 1.179 and 1.180 to support display of pi symbol
  to right of number in a gnuplot tic label with format: nP (n=integer) for
  both web and tex targets.

Revision 1.182: download - view: text, markup, annotated - select for diffs
Wed May 8 12:24:27 2019 UTC (4 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.181: preferred, colored
Changes since revision 1.181: +26 -6 lines
- Bug 6855
  Support background color, foreground color, and axis color with
  png terminal in gnuplot 5.0.

Revision 1.181: download - view: text, markup, annotated - select for diffs
Wed Oct 24 13:37:43 2018 UTC (5 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.180: preferred, colored
Changes since revision 1.180: +26 -21 lines
- Bug 6855
  - Support gnuplot 5.0

Revision 1.180: download - view: text, markup, annotated - select for diffs
Wed Sep 26 15:24:46 2018 UTC (5 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.179: preferred, colored
Changes since revision 1.179: +2 -2 lines
- Use same regexp for xformat and yformat.

Revision 1.179: download - view: text, markup, annotated - select for diffs
Wed Sep 26 14:52:43 2018 UTC (5 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.178: preferred, colored
Changes since revision 1.178: +2 -2 lines
- For a gnuplot tic label format of nP (n=integer), regexp will permit pi
  symbol (unicode: \0317\0200) to be shown to right of number.

Revision 1.178: download - view: text, markup, annotated - select for diffs
Wed Sep 26 14:02:47 2018 UTC (5 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.177: preferred, colored
Changes since revision 1.177: +2 -2 lines
- Include multiples of Pi in tic-mark label numerical format specifiers.

Revision 1.177: download - view: text, markup, annotated - select for diffs
Sun Apr 2 21:38:15 2017 UTC (6 years, 11 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2
Diff to previous 1.176: preferred, colored
Changes since revision 1.176: +2 -2 lines
- Coding style (indent is 4 spaces).

Revision 1.176: download - view: text, markup, annotated - select for diffs
Fri Jan 22 22:30:07 2016 UTC (8 years, 2 months ago) by damieng
Branches: MAIN
Diff to previous 1.175: preferred, colored
Changes since revision 1.175: +21 -9 lines
reinstated gnuplot/@align=center (using a div in HTML and a center environment in LaTeX)

Revision 1.152.6.1: download - view: text, markup, annotated - select for diffs
Wed Jul 9 15:17:32 2014 UTC (9 years, 8 months ago) by raeburn
Branches: version_2_10_X
Diff to previous 1.152: preferred, colored next main 1.153: preferred, colored
Changes since revision 1.152: +7 -3 lines
- For 2.10
  - gnuplot 4.4 reports an error unless "offset" is included before the x,y offset
    amount when used in "set xlabel" and"set ylabel".
    (see lonplot.pm rev. 1.169).

Revision 1.175: download - view: text, markup, annotated - select for diffs
Thu Jun 19 17:23:50 2014 UTC (9 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_1, version_2_11_0
Diff to previous 1.174: preferred, colored
Changes since revision 1.174: +14 -4 lines
- Bug 6707. Add front or back option to GNUplot labels. (e.g., set label
  text to be in front of filled curve).

Revision 1.174: download - view: text, markup, annotated - select for diffs
Tue May 27 12:31:03 2014 UTC (9 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.173: preferred, colored
Changes since revision 1.173: +2 -2 lines
- Bug 6644
  - Reverse one change in rev. 1.157 (bug 6588).
  - Set linetype for ps output for solid curve to 1 instead of 0.

Revision 1.173: download - view: text, markup, annotated - select for diffs
Mon Feb 4 17:23:44 2013 UTC (11 years, 1 month ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1
Diff to previous 1.172: preferred, colored
Changes since revision 1.172: +2 -2 lines
- defined(%hash) is deprecated, and results in errors on start-up for
  Apache 2.4/mod_perl 2.07/perl 5.16

Revision 1.172: download - view: text, markup, annotated - select for diffs
Thu Jan 31 17:10:38 2013 UTC (11 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.171: preferred, colored
Changes since revision 1.171: +7 -4 lines
- Bug 6641. Modify change in rev 1.170.
  - Set scope correctly for $plot_type inside "curves" loop.

Revision 1.171: download - view: text, markup, annotated - select for diffs
Mon Jan 21 02:25:38 2013 UTC (11 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.170: preferred, colored
Changes since revision 1.170: +2 -2 lines
- Modify change in rev. 1.162.
  - Helvetica font is only available when target is tex
    (get "gdImageStringFT: Could not find/open font" errors if target is web).

Revision 1.170: download - view: text, markup, annotated - select for diffs
Wed Dec 5 19:30:28 2012 UTC (11 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.169: preferred, colored
Changes since revision 1.169: +10 -14 lines
- Re-instate support for printing of multiple curves on a single plot,
  following changes (rev 1.156) to address bug 6588.
- Setting of $style_command delayed until after values have been retrieved
  for $pointtype and $pointsize.

Revision 1.169: download - view: text, markup, annotated - select for diffs
Wed Dec 5 01:04:03 2012 UTC (11 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.168: preferred, colored
Changes since revision 1.168: +3 -3 lines
- gnuplot 4.4 reports an error unless "offset" is included before the x,y offset
  amount when used in "set xlabel" and"set ylabel".

Revision 1.168: download - view: text, markup, annotated - select for diffs
Tue Nov 20 15:11:05 2012 UTC (11 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.167: preferred, colored
Changes since revision 1.167: +1 -2 lines
- Remove debug line (added in rev. 1.166).

Revision 1.167: download - view: text, markup, annotated - select for diffs
Sun Oct 7 15:04:44 2012 UTC (11 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.166: preferred, colored
Changes since revision 1.166: +7 -2 lines
- Support gnuplot 4.6 (used by SuSE 12.2).
  - color attributes in 4.6 begin with # instead of x.

Revision 1.166: download - view: text, markup, annotated - select for diffs
Mon Sep 10 09:51:15 2012 UTC (11 years, 6 months ago) by foxr
Branches: MAIN
Diff to previous 1.165: preferred, colored
Changes since revision 1.165: +2 -1 lines
bz838 - add spellchecking to <input type='text'> and <textarea>

Revision 1.165: download - view: text, markup, annotated - select for diffs
Tue Jul 24 11:05:11 2012 UTC (11 years, 8 months ago) by foxr
Branches: MAIN
Diff to previous 1.164: preferred, colored
Changes since revision 1.164: +2 -2 lines
 remembered to comment out the debugging output.

Revision 1.164: download - view: text, markup, annotated - select for diffs
Tue Jul 24 11:02:58 2012 UTC (11 years, 8 months ago) by foxr
Branches: MAIN
Diff to previous 1.163: preferred, colored
Changes since revision 1.163: +13 -3 lines
BZ5635 - Support rotate="yes|no"
for <xtics>/<ytics> tags to rotate tick labels as well.

Revision 1.163: download - view: text, markup, annotated - select for diffs
Tue Jul 24 10:50:54 2012 UTC (11 years, 8 months ago) by foxr
Branches: MAIN
Diff to previous 1.162: preferred, colored
Changes since revision 1.162: +78 -11 lines
BZ5635 - Provide complete control over axis major tics.

Revision 1.162: download - view: text, markup, annotated - select for diffs
Tue Jul 17 10:49:53 2012 UTC (11 years, 8 months ago) by foxr
Branches: MAIN
Diff to previous 1.161: preferred, colored
Changes since revision 1.161: +48 -37 lines
Factor out common code to generate tic specifications.

Revision 1.161: download - view: text, markup, annotated - select for diffs
Tue Jul 17 09:54:48 2012 UTC (11 years, 8 months ago) by foxr
Branches: MAIN
Diff to previous 1.160: preferred, colored
Changes since revision 1.160: +3 -2 lines
Accidently killed off the utf-8 output file specification :-(

Revision 1.160: download - view: text, markup, annotated - select for diffs
Mon Jul 16 10:09:36 2012 UTC (11 years, 8 months ago) by foxr
Branches: MAIN
Diff to previous 1.159: preferred, colored
Changes since revision 1.159: +91 -17 lines
Bug 4308 - Provide control over arrows in vector plots.
See http://bugs.loncapa.org/show_bug.cgi?id=4308 for details on what is now
available.

Revision 1.159: download - view: text, markup, annotated - select for diffs
Mon Jul 9 11:11:47 2012 UTC (11 years, 8 months ago) by foxr
Branches: MAIN
Diff to previous 1.158: preferred, colored
Changes since revision 1.158: +3 -2 lines
BZ 2886  - Fix utf-8 encoding in gnuplot.

Revision 1.158: download - view: text, markup, annotated - select for diffs
Wed Jul 4 11:09:22 2012 UTC (11 years, 8 months ago) by foxr
Branches: MAIN
Diff to previous 1.157: preferred, colored
Changes since revision 1.157: +0 -11 lines
Remove commented out code.

Revision 1.157: download - view: text, markup, annotated - select for diffs
Wed Jul 4 11:06:57 2012 UTC (11 years, 8 months ago) by foxr
Branches: MAIN
Diff to previous 1.156: preferred, colored
Changes since revision 1.156: +47 -15 lines
BZ6588 - First refactor and simplify the generation of gnuplot commands.
       - Second address the bug by associating a linestye with each plot
         and using that to select the plot attributes rather than cramming
         all the attributes into the plot command.
       - Finally, fix the fact that line style numbers differ between
         eps and png drivers so that now dashed lines work in eps output
         where I don't think they did before.

Revision 1.156: download - view: text, markup, annotated - select for diffs
Tue Jul 3 11:29:57 2012 UTC (11 years, 8 months ago) by foxr
Branches: MAIN
Diff to previous 1.155: preferred, colored
Changes since revision 1.155: +40 -48 lines
A pile of refactoring the gnu plot rendering prior to tackling
BZ 6588.

Revision 1.155: download - view: text, markup, annotated - select for diffs
Wed Feb 22 10:16:39 2012 UTC (12 years, 1 month ago) by foxr
Branches: MAIN
Diff to previous 1.154: preferred, colored
Changes since revision 1.154: +30 -1 lines
BZ874 Add fixups to colors for jpicker not inserting x's in color choosers

Revision 1.154: download - view: text, markup, annotated - select for diffs
Mon Feb 13 11:24:16 2012 UTC (12 years, 1 month ago) by foxr
Branches: MAIN
Diff to previous 1.153: preferred, colored
Changes since revision 1.153: +11 -6 lines
BZ 874 - Make color entries of class 'colorchooser'  this would allow some
javascript color choosr widget to be bound to them (e.g. jPicker).

Revision 1.153: download - view: text, markup, annotated - select for diffs
Mon Jul 4 09:25:13 2011 UTC (12 years, 8 months ago) by foxr
Branches: MAIN
CVS tags: language_hyphenation_merge, language_hyphenation, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Diff to previous 1.152: preferred, colored
Changes since revision 1.152: +5 -4 lines
Centralize knowledge of where the tmp directory is within LONCAPA.pm

Revision 1.152: download - view: text, markup, annotated - select for diffs
Sat Nov 14 19:13:36 2009 UTC (14 years, 4 months ago) by faziophi
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_99_1, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, bz6209-base, bz6209, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, GCI_3
Branch point for: version_2_10_X
Diff to previous 1.151: preferred, colored
Changes since revision 1.151: +38 -3 lines
adding functionality to display x and y axis zero lines as line, thick line, or dotted line

Revision 1.148.2.2: download - view: text, markup, annotated - select for diffs
Wed Mar 18 14:05:19 2009 UTC (15 years ago) by raeburn
Branches: version_2_8_X
CVS tags: version_2_8_2, version_2_8_1, GCI_1
Diff to previous 1.148.2.1: preferred, colored to branchpoint 1.148: preferred, colored next main 1.149: preferred, colored
Changes since revision 1.148.2.1: +2 -2 lines
- Backport 1.151.

Revision 1.151: download - view: text, markup, annotated - select for diffs
Fri Jan 30 03:20:10 2009 UTC (15 years, 2 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_8_99_0, bz5969, bz2851, GCI_2, BZ5971-printing-apage, BZ5434-fox
Diff to previous 1.150: preferred, colored
Changes since revision 1.150: +2 -2 lines
- Bug 5812. Typo.

Revision 1.148.2.1: download - view: text, markup, annotated - select for diffs
Thu Dec 11 22:48:56 2008 UTC (15 years, 3 months ago) by raeburn
Branches: version_2_8_X
CVS tags: version_2_8_0, version_2_7_99_1, version_2_7_99_0
Diff to previous 1.148: preferred, colored
Changes since revision 1.148: +2 -2 lines
- Backport 1.150.

Revision 1.150: download - view: text, markup, annotated - select for diffs
Tue Dec 2 01:49:48 2008 UTC (15 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.149: preferred, colored
Changes since revision 1.149: +2 -2 lines
- Correction to dereferencing (perl 5.10 is less forgiving).

Revision 1.149: download - view: text, markup, annotated - select for diffs
Mon Nov 24 17:17:52 2008 UTC (15 years, 4 months ago) by jms
Branches: MAIN
Diff to previous 1.148: preferred, colored
Changes since revision 1.148: +123 -1 lines
POD comments added/altered

Revision 1.148: download - view: text, markup, annotated - select for diffs
Tue Sep 2 19:55:23 2008 UTC (15 years, 6 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_7_X, version_2_7_1, version_2_7_0
Branch point for: version_2_8_X
Diff to previous 1.147: preferred, colored
Changes since revision 1.147: +5 -6 lines
- bug 5780.
- block for minorfreq (for ytics) was in the wrong place following changes in rev 1.146.
   - missing linefeed caused gnuplot error.

Revision 1.147: download - view: text, markup, annotated - select for diffs
Tue Jun 10 12:48:30 2008 UTC (15 years, 9 months ago) by www
Branches: MAIN
CVS tags: version_2_6_99_1, version_2_6_99_0
Diff to previous 1.146: preferred, colored
Changes since revision 1.146: +2 -1 lines
All other function syntaxes (TeX, MAXIMA, CAPA-parser) use "^"

Revision 1.146: download - view: text, markup, annotated - select for diffs
Mon Jun 9 10:07:01 2008 UTC (15 years, 9 months ago) by foxr
Branches: MAIN
Diff to previous 1.145: preferred, colored
Changes since revision 1.145: +21 -3 lines
Unconditionally hard-wire the tic fonts for printing to Helvetica.
This is done since the DejaVu sans seems to have a problem with the
mius sign in tick labelling, while helvetica does not.

Revision 1.145: download - view: text, markup, annotated - select for diffs
Tue Jun 3 10:49:00 2008 UTC (15 years, 9 months ago) by foxr
Branches: MAIN
Diff to previous 1.144: preferred, colored
Changes since revision 1.144: +19 -9 lines
Debug all of the entities I intend to support at this time.

Revision 1.144: download - view: text, markup, annotated - select for diffs
Mon Jun 2 10:49:47 2008 UTC (15 years, 9 months ago) by foxr
Branches: MAIN
Diff to previous 1.143: preferred, colored
Changes since revision 1.143: +17 -17 lines
Misc. fixes to printing entities.

Revision 1.143: download - view: text, markup, annotated - select for diffs
Tue May 27 10:40:30 2008 UTC (15 years, 10 months ago) by foxr
Branches: MAIN
Diff to previous 1.142: preferred, colored
Changes since revision 1.142: +31 -22 lines
Fixed some incorrect chunks of the lookup table. Dealt with workarounds
for font limitations.. testing, testing each and every entity.

Revision 1.142: download - view: text, markup, annotated - select for diffs
Mon May 26 10:51:42 2008 UTC (15 years, 10 months ago) by foxr
Branches: MAIN
Diff to previous 1.141: preferred, colored
Changes since revision 1.141: +6 -6 lines
Got good run-time behavior (no server failures due to illformed regexps
in the lookup table).

Revision 1.141: download - view: text, markup, annotated - select for diffs
Mon May 26 10:38:52 2008 UTC (15 years, 10 months ago) by foxr
Branches: MAIN
Diff to previous 1.140: preferred, colored
Changes since revision 1.140: +35 -2 lines
Good load of complete entity table (Well the entity table in the HTML
pocket reference... still needs an exhaustive test of my typing.

Revision 1.140: download - view: text, markup, annotated - select for diffs
Tue May 20 10:53:07 2008 UTC (15 years, 10 months ago) by foxr
Branches: MAIN
Diff to previous 1.139: preferred, colored
Changes since revision 1.139: +81 -2 lines
Bunch more entities for lon plot... up into the math symbols now.

Revision 1.139: download - view: text, markup, annotated - select for diffs
Mon May 19 11:49:48 2008 UTC (15 years, 10 months ago) by foxr
Branches: MAIN
Diff to previous 1.138: preferred, colored
Changes since revision 1.138: +134 -50 lines
Added a pile more entitities.. finished the accented character set,
Latin extended A and Latin extended B..
and fleshed out the greek symbol set with some of the stranger ones.

Revision 1.138: download - view: text, markup, annotated - select for diffs
Tue May 13 11:01:43 2008 UTC (15 years, 10 months ago) by foxr
Branches: MAIN
Diff to previous 1.137: preferred, colored
Changes since revision 1.137: +66 -20 lines
Added a bunch more entities to the %lookup hash.
The added entities are not yet tested... but the table at least has the right
format.

Revision 1.137: download - view: text, markup, annotated - select for diffs
Mon May 12 11:13:28 2008 UTC (15 years, 10 months ago) by foxr
Branches: MAIN
Diff to previous 1.136: preferred, colored
Changes since revision 1.136: +29 -3 lines
Add more entities.

Revision 1.136: download - view: text, markup, annotated - select for diffs
Mon Mar 24 21:53:41 2008 UTC (16 years ago) by raeburn
Branches: MAIN
CVS tags: version_2_6_X, version_2_6_3
Diff to previous 1.135: preferred, colored
Changes since revision 1.135: +3 -3 lines
-  regexp substitution for $curve->{'color'} replaces x as first character in string.

Revision 1.135: download - view: text, markup, annotated - select for diffs
Wed Mar 19 21:09:09 2008 UTC (16 years ago) by faziophi
Branches: MAIN
Diff to previous 1.134: preferred, colored
Changes since revision 1.134: +38 -9 lines
adds dashed linetype capabilities, by adding linetype attribute to curves; also tweaks text descriptions for colorful editor

Revision 1.134: download - view: text, markup, annotated - select for diffs
Sun Jan 20 02:47:06 2008 UTC (16 years, 2 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_6_2, version_2_6_1
Diff to previous 1.133: preferred, colored
Changes since revision 1.133: +14 -2 lines
Phil's addition of a rotation option for plot labels.

Revision 1.133: download - view: text, markup, annotated - select for diffs
Fri Dec 14 06:34:59 2007 UTC (16 years, 3 months ago) by albertel
Branches: MAIN
CVS tags: version_2_6_0, version_2_5_99_1
Diff to previous 1.132: preferred, colored
Changes since revision 1.132: +51 -2 lines
- Hon-Kie generated list of entity to proper symbol lookup

Revision 1.132: download - view: text, markup, annotated - select for diffs
Wed Dec 5 23:22:18 2007 UTC (16 years, 3 months ago) by albertel
Branches: MAIN
Diff to previous 1.131: preferred, colored
Changes since revision 1.131: +34 -3 lines
- Phil Fazio fix to BUG#2137, add ability to control formatting of axes numbers

Revision 1.118.2.3: download - view: text, markup, annotated - select for diffs
Tue Oct 9 22:26:54 2007 UTC (16 years, 5 months ago) by albertel
Branches: version_2_5_X
CVS tags: version_2_5_2
Diff to previous 1.118.2.2: preferred, colored to branchpoint 1.118: preferred, colored next main 1.119: preferred, colored
Changes since revision 1.118.2.2: +4 -3 lines
- backport 1.131

Revision 1.131: download - view: text, markup, annotated - select for diffs
Tue Oct 9 22:11:51 2007 UTC (16 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: version_2_5_99_0
Diff to previous 1.130: preferred, colored
Changes since revision 1.130: +4 -3 lines
- do linewidth after any special attributes for some linestyles

Revision 1.118.2.2: download - view: text, markup, annotated - select for diffs
Tue Sep 18 23:30:25 2007 UTC (16 years, 6 months ago) by albertel
Branches: version_2_5_X
Diff to previous 1.118.2.1: preferred, colored to branchpoint 1.118: preferred, colored
Changes since revision 1.118.2.1: +2 -2 lines
- backport 1.130

Revision 1.130: download - view: text, markup, annotated - select for diffs
Tue Sep 18 23:29:39 2007 UTC (16 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.129: preferred, colored
Changes since revision 1.129: +2 -2 lines
- BUG#5423 - set default line width to 1

Revision 1.118.2.1: download - view: text, markup, annotated - select for diffs
Wed Sep 5 13:38:18 2007 UTC (16 years, 6 months ago) by albertel
Branches: version_2_5_X
CVS tags: version_2_5_1
Diff to previous 1.118: preferred, colored
Changes since revision 1.118: +15 -12 lines
- backport 1.119's linewidth changes

Revision 1.129: download - view: text, markup, annotated - select for diffs
Tue Aug 28 23:48:39 2007 UTC (16 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.128: preferred, colored
Changes since revision 1.128: +13 -7 lines
- support gnuplot 4.2

Revision 1.128: download - view: text, markup, annotated - select for diffs
Thu Aug 9 06:25:43 2007 UTC (16 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.127: preferred, colored
Changes since revision 1.127: +46 -10 lines
- add in support of sup/sub and for the &pi; entity in plot labels

Revision 1.127: download - view: text, markup, annotated - select for diffs
Sat Aug 4 00:01:52 2007 UTC (16 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.126: preferred, colored
Changes since revision 1.126: +11 -2 lines
- escape inadvertent attempt to access the enhanced label commands

Revision 1.126: download - view: text, markup, annotated - select for diffs
Fri Aug 3 20:48:01 2007 UTC (16 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.125: preferred, colored
Changes since revision 1.125: +4 -4 lines
- some more backward compatibility improvements for plots

Revision 1.125: download - view: text, markup, annotated - select for diffs
Fri Aug 3 17:44:35 2007 UTC (16 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.124: preferred, colored
Changes since revision 1.124: +11 -8 lines
- add in extra space between label and border if the tics are in the graph
- update font description stirng

Revision 1.124: download - view: text, markup, annotated - select for diffs
Fri Aug 3 06:08:06 2007 UTC (16 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.123: preferred, colored
Changes since revision 1.123: +10 -7 lines
- eliminate $pt have get_font return the correct size info for the selected target

Revision 1.123: download - view: text, markup, annotated - select for diffs
Fri Aug 3 06:00:18 2007 UTC (16 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.122: preferred, colored
Changes since revision 1.122: +4 -3 lines
- BUG#5342, reorder elments in edit mode

Revision 1.122: download - view: text, markup, annotated - select for diffs
Fri Aug 3 05:58:12 2007 UTC (16 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.121: preferred, colored
Changes since revision 1.121: +2 -1 lines
- BUG#5342 - from phil, forgot to pass back font size when in non classic mode

Revision 1.121: download - view: text, markup, annotated - select for diffs
Fri Aug 3 05:56:00 2007 UTC (16 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.120: preferred, colored
Changes since revision 1.120: +7 -4 lines
- BUG#5339, tex printing with classic mode needs no pfb file

Revision 1.120: download - view: text, markup, annotated - select for diffs
Mon Jul 30 21:50:29 2007 UTC (16 years, 8 months ago) by albertel
Branches: MAIN
Diff to previous 1.119: preferred, colored
Changes since revision 1.119: +74 -38 lines
- BUG#5234 give font face choices to plotting
- make capitalization of options the same

Revision 1.119: download - view: text, markup, annotated - select for diffs
Tue Jun 19 01:15:24 2007 UTC (16 years, 9 months ago) by albertel
Branches: MAIN
Diff to previous 1.118: preferred, colored
Changes since revision 1.118: +39 -18 lines
- reenable line width setting,
- add code for font point sizes, not actually working yet until ttf fonts are specified

Revision 1.118: download - view: text, markup, annotated - select for diffs
Thu Jun 7 23:42:14 2007 UTC (16 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_2_5_0, version_2_4_99_0
Branch point for: version_2_5_X
Diff to previous 1.117: preferred, colored
Changes since revision 1.117: +10 -3 lines
- BUG#5288

Revision 1.117: download - view: text, markup, annotated - select for diffs
Wed May 23 22:36:28 2007 UTC (16 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: version_2_4_X, version_2_4_2, version_2_4_1, version_2_4_0
Diff to previous 1.116: preferred, colored
Changes since revision 1.116: +1 -2 lines
- lonxml takes care of all insertions now, and thus the tags that were attempting to handle it themselves could cause double insertions so elimnate external insertion calls

Revision 1.116: download - view: text, markup, annotated - select for diffs
Wed Feb 21 20:47:49 2007 UTC (17 years, 1 month ago) by albertel
Branches: MAIN
CVS tags: version_2_3_99_0
Diff to previous 1.115: preferred, colored
Changes since revision 1.115: +15 -20 lines
- cleanup plot edit
  - no longer have the double horiz lines
  - images are aligned 'middle' not 'center'

Revision 1.115: download - view: text, markup, annotated - select for diffs
Wed Feb 21 20:34:58 2007 UTC (17 years, 1 month ago) by albertel
Branches: MAIN
CVS tags: version_2_3_X
Diff to previous 1.114: preferred, colored
Changes since revision 1.114: +17 -4 lines
- add ability to change grid lines to polar

Revision 1.114: download - view: text, markup, annotated - select for diffs
Wed Sep 6 19:26:15 2006 UTC (17 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1
Diff to previous 1.113: preferred, colored
Changes since revision 1.113: +2 -2 lines
- BUG#5000 IE is not likeing the 'send a png as data for a file ending in .gif' so make plot.png a link

Revision 1.113: download - view: text, markup, annotated - select for diffs
Tue May 30 12:47:53 2006 UTC (17 years, 10 months ago) by www
Branches: MAIN
CVS tags: version_2_2_0, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0
Diff to previous 1.112: preferred, colored
Changes since revision 1.112: +7 -4 lines
&Apache::lonnet::unescape -> &unescape
&Apache::lonnet::escape -> &escape

Revision 1.112: download - view: text, markup, annotated - select for diffs
Thu Dec 1 18:46:17 2005 UTC (18 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_X, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_99_1
Diff to previous 1.111: preferred, colored
Changes since revision 1.111: +14 -13 lines
- finish off the conversion to allowing style tags get_all_text across tags
- BUG#4428

Revision 1.111: download - view: text, markup, annotated - select for diffs
Tue Jul 5 15:05:13 2005 UTC (18 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_0_X, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2
Diff to previous 1.110: preferred, colored
Changes since revision 1.110: +2 -2 lines
- BUG#4191, that extra space was causing gnuplot images to not print

Revision 1.110: download - view: text, markup, annotated - select for diffs
Thu Jun 9 02:16:04 2005 UTC (18 years, 9 months ago) by albertel
Branches: MAIN
CVS tags: version_1_99_1, version_1_99_0
Diff to previous 1.109: preferred, colored
Changes since revision 1.109: +82 -12 lines
- adding more configurabilites to <gnuplot> (from Jim Maxka)

Revision 1.109: download - view: text, markup, annotated - select for diffs
Tue Jun 7 22:30:42 2005 UTC (18 years, 9 months ago) by foxr
Branches: MAIN
Diff to previous 1.108: preferred, colored
Changes since revision 1.108: +5 -30 lines
In 'tex' target prefix the plot with a tex comment that tells
outer tags that this is a dynamic image and what the size is.

Revision 1.108: download - view: text, markup, annotated - select for diffs
Tue May 31 22:15:32 2005 UTC (18 years, 10 months ago) by foxr
Branches: MAIN
Diff to previous 1.107: preferred, colored
Changes since revision 1.107: +32 -1 lines
Support registration of a callback by upper level tags to take tag dependent
action when a gnuplot image is created.  Note that callback nesting is not
supported at this time.

Revision 1.107: download - view: text, markup, annotated - select for diffs
Mon May 16 21:58:41 2005 UTC (18 years, 10 months ago) by foxr
Branches: MAIN
CVS tags: version_1_99_1_tmcc
Diff to previous 1.106: preferred, colored
Changes since revision 1.106: +37 -33 lines
Export the %plot hash so that clients can figure out the image size e.g.

Revision 1.106: download - view: text, markup, annotated - select for diffs
Thu Apr 7 06:56:27 2005 UTC (18 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_1_99_0_tmcc
Diff to previous 1.105: preferred, colored
Changes since revision 1.105: +3 -2 lines
- ENV -> env

Revision 1.105: download - view: text, markup, annotated - select for diffs
Thu Feb 24 22:01:40 2005 UTC (19 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.104: preferred, colored
Changes since revision 1.104: +12 -6 lines
Added "plotcolor" attribute on the <gnuplot> tag.  Choices are "monochrome",
"color", and "colour".  Defaults to "monochrome".

Revision 1.104: download - view: text, markup, annotated - select for diffs
Thu Dec 2 15:38:11 2004 UTC (19 years, 3 months ago) by www
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_99_1
Diff to previous 1.103: preferred, colored
Changes since revision 1.103: +2 -2 lines
Typo

Revision 1.103: download - view: text, markup, annotated - select for diffs
Mon Sep 13 13:34:06 2004 UTC (19 years, 6 months ago) by matthew
Branches: MAIN
CVS tags: version_1_2_X, version_1_2_99_0, version_1_2_1
Diff to previous 1.102: preferred, colored
Changes since revision 1.102: +7 -3 lines
Towards bug 3316: Tell gnuplot to output a png or gif as appropriate.
Omit font specification on labels for $target eq 'web'.

Revision 1.102: download - view: text, markup, annotated - select for diffs
Thu Sep 9 19:48:21 2004 UTC (19 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.101: preferred, colored
Changes since revision 1.101: +3 -3 lines
- bug #3458, allow variables for select style attributes

Revision 1.101: download - view: text, markup, annotated - select for diffs
Mon Aug 30 15:23:23 2004 UTC (19 years, 7 months ago) by matthew
Branches: MAIN
Diff to previous 1.100: preferred, colored
Changes since revision 1.100: +64 -2 lines
Added lmargin,rmargin,tmargin,bmargin, major_ticscale, and minor_ticscale
attributes to the <gnuplot> tag.  This change will not affect any currently
published plots.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Tue Aug 17 17:37:56 2004 UTC (19 years, 7 months ago) by matthew
Branches: MAIN
CVS tags: version_1_2_0, version_1_1_99_5
Diff to previous 1.99: preferred, colored
Changes since revision 1.99: +19 -1 lines
Bug 3316: Gnuplot 4.0 does not handle empty data files well.
Modified write_gnuplot_file to look at each curve and only include it if it
has data or a function.

Revision 1.99: download - view: text, markup, annotated - select for diffs
Mon Jun 28 17:02:27 2004 UTC (19 years, 9 months ago) by matthew
Branches: MAIN
CVS tags: version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1
Diff to previous 1.98: preferred, colored
Changes since revision 1.98: +2 -2 lines
Ignore error messages on gnuplot version probing.

Revision 1.98: download - view: text, markup, annotated - select for diffs
Mon Jun 28 15:42:49 2004 UTC (19 years, 9 months ago) by matthew
Branches: MAIN
Diff to previous 1.97: preferred, colored
Changes since revision 1.97: +2 -2 lines
Bug 3123: Change wording on tic mark entry.

Revision 1.97: download - view: text, markup, annotated - select for diffs
Mon Jun 21 20:04:29 2004 UTC (19 years, 9 months ago) by matthew
Branches: MAIN
Diff to previous 1.96: preferred, colored
Changes since revision 1.96: +12 -3 lines
Changes for moving to gnuplot 4.0
lonplot.pm: detect gnuplot version on start and pass it to plot.gif
plot.gif: Send out correct content type (gif|png) if passed in.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Wed May 26 19:44:20 2004 UTC (19 years, 10 months ago) by matthew
Branches: MAIN
CVS tags: version_1_1_99_0
Diff to previous 1.95: preferred, colored
Changes since revision 1.95: +2 -107 lines
Removed help text and routines in favor of using the insertlist.tab routines.

Revision 1.95: download - view: text, markup, annotated - select for diffs
Mon Mar 8 17:31:37 2004 UTC (20 years ago) by www
Branches: MAIN
Diff to previous 1.94: preferred, colored
Changes since revision 1.94: +4 -4 lines
Typos: "separate"

Revision 1.94: download - view: text, markup, annotated - select for diffs
Wed Jan 7 18:16:02 2004 UTC (20 years, 2 months ago) by matthew
Branches: MAIN
CVS tags: version_1_1_X, version_1_1_3, version_1_1_2, version_1_1_1
Diff to previous 1.93: preferred, colored
Changes since revision 1.93: +2 -2 lines
Fixes bug 2523: Editing a plot which did not have a plottype attribute set
leads to the first item in the list (was "Polar", now is "Cartesian") being
selected.  This should go in 1.1.x.

Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu Oct 30 20:52:54 2003 UTC (20 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99
Diff to previous 1.92: preferred, colored
Changes since revision 1.92: +7 -13 lines
- BUG#1974, <textarea>s delete the initial linefeeds if they exist, now checks old value and preserves the \n from the old value if it had been there.

Revision 1.92: download - view: text, markup, annotated - select for diffs
Fri Oct 24 17:35:32 2003 UTC (20 years, 5 months ago) by matthew
Branches: MAIN
Diff to previous 1.91: preferred, colored
Changes since revision 1.91: +16 -8 lines
Better TeX font support - allow users to specify the size of the font
used when the eps file is generated.  Ought to be case insensitive.

Revision 1.85.2.1: download - view: text, markup, annotated - select for diffs
Sat Sep 27 04:15:26 2003 UTC (20 years, 6 months ago) by albertel
Branches: version_1_0_2
CVS tags: version_1_0_3
Diff to previous 1.85: preferred, colored next main 1.86: preferred, colored
Changes since revision 1.85: +3 -3 lines
- backport lonplot.pm 1.91, lonxml.pm 1.281

Revision 1.91: download - view: text, markup, annotated - select for diffs
Sat Sep 27 04:08:56 2003 UTC (20 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.90: preferred, colored
Changes since revision 1.90: +3 -3 lines
- Can't do Apache::lonnet::ssi when &xmlparse()ing from inside the safe space, register the url and call it after we absolutely out of the safe space.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Fri Sep 19 20:05:29 2003 UTC (20 years, 6 months ago) by matthew
Branches: MAIN
Diff to previous 1.89: preferred, colored
Changes since revision 1.89: +7 -7 lines
Far better to have tic marks on your graph than tick marks.  Ugh.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Sep 19 17:53:03 2003 UTC (20 years, 6 months ago) by matthew
Branches: MAIN
Diff to previous 1.88: preferred, colored
Changes since revision 1.88: +35 -13 lines
Bug 2201: Added support for minor tick marks.
Modified font code from Alex to only be used if we are printing.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed Sep 10 13:50:29 2003 UTC (20 years, 6 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.87: preferred, colored
Changes since revision 1.87: +6 -6 lines
Bug 2138 (Gnuplot: allow separate font size for print and screen) is fixed. I've implemented one particular font "Helvetica" with default size 25pt. If you want to change these defaults feel free to do this. You even can introduce some additional attributes to have possibility dinamically overwrite these parameters. Unfortunately I do not know sufficiently well lonplot.pm module so this can be done far better by Mattew.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Thu Aug 28 20:38:25 2003 UTC (20 years, 7 months ago) by matthew
Branches: MAIN
Diff to previous 1.86: preferred, colored
Changes since revision 1.86: +15 -2 lines
Bug #16, polar plots.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Tue Aug 26 21:52:46 2003 UTC (20 years, 7 months ago) by albertel
Branches: MAIN
Diff to previous 1.85: preferred, colored
Changes since revision 1.85: +8 -3 lines
- Ed want to use TeXwidth or texwidth

Revision 1.85: download - view: text, markup, annotated - select for diffs
Tue Jun 10 18:46:02 2003 UTC (20 years, 9 months ago) by matthew
Branches: MAIN
CVS tags: version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4, version_0_99_3, version_0_99_2
Branch point for: version_1_0_2
Diff to previous 1.84: preferred, colored
Changes since revision 1.84: +14 -8 lines
Putting <tag> in html output supresses the display the thing in "<",">"'s.
Who knew?

Revision 1.84: download - view: text, markup, annotated - select for diffs
Fri May 16 15:12:49 2003 UTC (20 years, 10 months ago) by sakharuk
Branches: MAIN
CVS tags: version_0_99_1, version_0_99_0, conference_2003
Diff to previous 1.83: preferred, colored
Changes since revision 1.83: +2 -2 lines
Bug 895 is fixed. Additional texwidth attribute is working now.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Fri May 16 14:50:13 2003 UTC (20 years, 10 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.82: preferred, colored
Changes since revision 1.82: +3 -2 lines
Size of gnuplot picture is changed to 93 mm according to Ed's desire.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Apr 22 19:47:47 2003 UTC (20 years, 11 months ago) by matthew
Branches: MAIN
Diff to previous 1.81: preferred, colored
Changes since revision 1.81: +11 -3 lines
Added 'texwidth' attribute.  The attribute is not implemented but can be
entered and has a default value.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Fri Feb 7 22:03:21 2003 UTC (21 years, 1 month ago) by albertel
Branches: MAIN
Diff to previous 1.80: preferred, colored
Changes since revision 1.80: +13 -13 lines
- get_all_text() really wants to see the entire stack of parsers now, that way style redefinitons of tags can do a get_all_text across styl def boundaries.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Thu Jan 16 02:55:05 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
CVS tags: version_0_6_2
Diff to previous 1.79: preferred, colored
Changes since revision 1.79: +2 -2 lines
- removing extraneous \fbox

Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue Oct 15 18:42:41 2002 UTC (21 years, 5 months ago) by matthew
Branches: MAIN
CVS tags: version_0_6
Diff to previous 1.78: preferred, colored
Changes since revision 1.78: +2 -2 lines
Colors can be specified with lower and upper case letters.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Fri Oct 11 13:06:46 2002 UTC (21 years, 5 months ago) by matthew
Branches: MAIN
Diff to previous 1.77: preferred, colored
Changes since revision 1.77: +2 -2 lines
Minor descriptive change to axes tag color parameter.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Thu Jun 13 17:58:47 2002 UTC (21 years, 9 months ago) by matthew
Branches: MAIN
CVS tags: version_0_5_1, version_0_5, version_0_4, stable_2002_july, STABLE
Diff to previous 1.76: preferred, colored
Changes since revision 1.76: +11 -2 lines
Bug 519.  Adds interface to gnuplot 'set samples' command for setting the
number of samples to use when gnuplot is given a function like 'sin(x)' to
plot instead of raw data.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed May 1 15:58:42 2002 UTC (21 years, 11 months ago) by matthew
Branches: MAIN
Diff to previous 1.75: preferred, colored
Changes since revision 1.75: +2 -2 lines
Change to aspect ratio for printing.  +0.02 :)

Revision 1.75: download - view: text, markup, annotated - select for diffs
Wed May 1 15:56:23 2002 UTC (21 years, 11 months ago) by matthew
Branches: MAIN
Diff to previous 1.74: preferred, colored
Changes since revision 1.74: +2 -2 lines
Changed aspect ratio for printing.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Apr 29 12:45:57 2002 UTC (21 years, 11 months ago) by matthew
Branches: MAIN
CVS tags: stable_2002_april
Diff to previous 1.73: preferred, colored
Changes since revision 1.73: +6 -2 lines
Minor changes for printed output.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Apr 25 21:33:52 2002 UTC (21 years, 11 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.72: preferred, colored
Changes since revision 1.72: +4 -4 lines
now prints gnuplot figs

Revision 1.72: download - view: text, markup, annotated - select for diffs
Thu Apr 25 20:39:50 2002 UTC (21 years, 11 months ago) by matthew
Branches: MAIN
Diff to previous 1.71: preferred, colored
Changes since revision 1.71: +4 -6 lines
Tex (eps) output now defaults to a line width of 2 on the curves.  Too bad the
gif driver does not support linewidth...

Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Apr 25 17:40:50 2002 UTC (21 years, 11 months ago) by matthew
Branches: MAIN
Diff to previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2 lines
More changes and bugfixes for printing.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Thu Apr 25 17:30:22 2002 UTC (21 years, 11 months ago) by matthew
Branches: MAIN
Diff to previous 1.69: preferred, colored
Changes since revision 1.69: +3 -3 lines
Bug fix, more changes for printing.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu Apr 25 17:25:36 2002 UTC (21 years, 11 months ago) by matthew
Branches: MAIN
Diff to previous 1.68: preferred, colored
Changes since revision 1.68: +3 -3 lines
Filename change to help with printing.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Thu Apr 25 17:23:10 2002 UTC (21 years, 11 months ago) by sakharuk
Branches: MAIN
Diff to previous 1.67: preferred, colored
Changes since revision 1.67: +5 -5 lines
minot cleanup for eps

Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Apr 24 21:24:40 2002 UTC (21 years, 11 months ago) by matthew
Branches: MAIN
Diff to previous 1.66: preferred, colored
Changes since revision 1.66: +5 -4 lines
Change to allow more characters in title, labels, and curve names.
Other minor formatting changes.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Apr 24 16:38:40 2002 UTC (21 years, 11 months ago) by matthew
Branches: MAIN
Diff to previous 1.65: preferred, colored
Changes since revision 1.65: +2 -2 lines
Minor change.
specify location of output file.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Apr 23 15:21:36 2002 UTC (21 years, 11 months ago) by matthew
Branches: MAIN
Diff to previous 1.64: preferred, colored
Changes since revision 1.64: +8 -6 lines
Changed some defaults and such.  Nothing big.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Apr 9 18:01:09 2002 UTC (21 years, 11 months ago) by matthew
Branches: MAIN
Diff to previous 1.63: preferred, colored
Changes since revision 1.63: +11 -4 lines
Added alttag tag to <gnuplot>

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Mar 22 20:05:19 2002 UTC (22 years ago) by albertel
Branches: MAIN
Diff to previous 1.62: preferred, colored
Changes since revision 1.62: +7 -7 lines
- changed textfield to the more descriptive editline
- updated all references to textfield to use edit line
- update <import> <scriptlib> <parserlib> to use the new editline
- editline, and editfield now protect entities, should preserve &nbsp; and " much better

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Mar 22 16:56:37 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.61: preferred, colored
Changes since revision 1.61: +23 -4 lines
Added pointtype specification, changed pointsize to positive real number,
fixed bug in which point sizes were not passed to gnuplot for curves which
used data instead of specifying a function.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Mar 22 16:04:09 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.60: preferred, colored
Changes since revision 1.60: +26 -26 lines
Minor cleanup of insert functions to make the xml a little neater.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Fri Mar 22 15:43:42 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.59: preferred, colored
Changes since revision 1.59: +33 -7 lines
Now provide access to gnuplots 'pointsize' setting routines.  I tried to
add linewidth as well, but the gif driver does not support this option.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Mar 22 14:48:00 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.58: preferred, colored
Changes since revision 1.58: +7 -7 lines
Use edit:textfield instead of edit:editfield for single-line data entry.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Mar 22 13:45:59 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.57: preferred, colored
Changes since revision 1.57: +9 -6 lines
Changes to avoid double-interpolation of perl variables.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Mar 14 21:44:37 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.56: preferred, colored
Changes since revision 1.56: +3 -3 lines
very very minor update to help text.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Mar 14 19:02:30 2002 UTC (22 years ago) by albertel
Branches: MAIN
Diff to previous 1.55: preferred, colored
Changes since revision 1.55: +10 -2 lines
- the rand call was screwing up grade and answer mode parses BUG #190

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Mar 6 19:55:30 2002 UTC (22 years ago) by matthew
Branches: MAIN
Diff to previous 1.54: preferred, colored
Changes since revision 1.54: +3 -1 lines
Minor change to help text for plot, at the request of Ed Kashy.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Mar 1 14:03:50 2002 UTC (22 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.53: preferred, colored
Changes since revision 1.53: +2 -1 lines
escape and unescape filename passed between lonplot.pm and plot.gif

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Feb 28 21:04:10 2002 UTC (22 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.52: preferred, colored
Changes since revision 1.52: +4 -3 lines
Changed tex rendering functionality to call plot.gif.  Must use plot.gif
version 1.8 or greater.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Feb 27 22:17:06 2002 UTC (22 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.51: preferred, colored
Changes since revision 1.51: +3 -2 lines
Now call gnuplot for $target eq 'tex'.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Feb 27 22:10:23 2002 UTC (22 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.50: preferred, colored
Changes since revision 1.50: +44 -35 lines
First stab at printing.  I don't guarantee printing works yet, but at least
$target eq 'web' will work.  Note: The only place information is returned
to the parser is in &end_gnuplot, for both 'web' and 'tex' targets.  For
$target eq 'tex' the name of the eps file is returned.  Currently this file
is not actually created, but that'll be fixed in the next commit.  Trust me.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Feb 27 16:54:58 2002 UTC (22 years, 1 month ago) by matthew
Branches: MAIN
CVS tags: stable_2002_spring
Diff to previous 1.49: preferred, colored
Changes since revision 1.49: +4 -4 lines
Corrected idiot error - inserting plots will now actually have the correct tags.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Feb 6 10:33:27 2002 UTC (22 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.48: preferred, colored
Changes since revision 1.48: +7 -3 lines
No longer allow multiline title, xlabel, ylabel, or label texts (this broke
gnuplot anyway).

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Feb 6 10:24:55 2002 UTC (22 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.47: preferred, colored
Changes since revision 1.47: +101 -2 lines
Added javascript to open help windows for editing hints.  Added some help
text for <gnuplot> and <curve> tags.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Feb 5 15:05:44 2002 UTC (22 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.46: preferred, colored
Changes since revision 1.46: +18 -20 lines
changed <plot> tag to <gnuplot>.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Jan 30 13:27:51 2002 UTC (22 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.45: preferred, colored
Changes since revision 1.45: +21 -15 lines
Minor bugfix for xtics & ytics, added &insert_tics() to insert both, and
cleaned up a bit of the code for insertion of tics.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Jan 28 14:12:34 2002 UTC (22 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.44: preferred, colored
Changes since revision 1.44: +152 -9 lines
Minor change of 'on_off' to 'onoff', for uniformity.
Added xtics and ytics tags and handling.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Jan 23 11:10:14 2002 UTC (22 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.43: preferred, colored
Changes since revision 1.43: +6 -6 lines
Minor changes to default inserted plot.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Jan 21 17:23:31 2002 UTC (22 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
Ever so minor change to make key labels appear nicer.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Jan 21 16:41:31 2002 UTC (22 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.41: preferred, colored
Changes since revision 1.41: +8 -6 lines
Changes associated with reworking edit::modifiedfield().

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Jan 21 15:20:28 2002 UTC (22 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.40: preferred, colored
Changes since revision 1.40: +5 -12 lines
minor changes on insertering and insert lists.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Jan 15 16:21:39 2002 UTC (22 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.39: preferred, colored
Changes since revision 1.39: +28 -11 lines
Correctly deal with perl arrays given as data.
Save data sets to files in order to allow gnuplot to deal with them properly.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Jan 11 16:34:06 2002 UTC (22 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.38: preferred, colored
Changes since revision 1.38: +13 -8 lines
Changes to use edit::start_spanning_row and edit::end_row instead of using
<dt colspan="3"> and other such nonsense.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Jan 10 19:45:51 2002 UTC (22 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.37: preferred, colored
Changes since revision 1.37: +32 -21 lines
Text entry width added for 'edit' tags.  Misc linestyle changes.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Jan 10 16:29:54 2002 UTC (22 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +4 -4 lines
Added 'align' to plot attributes list and some minor text changes.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Jan 9 16:58:18 2002 UTC (22 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Check for number of elements in <data> set now works properly and complains.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Jan 9 16:51:51 2002 UTC (22 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.34: preferred, colored
Changes since revision 1.34: +34 -25 lines
Bugfix for reading in colors of curves, removed a few unusable linestyles,
added a few comments.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Jan 8 21:41:20 2002 UTC (22 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.33: preferred, colored
Changes since revision 1.33: +33 -19 lines
Edit updates, minor functionality added to edit_attributes.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Jan 6 02:19:25 2002 UTC (22 years, 2 months ago) by harris41
Branches: MAIN
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
sub BEGIN should be BEGIN

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Jan 4 14:30:08 2002 UTC (22 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +16 -7 lines
Replaced error checks on label text with line length test.  Added same test
to title, xlabel, and ylabel tags.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Jan 3 22:09:49 2002 UTC (22 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +5 -2 lines
Added error checking to start_label to avoid hung httpd.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Jan 2 14:33:50 2002 UTC (22 years, 2 months ago) by matthew
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +12 -13 lines
Insertion now works, as do targets 'modified', 'edit', and 'web'.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Jan 1 19:34:25 2002 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +56 -38 lines
Multiple changes to enable target eq 'modified' and track down insert
errors

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Dec 31 19:02:00 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +6 -9 lines
Removed axis{'linestyle'} data because it was unused.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Dec 31 17:30:09 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +14 -15 lines
More minor changes toward edit and modified.  Attempting to modify still
crashes

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Dec 31 16:19:55 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +7 -8 lines
Minor edit changes, now seems to render correctly.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Dec 28 21:56:16 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +25 -23 lines
More $target eq 'edit' changes.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Dec 28 21:09:57 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +8 -11 lines
Minor cleanups.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Dec 28 19:40:47 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +7 -7 lines
Fixes for Perl 5.6 that probably fixed a bug I hadn't found earlier.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Dec 28 19:04:56 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +34 -6 lines
Further $target eq 'edit' handling code added.  Still untested and likely
broken.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Dec 28 15:49:38 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +93 -52 lines
Further $target eq 'edit' | 'modified' handling (still incomplete).
Some organizational changes in the code (mostly comments).

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Dec 27 22:30:01 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +335 -49 lines
Added more metadata for the tags, began adding 'edit' and 'modified' handling.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Dec 27 19:47:02 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +19 -12 lines
Added error checking on data inputs, removed useless warnings, unused "use"es.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Dec 27 15:00:45 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +2 -6 lines
Removed regular expression that checked form of $datatext in &start_data.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Dec 21 22:45:47 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +73 -71 lines
Reworked functions to have all computation skipped if we're not doing a
'web' target.  Debugging code thrown in as well.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Dec 21 21:39:51 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +15 -6 lines
Allow <data> to contain space deliminated numbers as well as ',' deliminated.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Dec 21 20:06:25 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +7 -7 lines
*** empty log message ***

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Dec 21 16:59:01 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +20 -12 lines
cleanups and warnings on bad input.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Dec 21 15:27:29 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +39 -21 lines
Now should handle missing information relatively cleanly.  I hope.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Dec 20 22:36:35 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +10 -10 lines
filename changes mostly.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Dec 20 20:24:36 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +30 -28 lines
Many debugging fixes.  Basic functionality now present.  At this stage the
plot.gif routine needs to be worked on.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Dec 20 19:20:43 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +104 -60 lines
Numerous debuggin changes.  Currently set to print out the gnuplot file
instead of saving it to disk.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Dec 19 22:14:20 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +40 -34 lines
Many misc. cleanups and revisions.  More needs to be done.  Data structures
in write_gnuplot_file are the base - the other appearances of global variables
must be changed to match those in the function.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Dec 19 19:22:52 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Corrected misspelling.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Dec 19 19:22:22 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +10 -3 lines
Misc changes.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Dec 19 18:27:30 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +91 -17 lines
Basic functionality to write gnuplot input file added.  Have yet to even
check to see if the code will crash the server on startup.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Dec 18 22:29:42 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +17 -17 lines
Added words_test to check on the title of a key.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Dec 18 20:34:58 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +106 -28 lines
More misc changes.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Dec 18 16:06:01 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +10 -14 lines
Minor cleanups, nothing special.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Dec 18 15:33:47 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +45 -24 lines
Many changes too numerous and varied to list.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Dec 17 21:43:12 2001 UTC (22 years, 3 months ago) by matthew
Branches: MAIN
Routine to parse <plot> tag.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>