DPlot Forum Index DPlot
http://www.dplot.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 12 matches
DPlot Forum Index
Author Message
  Topic: DPLOTLIB.DLL with VB 2008
Mao

Replies: 5
Views: 39087

PostForum: Basic   Posted: Thu Jul 08, 2010 5:30 pm   Subject: DPLOTLIB.DLL with VB 2008
David:

I successfully developed an application with VB 2005 that called DPLOTLIB.DLL using the example included with the software:

Public Sub DPlot_FindDPLOTLIB()
' Find DPLOTLIB.D ...
  Topic: Autoscale in one axis with VB.NET
Mao

Replies: 2
Views: 10878

PostForum: Suggestions/Questions   Posted: Mon May 07, 2007 11:01 am   Subject: Autoscale in one axis with VB.NET
That is what is happening to me. I wrongly assumed that if I did not declare y_lo and y_hi the Y axis would autoscale, but it is not. I guess I need to calculate manually my max and min and then to de ...
  Topic: Autoscale in one axis with VB.NET
Mao

Replies: 2
Views: 10878

PostForum: Suggestions/Questions   Posted: Mon May 07, 2007 10:40 am   Subject: Autoscale in one axis with VB.NET
Good morning:

I am plotting curves with VB.NET and I am scaling the coordinates using the command ManualScale. Is there any way to autoscale the data in Y and set the limits in X ? Example: I want ...
  Topic: Multiple plots in the same page with VB.NET
Mao

Replies: 13
Views: 28448

PostForum: Suggestions/Questions   Posted: Mon Apr 30, 2007 4:15 pm   Subject: Multiple plots in the same page with VB.NET
David:

It may have been but I am not sure. As per your suggestion I cleaned my code, removed spaces and used the latest DPLOTLIB.DLL and found a couple of errors (I do not remember if the one you ...
  Topic: Multiple plots in the same page with VB.NET
Mao

Replies: 13
Views: 28448

PostForum: Suggestions/Questions   Posted: Fri Apr 27, 2007 9:01 am   Subject: Multiple plots in the same page with VB.NET
David:

I have noticed that there is an inconsistency in the document "Executing DPLOT commands from another application" when decribing the command FilePrintMultiple; in the declaration o ...
  Topic: Multiple plots in the same page with VB.NET
Mao

Replies: 13
Views: 28448

PostForum: Suggestions/Questions   Posted: Thu Apr 26, 2007 5:08 pm   Subject: Multiple plots in the same page with VB.NET
David:

I added Activate to my code and it did not work. It prevents the program from printing any plot; if I remove it, I still can print the last created plot.

I think I have a mismatch of comm ...
  Topic: Multiple plots in the same page with VB.NET
Mao

Replies: 13
Views: 28448

PostForum: Suggestions/Questions   Posted: Thu Apr 26, 2007 3:14 pm   Subject: Multiple plots in the same page with VB.NET
David:

Following your advice this is what I did:

Dim DocNum( 8 ) As Integer

For k = 0 To 8
...
...
...
DocNum(k) = DPlot_Plot8(d, vector_x(0), vector_y(0), cmds)
Next k
...
  Topic: Multiple plots in the same page with VB.NET
Mao

Replies: 13
Views: 28448

PostForum: Suggestions/Questions   Posted: Wed Apr 25, 2007 8:16 pm   Subject: Multiple plots in the same page with VB.NET
David:

I do not have the error message right now (I will send it to you tomorrow from my office). What I am trying to do is to use the following DPLOT command for printing:

cmds = cmds & &qu ...
  Topic: Multiple plots in the same page with VB.NET
Mao

Replies: 13
Views: 28448

PostForum: Suggestions/Questions   Posted: Wed Apr 25, 2007 8:15 pm   Subject: Multiple plots in the same page with VB.NET
David:

I do not have the error message right now (I will send it to you tomorrow from my office). What I am trying to do is to use the following DPLOT command for printing:

cmds = cmds & &qu ...
  Topic: Multiple plots in the same page with VB.NET
Mao

Replies: 13
Views: 28448

PostForum: Suggestions/Questions   Posted: Wed Apr 25, 2007 3:59 pm   Subject: Multiple plots in the same page with VB.NET
Good afternoon:

Can I define an array of DPLOT entities ? I am trying to plot several plots in the same page with VB.NET using the structure of the example btest4.vb. As the settings of the plots ...
  Topic: DPlot_Plot8 for XYXY graphs
Mao

Replies: 3
Views: 12297

PostForum: Suggestions/Questions   Posted: Tue Apr 24, 2007 9:46 am   Subject: DPlot_Plot8 for XYXY graphs
Just to clarify, usig your example, if I have two curves the first curve is in X(0) to X(N1-1) and the second from X(N1) to X(N1+N2-1). Is this right ?

Please correct me if I am wrong (following wi ...
  Topic: DPlot_Plot8 for XYXY graphs
Mao

Replies: 3
Views: 12297

PostForum: Suggestions/Questions   Posted: Thu Mar 29, 2007 4:24 pm   Subject: DPlot_Plot8 for XYXY graphs
Good afternoon:

Could you please tell me how is the way to use the parameters of DPlot_Plot8 when you have several curves with different Xs (XYXY) ?


Thanks.

Mao
 
Page 1 of 1
All times are GMT - 5 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group