From: Robert D. <rob...@gm...> - 2022-11-20 17:05:40
|
Hi Eduardo, Sorry for the confusion. draw2d and plot2d are separate bodies of code; the existence of the two of them is a consequence of the history of Maxima. Anyway options for one don't apply to the other. The stuff I was saying about set_plot_option applies to plot2d. After saying set_plot_option as you showed, try: plot2d ([contour, F(x, y)], [x, -2, 2], [y, -2, 2]); >From what you reported, draw2d isn't prepared to recognize tikz even though Gnuplot knows about it; probably just a small patch to the draw2d code is needed. I haven't looked into it. best, Robert |