Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Plots.ji with GLVisualize.jl backend userguid. #197

Open
nizhizhen opened this issue Sep 4, 2017 · 2 comments
Open

Plots.ji with GLVisualize.jl backend userguid. #197

nizhizhen opened this issue Sep 4, 2017 · 2 comments

Comments

@nizhizhen
Copy link

have any userguid to learn ? I have not find some help in Plots.ji web ,I just want some basic plot help ,like ,bar plot , line ,point plot , below plot seem to a little ugly
2017-09-04 22-36-04

@SimonDanisch
Copy link
Member

Are you looking for: https://juliaplots.github.io/ ?

@nizhizhen
Copy link
Author

The guild on Plots.ji wed only have these:
The future: works in progress
GLVisualize
........

the figure above is plotted with GLVisulize backbend in Plots.ji. I . the code is below:

using Compose,DataFrames,DataFramesMeta,LaTeXStrings

using Plots
glvisualize()
................
c=plot(times,[improvment_pm25,improvment_secondpm25,improvment_so2,improvment_no2],
marker = (:circle,5, 0.5, ),
title="(b)",title_location=:topleft,titlefont=Plots.font(11),
label=["\ PM_2.5","\ Secondary PM_2.5","\ SO_2","\ NO_2"],legendfont=Plots.font(7),legend=:right,

        xaxis=("",Plots.font(8)),xrotation=0,
        yaxis=("Improvment (%)",(0,70),0:10:70,Plots.font(8)),
        window_title="sdfd"
  )

plot(c,layout=(1),dpi=600,size=(600,600))

savefig("plot.png")

the arguments like size, dpi, legend seem to been ignored ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants