About 1,397,218 results (2,907 milliseconds)

change colorbar tick and label sizes in display.plot

https://groups.google.com/g/pyart-users/c/eg00Fr79Tk4
Anna del Moral ... Hi Zach,. I tried calling colorbar from fig and plt, and it did not work. However, a colleague also in this list helped me to solve the problem ...

Formatting font size and type on colorbar tick labels.

https://groups.google.com/g/hyperspy-users/c/siFqDlrnh4E
Sep 1, 2015 ... I am using plot(colorbar=True, scalebar=False, auto_contrast ... plt.title('Surface Plasmon Center', fontsize=24,fontname='Times New ...

changing figure properties using plot_bot() in dedalus.extras

https://groups.google.com/g/dedalus-users/c/72pihq0UoY8
Also, I am wondering if one can change the font size for the axes titles easily. ... So the goal is to change the properties of the tick/colorbar labels and axis ...

ConvolutionalNetwork.ipynb - Colab

https://colab.research.google.com/github/gyyang/nn-brain/blob/master/ConvolutionalNetwork.ipynb
... time. for layer, sim in similarity.items(): plt.figure() plt.imshow(1 - sim, vmin=0, vmax=2, cmap='bwr') plt.colorbar() plt.title('Layer ' + layer).

usage.ipynb - Colab

https://colab.research.google.com/github/maurosilber/SMO/blob/main/smo/examples/usage.ipynb
Size of the averaging kernel. It should be smaller than the foreground ... plt.colorbar(label="Foreground probability"). Code cell output actions.

How to add a colorbar to GLViewWidget()

https://groups.google.com/g/pyqtgraph/c/R-F_Co5XBJs
Nov 25, 2014 ... # minimal size of the colorbar. layout.setColumnMinimumWidth(1, 120) ... plt = gl.GLMeshItem(vertexes=vetrs3D, faces=faces, faceColors ...

04.06-Customizing-Legends.ipynb - Colab

https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/04.06-Customizing-Legends.ipynb
plt.axis('equal') plt.xlabel('longitude') plt.ylabel('latitude') plt.colorbar(label='log$_{10}$(population)') plt.clim(3, 7) # Here we create a legend:

soft_policy_iteration.ipynb - Colab

https://colab.research.google.com/github/google-deepmind/csil/blob/main/soft_policy_iteration.ipynb
plt.colorbar(fig, ax=ax_) ax_ = ax[1] ax_.set_title("Greedy Stationary ... "font.size": base, "axes.labelsize": base, "legend.fontsize": base ...

parallel_spectral_fitting.ipynb - Colab

https://colab.research.google.com/github/radio-astro-tools/tutorials/blob/master/parallel_spectral_fitting/parallel_spectral_fitting.ipynb
cbar = plt.colorbar() cbar.set_label('Integrated Intensity (K km/s)'). spark ... plt.title('Moment 1 (km/s)', fontsize=14) plt.imshow(masked_moment1 ...

Species Distribution Modeling | Google Earth Engine | Google for ...

https://developers.google.com/earth-engine/tutorials/community/species-distribution-modeling
colorbar(heatmap, label="Count") plt.title("Monthly Species Count by Year ... size plt.figure(figsize=(8, 4)) # Plot the average importance as a ...

lecture_05_matplotlib.ipynb - Colab

https://colab.research.google.com/github/fbeilstein/machine_learning/blob/master/lecture_05_matplotlib.ipynb
... plt.colorbar();. Code cell output actions. spark Gemini. keyboard_arrow_down ... # Notice too that the legend only lists plot elements that have a label specified ...

019_nb.ipynb - Colab

https://colab.research.google.com/github/hiroshi0530/wa-src/blob/master/article/library/python/019/019_nb.ipynb
plt.rcParams['font.size'] = 8 plt.rcParams['xtick.labelsize'] = 8 plt ... plt.colorbar() plt.legend() plt.xlabel(xlabel) plt.ylabel(ylabel) plt.legend ...

DataVisualization_zos.ipynb - Colab

https://colab.research.google.com/github/aselshall/feart/blob/main/i/c1.ipynb
plt.title(title, pad=15,fontsize=18) else: if ((nfig== 0) or (nfig== 1)): plt ... clb=plt.colorbar(cax=cax,orientation="horizontal") clb.ax.tick_params ...

nappn2022_shape_of_things_to_come.ipynb - Colab

https://colab.research.google.com/github/amezqui3/demeter/blob/main/tutorial/nappn2022_shape_of_things_to_come.ipynb
... plt.subplots(1,2,figsize=(20,6)) ax[0].imshow(leaf_img.T, cmap='gray ... label = 'T = {}'.format(T[3*j+k])) ax[j,k].legend(fontsize=14) ax[j,k] ...

Data visualisation with Python_w_solution.ipynb - Colab

https://colab.research.google.com/github/ADACS-Australia/LMS-Scientific-Data-Visualization-with-Python/blob/master/Data%20visualisation%20with%20Python_w_solution.ipynb
# cbar = plt.colorbar(image, cmap=cmap, # norm=norm, ticks=bounds ... # Attach a text label above each bar displaying its height # """ # for rect ...

TF_Hess_Visualize.ipynb - Colab

https://colab.research.google.com/github/maciejskorski/ml_examples/blob/master/TF_Hess_Visualize.ipynb
normal(scale=0.1,size ... plt.rc('xtick', labelsize=15) plt.rc('ytick', labelsize=15) plt.imshow(h_reshaped, vmin=-0.005,vmax= 0.005, cmap='seismic') plt.colorbar ...

6-Lagrange_interpolation.ipynb - Colab

https://colab.research.google.com/github/caiociardelli/sphglltools/blob/main/doc/6_Lagrange_interpolation.ipynb
plt.tick_params (axis = 'x', labelsize = 10) plt.tick_params (axis = 'y ... cbar = plt.colorbar (surf) cbar.ax.tick_params (labelsize = 9) plt ...

Assoc. Prof. Dr. Faruk BULUT - Study of Clustering on Education

https://sites.google.com/site/bulutfaruk/study-of-clustering-on-education
plt.colorbar(scatter). plt.savefig('Kmeans.png', figsize=(3,2),size=11, dpi=1200 ... label='küme merkezi'). plt.legend();. Page updated. Report abuse.

Toy model: infering the size of a cube galaxy from the inside

https://colab.research.google.com/github/gaia-unlimited/gaiaunlimited/blob/main/docs/notebooks/cube_galaxy_sky.ipynb
Oct 27, 2023 ... plt.title('red dot indicates Sun position\nGalactic centre is at ... plt.colorbar(label='distance (kpc)') plt.suptitle('the view from ...