Yahoo Αναζήτηση Διαδυκτίου

Αποτελέσματα Αναζήτησης

  1. 11 Οκτ 2021 · I create a figure with matplotlib figure, axes = plt.subplots(nrows=3, ncols=2), plot various stuff axes[0,0].pcolormesh(...) and then export the figure to PDF figure.savefig('figure.pdf') or to PNG figure.savefig('figure.png').

  2. 26 Ιαν 2014 · Here is my code: import matplotlib.pyplot as plt. from matplotlib.backends.backend_pdf import PdfPages. def function_plot(X,Y): plt.figure() plt.clf() pp = PdfPages('test.pdf') graph = plt.title('y vs x') plt.xlabel('x axis', fontsize = 13)

  3. This is a demo of creating a pdf file with several pages, as well as adding metadata and annotations to pdf files. If you want to use a multipage pdf file using LaTeX, you need to use from matplotlib.backends.backend_pgf import PdfPages . This version however does not support attach_note.

  4. 14 Οκτ 2021 · This Python Matplotlib tutorial explains, Matplotlib save as pdf, Matplotlib savefig pdf dpi, Matplotlib save pdf transparent background, etc.

  5. 24 Ιουλ 2007 · Hi, I ran into some troubles when trying to do the following with matplotlib: - plotting a figure - using latex for axis labels - (getting acceptable fonts) - getting a pdf in the end I've not been able to solve this. In the documentation I found 2 ways to do this.

  6. This blog post explains how plots from matplotlib can be exported to PGF files, which in turn can be imported into L A T E X documents. The full source code can be found in the appendix.

  7. Once an Axes is placed on a figure there are many methods that can be used to add data to the Axes. An Axes typically has a pair of Axis Artists that define the data coordinate system, and include methods to add annotations like x- and y-labels, titles, and legends.

  1. Γίνεται επίσης αναζήτηση για