Replies: 2 comments 1 reply
-
We already know about #851 , deemed a plplot bug, and, unless a patch is provided by the plplot guys, not going to be cured alas. But the #851 problem arises when the contours are very complicated, which is not the case with a smooth DIST(). #851 is also particular: adding the 'FILL' option there is no more crash (the plplot function called is different)? (a test you can make). Now, with my venerable laptop z=dist(500) gives an instant plot. Do you have a peculiar setup? memory size, type of OS (mac, linux, windows), version of GDL. |
Beta Was this translation helpful? Give feedback.
-
Of course if all contours were as boring as DIST() nobody would want to see them 😄 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
when I want make a contour plot in GDL, it hangs.
A simple contour, for example:
Z = DIST(100)
CONTOUR, Z, NLEVELS=10, /FOLLOW, TITLE='Simple Contour Plot'
It is working!
But, if
Z = DIST(500) or more, It hangs.
Are you having the same problem? Are there some solution for this larger contour plots?
Beta Was this translation helpful? Give feedback.
All reactions