comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » One plot line, different thicknesses
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: One plot line, different thicknesses [message #21823 is a reply to message #21738] Tue, 19 September 2000 00:00 Go to previous message
Declan Vogt is currently offline  Declan Vogt
Messages: 11
Registered: January 1998
Junior Member
> I assume you meant to use oplot, since as Pavel mentions the PLOTs

Sorry, yes I meant oplot.

> plot, f, /nodata
> oplot, f
> wh = where(f GT 10.1, ct)
> if ct GT 0 then oplot, wh, f(wh), thick=2

This has the same problem that I'm trying to deal with. If you use a
different line style (sorry, not symbol style), say:

plot,f, linestyle=4
wh = where(f GT 10.1, ct)
if ct GT 0 then oplot, wh, f(wh), thick=2, linestyle=4

Then the dash-dot-dot-dot sequence of the second line is not exactly
laid over the dash-dot-dot-dot sequency of the first line. The result
for some of the line patterns is that dash-dot becomes dash-dot-dot, or
the thick line has a thin line running through its gaps. That's what I'm
trying to overcome.

I can stop the two lines overwriting by plotting the first bit, then the
second bit, but then I get an (unacceptable) gap between the two plots.

(Or am I just being too picky?)

Declan
[Message index]
 
Read Message
Read Message
Previous Topic: CW_BGROUP
Next Topic: Segmentation Violation with NLINLSQ

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 18:22:44 PDT 2025

Total time taken to generate the page: 0.00432 seconds