  Rank: Advanced Member Groups: Registered
Joined: 23/07/2013(UTC) Posts: 990  Was thanked: 412 time(s) in 276 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,430   Was thanked: 1226 time(s) in 710 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: 1,819  Was thanked: 1001 time(s) in 641 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 2 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: 990  Was thanked: 412 time(s) in 276 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: 1,819  Was thanked: 1001 time(s) in 641 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 2 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,169  Was thanked: 682 time(s) in 426 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 15 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,430   Was thanked: 1226 time(s) in 710 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,169  Was thanked: 682 time(s) in 426 post(s)
|
Functions for grids, meshes and plot surfaces. Support triangular meshes and multiple surfaces in the same plot.   pSurf.sm (316kb) downloaded 36 time(s). pSurf.pdf (2,254kb) downloaded 25 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)
|
|
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.