Use of a label as an HTML link
- From: "Alex van der Spek" <zdoor@xxxxxxxxx>
- Date: Tue, 8 May 2012 13:28:45 +0200
Has anyone experience with using a label in gnuplot as an HTML link?
For instance
gnuplot>>> set label 0 "This is where a link refers to." at 0.5,0.5
gnuplot>>> set label 1 "<p><a name=LinkHere></a></p>" at 0.5,0.5 texcolor
'backgroundcolor'
Obviously this makes sense if the output terminal is SVG or HTML and that
output graph is embedded in a master HTML document that links to these
labels. Label 0 is displayed, label 1 is set at the same position but
becomes invisible as the textcolor is equal to the backgroundcolor.
Any experience most welcome. Haven't tried this myself yet.
Alex van der Spek
.
Relevant Pages
- Re: Sending Mails
... > Specifies the custom headers which are transmitted with the ... > Label Text: Smtp Server ... > TextBox Name: txtSMTPServer ... > CheckBox Text: Send As HTML ... (microsoft.public.dotnet.languages.vb) - Re: JSF label doesnt render
... That label, "First Name", never shows up on the HTML. ... However, it is NOT the same as an HTML 'label' tag, nor a JSF 'h:outputLabel' tag. ... should read the tutorial and other JSF docs? ... (comp.lang.java.programmer) - Re: Newbie - Apply CSS To An Element
... The text of the label ... HTML page doesn't have a link tag that references the stylesheet (use "view ... I've built the style I needed with the Style Builder for the vlabel class. ... Now on the webpage the Label has a CSS Class Property. ... (microsoft.public.dotnet.framework.aspnet) - Re: Layout labels with variable text length
... In my experience, JLabel respects HTML formatting, subject to the constraints imposed by the containing layout. ... What you see when running this example is a label which breaks lines where this is explicitly stated in the HTML, but I cannot make it wrap at a certain x-position. ... (comp.lang.java.gui) - Re: Response.write and Contentplaceholder - Howto
... BUT all the output appears before the HTML of the ... Strangely it does display, ... clicking a button on the ContentplaceholderForm. ... label or a textbox. ... (microsoft.public.dotnet.framework.aspnet) |
|