Title: Plot.wp
Author: paleolimbot
Published: <strong>November 16, 2016</strong>
Last modified: November 16, 2016

---

Search plugins

![](https://ps.w.org/plotwp/assets/banner-772x250.png?rev=1535211)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/plotwp_fdfdfd.svg)

# Plot.wp

 By [paleolimbot](https://profiles.wordpress.org/paleolimbot/)

[Download](https://downloads.wordpress.org/plugin/plotwp.v0.4.zip)

 * [Details](https://pcd.wordpress.org/plugins/plotwp/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/plotwp/#reviews)
 *  [Installation](https://pcd.wordpress.org/plugins/plotwp/#installation)
 * [Development](https://pcd.wordpress.org/plugins/plotwp/#developers)

 [Support](https://wordpress.org/support/plugin/plotwp/)

## Description

Plot.wp enables the `[plotly]` shortcode, allowing easy inclusion of JSON-based 
plots using the [plotly](https://plot.ly/javascript/) API. Just add valid plotly
JSON between the `[plotly]` and `[/plotly]` shortcodes, and revel as an interactive
plot appears in your post.

## Screenshots

 * [[
 * A plot created with the `[plotly]...[/plotly]` shortcode.

## Installation

Upload the Plot.wp plugin to your blog, Activate it, then use the `[plotly]...[/
plotly]` shortcode to start plotting!

## FAQ

  How do I add a plot to my post/page?

Plots are added using the `[plotly]...[/plotly]` shortcode. In between the shortcode
must be a valid JSON object that will be passed to `Plotly.plot('myDiv', ...)`.

    ```
    [plotly] {   "data": [{     "x": [1, 2, 3, 4],     "y": [27, 28, 29, 50],     "mode": "lines+markers",     "type": "scatter"   }],   "layout": {     "margin": {       "t": 40, "r": 40, "b": 40, "l":40     }   } } [/plotly] 
    ```

For more information about the [plotly](http://plot.ly).js API, see the [online documentation](https://plot.ly/javascript/).

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Plot.wp” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ paleolimbot ](https://profiles.wordpress.org/paleolimbot/)

[Translate “Plot.wp” into your language.](https://translate.wordpress.org/projects/wp-plugins/plotwp)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/plotwp/), check out
the [SVN repository](https://plugins.svn.wordpress.org/plotwp/), or subscribe to
the [development log](https://plugins.trac.wordpress.org/log/plotwp/) by [RSS](https://plugins.trac.wordpress.org/log/plotwp/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.4

_Release Date – 10 November 2016_

 * First release of the Plot.wp plugin.

## Meta

 *  Version **0.4**
 *  Last updated **9 years ago**
 *  Active installations **20+**
 *  WordPress version ** 3.7 or higher **
 *  Tested up to **4.6.30**
 *  Language
 * [English (US)](https://wordpress.org/plugins/plotwp/)
 * Tags
 * [charts](https://pcd.wordpress.org/plugins/tags/charts/)[graphs](https://pcd.wordpress.org/plugins/tags/graphs/)
   [plot](https://pcd.wordpress.org/plugins/tags/plot/)[plots](https://pcd.wordpress.org/plugins/tags/plots/)
   [scientific](https://pcd.wordpress.org/plugins/tags/scientific/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/plotwp/advanced/)

## Ratings

No reviews have been submitted yet.

[Add my review](https://wordpress.org/support/plugin/plotwp/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/plotwp/reviews/)

## Contributors

 *   [ paleolimbot ](https://profiles.wordpress.org/paleolimbot/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/plotwp/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://apps.fishandwhistle.net/donate)