Rank: Advanced Member Groups: Registered
Joined: 23/07/2013(UTC) Posts: 1,166 Was thanked: 529 time(s) in 355 post(s)
|
Originally Posted by: uni If you sometimes see a similar problem, then this is an error in the operation of a parallel algorithm used to speed up data processing. Are these indecent lines result for same kind of problem? It doesn't matter when cases() used by the way, same issue. Regards
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,553 Was thanked: 1309 time(s) in 767 post(s)
|
Originally Posted by: overlord Are these indecent lines result for same kind of problem? No, this problem is related to the drawing algorithm. This algorithm skips points that cannot be drawn. It doesn't always work correctly at the end of lines. I am aware of this and have not yet found the time to rewrite the algorithm to be more universal. |
Russia ☭ forever Viacheslav N. Mezentsev |
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 01/04/2020(UTC) Posts: 85 Location: Wellington Was thanked: 4 time(s) in 3 post(s)
|
I'm really enjoying the ability to use XY plots to visualize parametric drawings (ie polygons, poly lines etc). Great work Uni et al.
However, I don't understand: 1. Why does a vector line matrix needs to be contained within a 1x1 matrix? I'm guessing that is the answer: ie it needs to be 1 element to be parsed. Is that correct? 2. How do you create fill? For example, green fill between the points (0,0), (1,0), (1,1) and (0,1)?
Thanks!
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 2,024 Was thanked: 1153 time(s) in 739 post(s)
|
Originally Posted by: marks2c 2. How do you create fill? For example, green fill between the points (0,0), (1,0), (1,1) and (0,1)?
The pre-defined objects in the XY-Plot-plugin might help. |
|
1 user thanked mkraska for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 01/04/2020(UTC) Posts: 85 Location: Wellington Was thanked: 4 time(s) in 3 post(s)
|
Thank you both. Martin: is there a place were the available pre-defined objects are documented? I'm doing something wrong: Not Working.sm (6kb) downloaded 11 time(s).Edited by moderator 20 December 2022 11:19:04(UTC)
| Reason: Not specified
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 23/07/2013(UTC) Posts: 1,166 Was thanked: 529 time(s) in 355 post(s)
|
Originally Posted by: marks2c I'm doing something wrong: Rename your matrix point to points.
|
1 user thanked overlord for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 01/04/2020(UTC) Posts: 85 Location: Wellington Was thanked: 4 time(s) in 3 post(s)
|
PBKAC! Thanks overlord. Is there a list/documentation somewhere of the built-in objects? Edited by user 18 December 2022 01:35:41(UTC)
| Reason: Not specified
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 2,024 Was thanked: 1153 time(s) in 739 post(s)
|
Section 8.3.4 in the german handbook. Or have a look at the interactive handbook: Graphics> 2D plots (plugin X-Y Plot) Also, have a look at the topic starter post of this thread, there is extensive documentation on this plugin. |
|
1 user thanked mkraska for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 01/04/2020(UTC) Posts: 85 Location: Wellington Was thanked: 4 time(s) in 3 post(s)
|
The interactive handbook (tools-plugins-interactive handbook) was most helpful.
An excellent reference. Thank you Martin.
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 01/04/2020(UTC) Posts: 85 Location: Wellington Was thanked: 4 time(s) in 3 post(s)
|
XYPlot: Plot Polygons: Complex Number Column VectorsI'm hoping to plot polygons with complex number vertices as the coordinate pairs: ie x-coordinate = the real part, and y-coordinate = the imaginary part. Is that possible? If not, would native handling of complex numbers as coordinate pairs by XYPlot be useful? I've looked at both section 8.3.4 of the German handbook and also the Tools>Plugins>Interactive Handbooks>Interactive SMath Handbook>Graphics>2D Plots>X-Y Plot and can't find anything regarding complex number handling. This kind of thing: 20230131 Triangle Test Complex XYPlot.sm (103kb) downloaded 8 time(s).Thank you! Edited by moderator 31 January 2023 17:13:56(UTC)
| Reason: Not specified
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,439 Was thanked: 891 time(s) in 566 post(s)
|
Originally Posted by: marks2c XYPlot: Plot Polygons: Complex Number Column Vectors ... Hi. This could be an option. 20230131 Triangle Test Complex XYPlot.sm (107kb) downloaded 23 time(s).Best regards. Alvaro.
|
4 users thanked Razonar for this useful post.
|
on 31/01/2023(UTC), on 31/01/2023(UTC), on 31/01/2023(UTC), on 31/01/2023(UTC)
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,553 Was thanked: 1309 time(s) in 767 post(s)
|
Originally Posted by: marks2c Is that possible? If not, would native handling of complex numbers as coordinate pairs by XYPlot be useful? It can be done, but I doubt that it is necessary. Can you give an example where such an interpretation of complex numbers is used? I mean famous mathematical applications. |
Russia ☭ forever Viacheslav N. Mezentsev |
1 user thanked uni for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 01/04/2020(UTC) Posts: 85 Location: Wellington Was thanked: 4 time(s) in 3 post(s)
|
Thanks Uni.
No sorry, I'm just an engineer.
Stuff I'd use it for are: * Visualsation of complex impedances (eg RF matching, filters, branching etc), and * 2D visualisation (eg polygons for estimation of state).
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,439 Was thanked: 891 time(s) in 566 post(s)
|
Functions for grids, meshes and plot surfaces. Support triangular meshes and multiple surfaces in the same plot. pSurf.sm (316kb) downloaded 127 time(s). pSurf.pdf (2,254kb) downloaded 115 time(s).Best regards. Alvaro.
|
3 users thanked Razonar for this useful post.
|
on 19/02/2023(UTC), on 19/02/2023(UTC), on 20/02/2023(UTC)
|
|
Rank: Newbie
Groups: Registered
Joined: 02/07/2023(UTC) Posts: 7
|
Hi would it be possible to add an option to make splot square or have arbitrary X/Y proportion? It would make making plots that are supposed to be proportional much easier. For example keeping this drawing square would be much easier:
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 23/07/2013(UTC) Posts: 1,166 Was thanked: 529 time(s) in 355 post(s)
|
Originally Posted by: Lupus the Canine Hi would it be possible to add an option to make splot square or have arbitrary X/Y proportion? If I understood you correct, this option already exist. Try to scroll with control or shift key pressed. This will either change X or Y scale depending the key used. Regards
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: Lupus the Canine Hi would it be possible to add an option to make splot square or have arbitrary X/Y proportion ? You can use the square plot technique on either or both direction Tabulate X & Y ... (X*a)±b,,,(Y*c)±d
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 23/07/2013(UTC) Posts: 1,166 Was thanked: 529 time(s) in 355 post(s)
|
Originally Posted by: Lupus the Canine For example keeping this drawing square would be much easier: Here your functions plotted to square region. Regards
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 02/07/2023(UTC) Posts: 7
|
My bad, what I need is to have the grid be square not the entire plot. I want the drawing to be proportional.
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,439 Was thanked: 891 time(s) in 566 post(s)
|
Originally Posted by: Lupus the Canine My bad, what I need is to have the grid be square not the entire plot. I want the drawing to be proportional. Hi. Double clicking on the plot, you can access to the grid options for changing the 'Tick' value. Best regards. Alvaro.
|
|
|
|
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.