Rank: Advanced Member Groups: Registered
Joined: 14/09/2013(UTC) Posts: 92 Was thanked: 24 time(s) in 16 post(s)
|
Originally Posted by: uni 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
|
|
|
|
Rank: Administration Groups: Registered, Advanced Member Joined: 23/06/2009(UTC) Posts: 1,740 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). 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. Regards, Radovan |
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!" |
2 users thanked omorr for this useful post.
|
on 02/08/2018(UTC), on 04/08/2018(UTC)
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,710 Location: Italy Was thanked: 1378 time(s) in 902 post(s)
|
Originally Posted by: fedeghi 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 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 |
1 user thanked Davide Carpi for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 post(s)
|
Originally Posted by: omorr 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 (git.io/vOZo0) Viacheslav N. Mezentsev |
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 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.
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 post(s)
|
Originally Posted by: omorr 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 (git.io/vOZo0) Viacheslav N. Mezentsev |
2 users thanked uni for this useful post.
|
on 02/08/2018(UTC), on 04/08/2018(UTC)
|
|
Rank: Administration Groups: Registered, Advanced Member Joined: 23/06/2009(UTC) Posts: 1,740 Was thanked: 318 time(s) in 268 post(s)
|
Originally Posted by: uni Originally Posted by: omorr 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!" |
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,710 Location: Italy Was thanked: 1378 time(s) in 902 post(s)
|
Originally Posted by: Davide Carpi 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
amyuniyal
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 |
1 user thanked Davide Carpi for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 post(s)
|
Updated again. Smath Viewer supported. |
Russia ☭ forever (git.io/vOZo0) Viacheslav N. Mezentsev |
3 users thanked uni for this useful post.
|
on 03/08/2018(UTC), on 04/08/2018(UTC), on 04/08/2018(UTC)
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 post(s)
|
Originally Posted by: ndtma 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 (git.io/vOZo0) Viacheslav N. Mezentsev |
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)
|
|
Rank: Advanced Member Groups: Registered
Joined: 05/06/2014(UTC) Posts: 348 Location: Colombo Was thanked: 127 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 |
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 05/06/2014(UTC) Posts: 348 Location: Colombo Was thanked: 127 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 |
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 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 (git.io/vOZo0) Viacheslav N. Mezentsev |
2 users thanked uni for this useful post.
|
on 03/08/2018(UTC), on 03/08/2018(UTC)
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: uni 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. Obviously, it concerns x_axis as well
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 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 (git.io/vOZo0) Viacheslav N. Mezentsev |
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 05/06/2014(UTC) Posts: 348 Location: Colombo Was thanked: 127 time(s) in 82 post(s)
|
Originally Posted by: uni 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 |
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 post(s)
|
|
Russia ☭ forever (git.io/vOZo0) Viacheslav N. Mezentsev |
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)
|
|
Rank: Advanced Member Groups: Registered
Joined: 05/06/2014(UTC) Posts: 348 Location: Colombo Was thanked: 127 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 |
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 post(s)
|
This is experimental. Maybe I'll add a line type, arc shape and something else. |
Russia ☭ forever (git.io/vOZo0) Viacheslav N. Mezentsev |
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 05/06/2014(UTC) Posts: 348 Location: Colombo Was thanked: 127 time(s) in 82 post(s)
|
|
Look within!... The secret is inside you. Best Regards Eng. NDTM Amarasekera - Sri Lanka |
|
|
|
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.