Welcome Guest! To enable all features please Login. New Registrations are disabled.

Notification

Icon
Error

Login


27 Pages«<1213141516>»
Options
Go to last post Go to first unread
Offline fedeghi  
#261 Posted : 02 August 2018 09:47:52(UTC)
fedeghi


Rank: Advanced Member

Groups: Registered
Joined: 14/09/2013(UTC)
Posts: 90
Italy

Was thanked: 24 time(s) in 16 post(s)
Originally Posted by: uni Go to Quoted Post
Updated. Axis general format changed.



Hi uni, did you have the chance to test the new update also on Smath Viewer?
In case yes, if you could let us know so that users that are currently interested in Viewer compatibility (like me) can update safely.
Thanks Clap

Offline omorr  
#262 Posted : 02 August 2018 10:52:52(UTC)
omorr


Rank: Administration

Groups: Registered, Advanced Member
Joined: 23/06/2009(UTC)
Posts: 1,740
Man
Serbia

Was thanked: 318 time(s) in 268 post(s)
This is happening for me when I just increase the power of x in X-Y plot (Win7 64bit).

xy-1.GIF

At some higher power, say after 10,11 (it depends on the plot size - larger the plot smaller the power) it just become white and the regions disappear when you click on them. It seems it got stuck. But you can click on the power and reduce it. When you reduce it, regions got back and everything seems to be Ok.

xy-2.GIF

Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
thanks 2 users thanked omorr for this useful post.
on 02/08/2018(UTC),  on 04/08/2018(UTC)
Offline Davide Carpi  
#263 Posted : 02 August 2018 12:42:11(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,639
Man
Italy
Location: Italy

Was thanked: 1323 time(s) in 873 post(s)
Originally Posted by: fedeghi Go to Quoted Post
Hi uni, did you have the chance to test the new update also on Smath Viewer?
In case yes, if you could let us know so that users that are currently interested in Viewer compatibility (like me) can update safely.
Thanks Clap


Nope, the issue is still here and it is related to Xml serialization used in the plugin. I'm looking for possible fixes.

If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects
thanks 1 user thanked Davide Carpi for this useful post.
on 02/08/2018(UTC)
Offline uni  
#264 Posted : 02 August 2018 16:55:24(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,493
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
Originally Posted by: omorr Go to Quoted Post
At some higher power, say after 10,11 (it depends on the plot size - larger the plot smaller the power) it just become white and the regions disappear when you click on them. It seems it got stuck. But you can click on the power and reduce it. When you reduce it, regions got back and everything seems to be Ok.

Radovan, this is normal. This is due to errors in drawing. Similar behavior is found in another plugin, but there is a workaround.
Quote:
This method just handles the case where one or more of the coordinates are outrageous,
or GDI+ threw an exception. This method attempts to correct the outrageous coordinates by
interpolating them to a point (along the original line) that lies at the edge of the ChartRect
so that GDI+ will handle it properly. GDI+ will throw an exception, or just plot the data
incorrectly if the coordinates are too large (empirically, this appears to be when the
coordinate value is greater than 5,000,000 or less than -5,000,000). Although you typically
would not see coordinates like this, if you repeatedly zoom in on a ZedGraphControl, eventually
all your points will be way outside the bounds of the plot.

I'll try to workaround the problem in the same way.
Russia ☭ forever
Viacheslav N. Mezentsev
Offline Jean Giraud  
#265 Posted : 02 August 2018 17:58:46(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,868
Canada

Was thanked: 980 time(s) in 808 post(s)
This is a known problem: X_Y fails to accept too large/too small coordinates ranges.
And the trick is to set the X, Y ranges before putting the plot argument(s).
Too large/too small numbers aren't visible anyway, better manage otherwise.
Offline uni  
#266 Posted : 02 August 2018 20:32:29(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,493
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
Originally Posted by: omorr Go to Quoted Post
At some higher power, say after 10,11 (it depends on the plot size - larger the plot smaller the power) it just become white and the regions disappear when you click on them. It seems it got stuck. But you can click on the power and reduce it. When you reduce it, regions got back and everything seems to be Ok.


Updated. Try now.

Russia ☭ forever
Viacheslav N. Mezentsev
thanks 2 users thanked uni for this useful post.
on 02/08/2018(UTC),  on 04/08/2018(UTC)
Offline omorr  
#267 Posted : 02 August 2018 20:47:27(UTC)
omorr


Rank: Administration

Groups: Registered, Advanced Member
Joined: 23/06/2009(UTC)
Posts: 1,740
Man
Serbia

Was thanked: 318 time(s) in 268 post(s)
Originally Posted by: uni Go to Quoted Post
Originally Posted by: omorr Go to Quoted Post
At some higher power, say after 10,11 (it depends on the plot size - larger the plot smaller the power) it just become white and the regions disappear when you click on them. It seems it got stuck. But you can click on the power and reduce it. When you reduce it, regions got back and everything seems to be Ok.


Updated. Try now.



Thank you uni. It does not stuck anymore. I just thought it might be inconvenient the way it worked before. White area instead of the plot and disappearing regions is not pleasant to see.

Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
Offline Davide Carpi  
#268 Posted : 02 August 2018 21:13:27(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,639
Man
Italy
Location: Italy

Was thanked: 1323 time(s) in 873 post(s)
Originally Posted by: Davide Carpi Go to Quoted Post
Nope, the issue is still here and it is related to Xml serialization used in the plugin. I'm looking for possible fixes.


Fix committed to the SVN server. Error messages about missing LINQ and XmlSerializer assemblies shouldn't be a problem anymore.

P.S. Before changes applies plugin must be recompiled and published again by uni Offline

Edited by user 04 August 2018 10:34:27(UTC)  | Reason: Not specified

If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects
thanks 1 user thanked Davide Carpi for this useful post.
on 02/08/2018(UTC)
Offline uni  
#269 Posted : 02 August 2018 21:36:02(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,493
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
Updated again. Smath Viewer supported.
Russia ☭ forever
Viacheslav N. Mezentsev
thanks 3 users thanked uni for this useful post.
on 03/08/2018(UTC),  on 04/08/2018(UTC),  on 04/08/2018(UTC)
Offline uni  
#270 Posted : 03 August 2018 06:27:05(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,493
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
Originally Posted by: ndtma Go to Quoted Post
Is it possible to plot text at a specified coordinate in X-Y Plot Region or ZedGraph Plot?

Updated. Text labels added.

Edited by user 03 August 2018 06:35:35(UTC)  | Reason: Not specified

Russia ☭ forever
Viacheslav N. Mezentsev
thanks 5 users thanked uni for this useful post.
on 03/08/2018(UTC),  on 03/08/2018(UTC),  on 03/08/2018(UTC),  on 04/08/2018(UTC),  on 04/08/2018(UTC)
Offline ndtma  
#271 Posted : 03 August 2018 09:00:06(UTC)
ndtma


Rank: Advanced Member

Groups: Registered
Joined: 05/06/2014(UTC)
Posts: 348
Man
Sri Lanka
Location: Colombo

Was thanked: 124 time(s) in 82 post(s)
Thank you uni. Its amazing and very useful.
Look within!... The secret is inside you.
Best Regards
Eng. NDTM Amarasekera - Sri Lanka
Offline ndtma  
#272 Posted : 03 August 2018 10:53:57(UTC)
ndtma


Rank: Advanced Member

Groups: Registered
Joined: 05/06/2014(UTC)
Posts: 348
Man
Sri Lanka
Location: Colombo

Was thanked: 124 time(s) in 82 post(s)
Following 2 issues noted with new update today.
1. Only integer values for x & y coordinates effective. Text Lables disappear when decimal values are used.
2. Changes in formatting of lines to spline not saved when worksheet is re-loaded.
Look within!... The secret is inside you.
Best Regards
Eng. NDTM Amarasekera - Sri Lanka
Offline uni  
#273 Posted : 03 August 2018 17:11:16(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,493
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
Updated. Try now.

Trace settings can also be used with text labels (in mixed mode). The text label settings are used if specified, otherwise the trace settings are used.

Edited by user 03 August 2018 17:17:29(UTC)  | Reason: Not specified

Russia ☭ forever
Viacheslav N. Mezentsev
thanks 2 users thanked uni for this useful post.
on 03/08/2018(UTC),  on 03/08/2018(UTC)
Offline Jean Giraud  
#274 Posted : 03 August 2018 17:43:05(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,868
Canada

Was thanked: 980 time(s) in 808 post(s)
Originally Posted by: uni Go to Quoted Post
Updated. Try now.


While you are in the plot design, is there any chance to improve Quick plot ?
Damned hard to leave with so many useless decimals.

y_axis.PNG


Obviously, it concerns x_axis as well
Offline uni  
#275 Posted : 03 August 2018 17:49:46(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,493
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
This request is not for me. I'm not a SMath Studio developer. Additional features to the program should be specified in Feature Requests Forum.
Russia ☭ forever
Viacheslav N. Mezentsev
Offline ndtma  
#276 Posted : 03 August 2018 19:10:59(UTC)
ndtma


Rank: Advanced Member

Groups: Registered
Joined: 05/06/2014(UTC)
Posts: 348
Man
Sri Lanka
Location: Colombo

Was thanked: 124 time(s) in 82 post(s)
Originally Posted by: uni Go to Quoted Post
Updated. Try now.

Trace settings can also be used with text labels (in mixed mode). The text label settings are used if specified, otherwise the trace settings are used.


Thanks. It works fine now.
Look within!... The secret is inside you.
Best Regards
Eng. NDTM Amarasekera - Sri Lanka
Offline uni  
#277 Posted : 04 August 2018 04:42:56(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,493
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
Updated. Shapes added.



X-Y Plot. Draw shapes.sm (23kb) downloaded 41 time(s).
Russia ☭ forever
Viacheslav N. Mezentsev
thanks 4 users thanked uni for this useful post.
on 04/08/2018(UTC),  on 04/08/2018(UTC),  on 04/08/2018(UTC),  on 04/08/2018(UTC)
Offline ndtma  
#278 Posted : 04 August 2018 05:27:32(UTC)
ndtma


Rank: Advanced Member

Groups: Registered
Joined: 05/06/2014(UTC)
Posts: 348
Man
Sri Lanka
Location: Colombo

Was thanked: 124 time(s) in 82 post(s)
Thanks uni for adding shapes also. It is useful.
Look within!... The secret is inside you.
Best Regards
Eng. NDTM Amarasekera - Sri Lanka
Offline uni  
#279 Posted : 04 August 2018 05:30:42(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,493
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
This is experimental. Maybe I'll add a line type, arc shape and something else.
Russia ☭ forever
Viacheslav N. Mezentsev
Offline ndtma  
#280 Posted : 04 August 2018 06:07:41(UTC)
ndtma


Rank: Advanced Member

Groups: Registered
Joined: 05/06/2014(UTC)
Posts: 348
Man
Sri Lanka
Location: Colombo

Was thanked: 124 time(s) in 82 post(s)
Yes please. Thank you.
Look within!... The secret is inside you.
Best Regards
Eng. NDTM Amarasekera - Sri Lanka
Users browsing this topic
Similar Topics
X-Y Plot Region Plugin (Extensions)
by ndtma 24/06/2018 06:00:49(UTC)
X-Y Plot Region Plugin Problem (Questions)
by ndtma 20/06/2018 19:38:44(UTC)
27 Pages«<1213141516>»
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.