About the picture box update, I downloaded the latest version yesterday and the demos still don't work with redrawing after cover up.
However, I did make some changes to the code.
First of all, I use a .NET Bitmap object (System.Drawing.Bitmap)
Dim myBmp as Bitmap
Then instead of
If ...
Search found 2 matches
- Wed Feb 16, 2005 2:33 pm
- Forum: Basic
- Topic: VB.NET and DPLOTLIB
- Replies: 6
- Views: 30536
- Wed Feb 16, 2005 2:11 pm
- Forum: Basic
- Topic: How to plot logarithmic Y Scale?
- Replies: 1
- Views: 15615
How to plot logarithmic Y Scale?
I am trying to plot with SCALE_LINEARX_LOGY, and show powers of 10 on the Y-Axis, but I cannot get it to work. It is still using a linear scale for the Y-Axis of 0, 1000, 2000,etc.
I would like it to show 1, 10, 100, etc. on the Y-Axis and have them equally spaced.
Also is it safe to use the .NET ...
I would like it to show 1, 10, 100, etc. on the Y-Axis and have them equally spaced.
Also is it safe to use the .NET ...