Skip to content
Snippets Groups Projects
Commit da65552c authored by Leštáková, Michaela's avatar Leštáková, Michaela
Browse files

add make clean to ci, clean up docs

parent c088675d
No related branches found
No related tags found
1 merge request!46add make clean to ci, clean up docs
Pipeline #1656281 passed
......@@ -58,6 +58,7 @@ check-typing:
doc:
script:
- make clean
- make html
artifacts:
paths:
......
Overview
========================
========
PlotSerializer also provides the functionality of converting the JSON file back into a diagram.
Only serialized attributes can influence the deserialized plot,
the created graph might thus look slightly different from the original, the data however will remain unchanged.
......
How PloSe sees diagrams
================================
=======================
PloSe uses its own data model for representing scientific diagrams.
The data model was designed as a general representation of scientific diagrams.
The base class for this data model is ``plot_serializer.model.Figure``.
......
......@@ -165,7 +165,7 @@ This information about the color relates to each trace, so to inspect it in the
Using Serializer object vs. matplotlib.pyplot
------------------------------------------
---------------------------------------------
So far the Serializer class for Matplotlib only supports the subplots and show method, meaning any other operations on the pyplot object will not get serialized and making
such changes to your plot still requires calling the functions on the pyplot object. The reason for this being that the Serializer was not implemented as a fully functional proxy
for the pyplot object like the AxesProxy class is for Axes of matplotlib.axes.
......
Matplotlib PlotSerializer 0.2.0
================
================================
.. code-block:: json
{
......
......@@ -46,7 +46,7 @@ PloSe also allows for deserialization of JSON-ized plots into matplotlib.
:hidden:
:caption: Deserializing with PloSe
deserializer
Deserializer
json_deserializer
.. toctree::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment