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
One plot line, different thicknesses [message #21738] Mon, 18 September 2000 00:00 Go to previous message
Declan Vogt is currently offline  Declan Vogt
Messages: 11
Registered: January 1998
Junior Member
I want to plot a data line on a graph, and emphasize a range of the data
by thickening the line. I'm having problems because of how the symbols
are drawn and was wondering if anyone can help me.

1. Use of max and min leaves a gap in the line:
f=findgen(20)
plot, f, /nodata
plot, f, max=10.1
plot, f, min=10.1, thick=2

2. If I redraw the thick line over the thin line, I end up with symbol
clashes:
f=findgen(20)
plot, f, /nodata
plot, f, linestyle=4
plot, f, min=10.1, linestyle=4, thick=2

I'm trying to get a line that looks like one continuous line, without
gaps and definitely without line symbols changing along the length of
the line.

(Oh yes, and I can't use colour)

Any hints?

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 15:52:15 PDT 2025

Total time taken to generate the page: 0.00439 seconds