File:Polymorphism Gibbs free energy.png

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Polymorphism_Gibbs_free_energy.png(578 × 432 pixels, file size: 29 KB, MIME type: image/png)

Summary

Description
English: reproduced Figure 2 of Perils of polymorphism: size matters

MD Ward - Israel Journal of Chemistry, 2017

```python import matplotlib.pyplot as plt import numpy as np

x = np.linspace(0, 1.2, 100)

  1. Define the functions

y1 = x**2 - x**3 y2 = 1.55*x**2 - 1.5*x**3

  1. Plot the curves

plt.plot(x, y1, label='Form 1') plt.plot(x, y2, label='Form 2')

  1. Add labels and title

plt.xlabel('crystal radius') plt.ylabel('Gibbs free energy')

  1. Add legend

plt.legend() plt.axhline(y=0, color='k') plt.axvline(x=0, color='k')

  1. Show the plot

plt.show()

```
Date
Source Own work
Author Cosmia Nebula

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Captions

Add a one-line explanation of what this file represents

Elementi ritratti in questo file

depicts

31 May 2023

image/png

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current21:59, 31 May 2023Thumbnail for version as of 21:59, 31 May 2023578 × 432 (29 KB)Cosmia NebulaUploaded while editing "Polymorphism (materials science)" on en.wikipedia.org
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Metadata