You can subscribe to this list here.
| 2000 | Jan | Feb | Mar | Apr (3) | May (14) | Jun (1) | Jul (3) | Aug (1) | Sep | Oct (2) | Nov (16) | Dec (1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 | Jan (13) | Feb (22) | Mar (7) | Apr (8) | May (8) | Jun (11) | Jul (2) | Aug | Sep (5) | Oct (31) | Nov (23) | Dec (3) |
| 2002 | Jan (1) | Feb (17) | Mar (10) | Apr (3) | May (1) | Jun (2) | Jul | Aug | Sep (11) | Oct (5) | Nov (21) | Dec (20) |
| 2003 | Jan (27) | Feb (13) | Mar (20) | Apr (11) | May (12) | Jun (7) | Jul (16) | Aug (21) | Sep (9) | Oct (28) | Nov (24) | Dec (30) |
| 2004 | Jan (31) | Feb (5) | Mar | Apr (8) | May (12) | Jun (7) | Jul (13) | Aug (12) | Sep (2) | Oct (14) | Nov (42) | Dec (14) |
| 2005 | Jan | Feb | Mar (20) | Apr (17) | May (9) | Jun | Jul (7) | Aug (3) | Sep (17) | Oct (14) | Nov (9) | Dec |
| 2006 | Jan | Feb | Mar (13) | Apr (2) | May (46) | Jun (2) | Jul (20) | Aug (26) | Sep (31) | Oct (5) | Nov (9) | Dec (13) |
| 2007 | Jan (24) | Feb (22) | Mar (13) | Apr (25) | May (25) | Jun (9) | Jul (20) | Aug (9) | Sep (26) | Oct (3) | Nov (4) | Dec (3) |
| 2008 | Jan (92) | Feb (35) | Mar (39) | Apr (15) | May | Jun | Jul (18) | Aug (5) | Sep (5) | Oct (7) | Nov (10) | Dec (27) |
| 2009 | Jan (35) | Feb (34) | Mar (13) | Apr (9) | May (18) | Jun (9) | Jul (15) | Aug (13) | Sep (64) | Oct (7) | Nov (43) | Dec |
| 2010 | Jan (75) | Feb (22) | Mar (44) | Apr (34) | May (47) | Jun (77) | Jul (28) | Aug (7) | Sep (45) | Oct (1) | Nov (19) | Dec (7) |
| 2011 | Jan (14) | Feb | Mar (6) | Apr (12) | May (19) | Jun (3) | Jul (8) | Aug (4) | Sep (3) | Oct (21) | Nov (11) | Dec (4) |
| 2012 | Jan (2) | Feb (9) | Mar | Apr (1) | May (2) | Jun | Jul (1) | Aug (5) | Sep (5) | Oct (1) | Nov (18) | Dec (2) |
| 2013 | Jan (15) | Feb (16) | Mar (8) | Apr (5) | May | Jun (1) | Jul (17) | Aug (3) | Sep (17) | Oct (43) | Nov (25) | Dec (9) |
| 2014 | Jan (4) | Feb (8) | Mar (20) | Apr (14) | May (49) | Jun (1) | Jul | Aug (18) | Sep (2) | Oct (1) | Nov (22) | Dec (3) |
| 2015 | Jan (41) | Feb (2) | Mar (34) | Apr (30) | May (14) | Jun (17) | Jul (29) | Aug (3) | Sep (3) | Oct (1) | Nov (7) | Dec (4) |
| 2016 | Jan | Feb | Mar (1) | Apr (4) | May (1) | Jun | Jul (1) | Aug | Sep (25) | Oct (9) | Nov (14) | Dec (13) |
| 2017 | Jan (11) | Feb (8) | Mar (12) | Apr (4) | May (25) | Jun (2) | Jul | Aug (5) | Sep (10) | Oct (25) | Nov | Dec (6) |
| 2018 | Jan (18) | Feb (6) | Mar (6) | Apr (1) | May (7) | Jun (13) | Jul (8) | Aug | Sep (5) | Oct (2) | Nov (17) | Dec (3) |
| 2019 | Jan (11) | Feb (4) | Mar (13) | Apr (19) | May (1) | Jun (2) | Jul (8) | Aug (4) | Sep (32) | Oct (51) | Nov (1) | Dec (9) |
| 2020 | Jan (9) | Feb (6) | Mar | Apr | May (3) | Jun (2) | Jul (5) | Aug (4) | Sep | Oct | Nov | Dec |
| 2021 | Jan | Feb | Mar | Apr | May (7) | Jun | Jul (1) | Aug | Sep | Oct (2) | Nov (3) | Dec |
| 2022 | Jan (3) | Feb | Mar | Apr | May | Jun | Jul (1) | Aug | Sep | Oct | Nov | Dec |
| 2024 | Jan | Feb (1) | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec |
| 2025 | Jan (3) | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec |
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
| | | | | | | 1 |
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 (2) | 19 (1) | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | 31 | | | | | |
| From: <koi...@ya...> - 2022-01-19 01:27:07 |
Hi Anan, Thank you very much for your quick response, and for the detailed information you kindly sent me. After reading through PLplot document I realized that my first email was not very clear and might have confused you. Let me show my code first: ######################################### # CODE STARTS FROM HERE (FORTRAN) ######################################### subroutine plplot_contour(lclab,ccol,clskip,clspace,cthick,shedge,xg,yg,zg) implicit none logical , intent(in) :: lclab integer(4) , intent(in) :: ccol, clskip real(8) , intent(in) :: clspace real(8) , intent(in) :: cthick real(8) , intent(in) :: shedge(:) real(8) , intent(in) :: xg(:), yg(:), zg(:,:) ! work integer(4) :: nxc, nyc integer(4) :: i, nshedge, sigdig nxc = size(zg,1) nyc = size(zg,2) nshedge = size(shedge) call plcol0(ccol) call plwidth(cthick) do i=1, nshedge if( shedge(i)>=0 )then ! solid line call pllsty(1) else ! broken line call pllsty(2) endif if( lclab .and. mod(i-1,clskip)==1 )then ! with label call pl_setcontlabelparam( 0.01D0, 0.6D0, clspace, 1) else ! without label call pl_setcontlabelparam( 0.01D0, 0.6D0, clspace, 0) endif sigdig = numsigdig( shedge(i) ) call pl_setcontlabelformat(4,sigdig) call plcont( zg , 1, nxc, 1, nyc, & & (/shedge(i)/), xg, yg ) enddo end subroutine plplot_contour ############################################################ # CODE ENDS HERE (Many thanks again for supporting FORTRAN!) ############################################################ This is a FORTRAN code which takes a 2-dimentional array and plot it with plcont, where I also use pl_setccontlabelparam to specify how far contour labels stand "off lines". In this specific case, I suppose that the best example would be Demo09-01: http://plplot.org/examples.php?demo=09 , , and I tried to ask if countour labels could be placed in line-break, e,g, : https://docs.generic-mapping-tools.org/6.3/gallery/ex13.html. Shozee > ----- Original Message ----- > > From: "Alan W. Irwin" <Ala...@gm...> > To: "koi...@ya..." <koi...@ya...> > Cc: "plp...@li..." <plp...@li...> > Date: 2022/01/18 火 13:32 > Subject: Re: [Plplot-general] Line break for plcont > > > On 2022-01-18 12:19+0900 koi...@ya... wrote: > > [...] > > There is one option I wish I could have in plplot: making a linebreak to put labels in between. > > > > To be precise, there may be two options. One is, make a line, put a white box on the line, then put numbers in. > > > > The other option is, literally break a line (draw two lines with some space) and put numbers in between. > > > > (Both look good to me). > > > > > > > > > > Hopefully anyone can spare some time to consider adding it or tell me how ? > > Hi Shozee: > > I am answering you on the assumption your subject line should have been "line break for PLplot" > since you did not mention plcont anywhere inside your email. > > If that assumption is correct I suggest you take a look at pllegend > which was designed to give users tremendous control over how text (and > graphics) are arranged within a legend (within a plot). Of course, > that enormous capability makes its API complex, but check the > [documentation of that > API](http://plplot.org/docbook-manual/plplot-html-5.15.0/pllegend.html) > to see whether that API might provide exactly what you need. That API > is demonstrated in a simplistic way in [example > 4](http://plplot.org/examples.php?demo=04) and [example > 26](http://plplot.org/examples.php?demo=26) which are useful to show > how to turn everything off other than the small subset of that API > that you need. That API is demonstrated in a more comprehensive way > in [example 33](http://plplot.org/examples.php?demo=33). > > Good luck and let us know how it goes! > > Alan > __________________________ > Alan W. Irwin > > Research affiliation with the Department of Physics and Astronomy, > University of Victoria, Victoria, BC, Canada. > > Programming affiliations with the FreeEOS equation-of-state > implementation for stellar interiors (freeeos.sf.net); the Time > Ephemerides project (timeephem.sf.net); PLplot scientific plotting > software package (plplot.org); the libLASi project > (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); > and the Linux Brochure Project (lbproject.sf.net). > __________________________ > > Linux-powered Science > __________________________ > |
| From: Alan W. I. <Ala...@gm...> - 2022-01-18 04:45:21 |
On 2022-01-18 12:19+0900 koi...@ya... wrote: [...] > There is one option I wish I could have in plplot: making a linebreak to put labels in between. > > To be precise, there may be two options. One is, make a line, put a white box on the line, then put numbers in. > > The other option is, literally break a line (draw two lines with some space) and put numbers in between. > > (Both look good to me). > > > > > Hopefully anyone can spare some time to consider adding it or tell me how ? Hi Shozee: I am answering you on the assumption your subject line should have been "line break for PLplot" since you did not mention plcont anywhere inside your email. If that assumption is correct I suggest you take a look at pllegend which was designed to give users tremendous control over how text (and graphics) are arranged within a legend (within a plot). Of course, that enormous capability makes its API complex, but check the [documentation of that API](http://plplot.org/docbook-manual/plplot-html-5.15.0/pllegend.html) to see whether that API might provide exactly what you need. That API is demonstrated in a simplistic way in [example 4](http://plplot.org/examples.php?demo=04) and [example 26](http://plplot.org/examples.php?demo=26) which are useful to show how to turn everything off other than the small subset of that API that you need. That API is demonstrated in a more comprehensive way in [example 33](http://plplot.org/examples.php?demo=33). Good luck and let us know how it goes! Alan __________________________ Alan W. Irwin Research affiliation with the Department of Physics and Astronomy, University of Victoria, Victoria, BC, Canada. Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); the Time Ephemerides project (timeephem.sf.net); PLplot scientific plotting software package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ |
| From: <koi...@ya...> - 2022-01-18 03:19:54 |
* { font-size: 13px; font-family: 'MS Pゴシック', sans-serif;}p, ul, ol, blockquote { margin: 0;}a { color: #0064c8; text-decoration: none;}a:hover { color: #0057af; text-decoration: underline;}a:active { color: #004c98;} Hello, everone. I am currently developing an interactive plotter that does some number-crunching and shows results with plplot. First of all, I thank all the developers for making this beautiful software available to us. The simple APIs with the perfect document let my small project quickly shape up. There is one option I wish I could have in plplot: making a linebreak to put labels in between. To be precise, there may be two options. One is, make a line, put a white box on the line, then put numbers in. The other option is, literally break a line (draw two lines with some space) and put numbers in between. (Both look good to me). Hopefully anyone can spare some time to consider adding it or tell me how ? Shozee |