gnudatalanguage / gdl

GDL - GNU Data Language
GNU General Public License v2.0
270 stars 61 forks source link

Last adjustements to plot functions -- test_coyote OK #1825

Closed GillesDuvert closed 2 months ago

GillesDuvert commented 2 months ago

Found a way to get correct 3D plots in !P.MULTI mode. Also changed a few other inconsitencies, in particular the ![XYZ].REGION was not correctly filled Only problem left: with POSITION keyword set (or !P.POSITION) the 3D plot is not at the same size as its IDL counterpart. Also, corrected axis() function to work ok in some special cases when used by AXIS procedure as exemplified by the ADDITIONAL_AXES_PLOT example in coyote examples.