Search found 8 matches

by pomalle
Fri Jun 24, 2011 12:33 pm
Forum: Bug Reports
Topic: Reference lines not exporting in JPEG or PNG
Replies: 0
Views: 12581

Reference lines not exporting in JPEG or PNG

I'm having a hard time getting reference lines to show up when I save a plot as a JPEG or PNG. I think I got it to work once but not since then. I appears (although I'm not certain of this) that the problem is somewhat due to the line being referenced to a Y2 axis because when I save an image with a ...
by pomalle
Sun Aug 29, 2010 9:00 am
Forum: General discussion
Topic: Logic timing diagram suggestions?
Replies: 3
Views: 17220

Example

Here is an example. On this ModelSim site there is a screenshot that shows one of these logic diagrams:

http://model.com/content/modelsim-pe-simulation-and-debug

It is the diagram in the upper right of the screenshot with the green traces and time along the x-axis. Along the y-axis is the list of ...
by pomalle
Sat Aug 28, 2010 10:14 am
Forum: General discussion
Topic: Logic timing diagram suggestions?
Replies: 3
Views: 17220

Logic timing diagram suggestions?

Anyone who is a digital designer will know the logic timing diagrams generated by a tool such as ModelSim where on the y-axis is a set of signals and the x-axis is time. The y-axis for each individual signal is only 0 or 1 since it is digital. The nice thing about this type of diagram is that all of ...
by pomalle
Mon Jun 21, 2010 1:43 pm
Forum: C, C++, C#
Topic: copying the legend with a NEWDOCUMENT plugin
Replies: 3
Views: 17971

That's interesting. I don't touch the dplot structure other than to read values from it. When i run the plugin, the new document looks exactly the same as the original except for the legend which disappears and the trace colors get changed or reset.
by pomalle
Mon Jun 21, 2010 8:29 am
Forum: C, C++, C#
Topic: copying the legend with a NEWDOCUMENT plugin
Replies: 3
Views: 17971

copying the legend with a NEWDOCUMENT plugin

Is there a way to copy the legend from the existing dplot document into the new document when a PLUGIN_NEWDOCUMENT plugin is used? Same for the titles? I can't seem to figure out a way to make the new document look like the existing one (aside from the modified data, of course.) Thanks!
by pomalle
Fri Sep 04, 2009 12:04 pm
Forum: General discussion
Topic: User input in a plugin?
Replies: 3
Views: 13222

Thanks! I found the moving average plugin source code in another post. It intimidated me :) Maybe I'll give it a try.
by pomalle
Thu Sep 03, 2009 3:06 pm
Forum: General discussion
Topic: User input in a plugin?
Replies: 3
Views: 13222

User input in a plugin?

Hi,

I would like to write a Dplot "generate" plugin that queries the user for three numerical values. It would seem that this is potentially possible but would require the DLL to spawn a window with controls such as buttons and input fields and all that. Has anyone ever done this? If so, is there ...
by pomalle
Tue Apr 21, 2009 10:36 am
Forum: General discussion
Topic: Can lines be made transparent?
Replies: 1
Views: 10666

Can lines be made transparent?

I work with a lot of data that is overlayed with reference data and my typical solution is to order the curves such that the reference data is behind the data of interest. However, it would be nice to be able to change the reference plot to be transparent -- just a shadow in the background -- so ...