 Rank: Newbie
Groups: Registered
Joined: 10/12/2015(UTC) Posts: 3 
|
Originally Posted by: uni  Updated. Experimental build. Be careful with this. You need to update X-Y Plot first.  P.S. "Name" property is not saved. This will be more difficult to fix, as component uses a binary format for storing settings. Thank's a lot!!! This is exactly what I was looking for. You are genius.
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 04/07/2015(UTC) Posts: 5,087  Was thanked: 809 time(s) in 642 post(s)
|
1. click/click to open your spec stuff 2. click/click to open Zed all spec Same for less vs same for more ! Stupid Zed ... missing the most delicious line "spline".
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 04/07/2015(UTC) Posts: 5,087  Was thanked: 809 time(s) in 642 post(s)
|
What is it Zed does not understand ? 
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 04/07/2015(UTC) Posts: 5,087  Was thanked: 809 time(s) in 642 post(s)
|
No shame to publish ... few seconds = done. 
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 25/10/2017(UTC) Posts: 118  Was thanked: 7 time(s) in 5 post(s)
|
Is it possible to make Zedgraph plot functions with built in conditional programming, ie. if ()?
Also, is it possible to alter the numbers along the axis when log scale is chosen such that the numbers is not written in 10^x?
|
|
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,104   Was thanked: 975 time(s) in 558 post(s)
|
I think it is possible if I change the plugin. I'll try do that. The external design is not yet fully tested, but you can do this. problem_log (uni).sm (692kb) downloaded 24 time(s). |
|
 1 user thanked uni for this useful post.
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 25/10/2017(UTC) Posts: 118  Was thanked: 7 time(s) in 5 post(s)
|
Originally Posted by: uni  I think it is possible if I change the plugin. I'll try do that.
The external design is not yet fully tested, but you can do this.
Thank you. Do you think it's possible to make Zedgraph plot my function when the function uses if() instead of cases() to break the for loop? (in the sheet cases() is used to break the loop, but cases() doesn't actually work.. no iterations are made, the loop is broken after the first run).
|
|
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,104   Was thanked: 975 time(s) in 558 post(s)
|
Originally Posted by: hanskl  Thank you. Do you think it's possible to make Zedgraph plot my function when the function uses if() instead of cases() to break the for loop? Updated. Try now. |
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 25/10/2017(UTC) Posts: 118  Was thanked: 7 time(s) in 5 post(s)
|
Originally Posted by: uni  Originally Posted by: hanskl  Thank you. Do you think it's possible to make Zedgraph plot my function when the function uses if() instead of cases() to break the for loop? Updated. Try now. Do I have to delete Zedgraph and make a fresh install? I tried making a new sheet with a new Zedhgraph - still "x - not defined" when if() is used in the function.
|
|
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,104   Was thanked: 975 time(s) in 558 post(s)
|
No, you must update it using the main menu: Tools\Plugins (Local Storage) - ZedGgraph Region (Update).  |
|
 1 user thanked uni for this useful post.
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 25/10/2017(UTC) Posts: 118  Was thanked: 7 time(s) in 5 post(s)
|
Originally Posted by: uni  No, you must update it using the main menu: Tools\Plugins (Local Storage) - ZedGgraph Region (Update).
I went to the plugin manager to check, but I didnt check the online gallery, thus there was no update for me. I updated from online gallery now and it works! Both the option for "IsUseTenPower" and plotting a function with if() conditional. I am a very happy camper now. Thank you very much!
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 04/07/2015(UTC) Posts: 5,087  Was thanked: 809 time(s) in 642 post(s)
|
Originally Posted by: uni  I think it is possible if I change the plugin. I'll try do that. Maybe not needed at all. My ZedGraph ancestor plots data OK. Some patient Collab might be willing. I hate that beast, it punishes me ! As it plots data, for multiple plot will have to be dressed in matrix, then collect each plot piece.  Project Hanski Soil Drainage Ng User.sm (313kb) downloaded 10 time(s).
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 25/10/2017(UTC) Posts: 118  Was thanked: 7 time(s) in 5 post(s)
|
Originally Posted by: uni  I think it is possible if I change the plugin. I'll try do that.
The external design is not yet fully tested, but you can do this.
another question - is it possible to have a "dynamic" number format? such that 100 is written as 100 and not 100.0, while 0.1 is written as 0.1?
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 04/07/2015(UTC) Posts: 5,087  Was thanked: 809 time(s) in 642 post(s)
|
... demo 3 plots added on Zedgraph. I don't speak enough Aliens to finish a presentable plot. subdivide X axis, make tick labels visible rather than microscopic... Project Hanski Soil Drainage Ng User.sm (587kb) downloaded 11 time(s).
|
|
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,104   Was thanked: 975 time(s) in 558 post(s)
|
Originally Posted by: hanskl  another question - is it possible to have a "dynamic" number format? such that 100 is written as 100 and not 100.0, while 0.1 is written as 0.1? Try Scale.Format = g2 or g3 |
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 25/10/2017(UTC) Posts: 118  Was thanked: 7 time(s) in 5 post(s)
|
Originally Posted by: uni  Originally Posted by: hanskl  another question - is it possible to have a "dynamic" number format? such that 100 is written as 100 and not 100.0, while 0.1 is written as 0.1? Try Scale.Format = g2 or g3 Worked like a charm! One last request (I think) - is it possible to have the minor and major step linear while using a log scale? Now my major steps are 0,1 1 10 and 100. Is it possible to divide each range in 10?
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 04/07/2015(UTC) Posts: 5,087  Was thanked: 809 time(s) in 642 post(s)
|
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 04/07/2015(UTC) Posts: 5,087  Was thanked: 809 time(s) in 642 post(s)
|
Originally Posted by: hanskl  is it possible to have the minor and major step linear while using a log scale? The major'y' grids are linear wrt the pixels in height, but not the labels [naturally]. Minor grids are confusing. Thus the idea of tracking and display the XY coordinates. Jean
|
|
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,104   Was thanked: 975 time(s) in 558 post(s)
|
Updated. Changes: - SS-4652 partially fixed.  Edited by user 21 November 2020 14:10:28(UTC)
| Reason: Not specified |
|
 2 users thanked uni for this useful post.
|
on 21/11/2020(UTC), on 21/11/2020(UTC)
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.