-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Degree Symbol does not plot #407
Comments
you can plot using the following syntax in cdat8
unit_name = r"$\ ^oC$"
…On Fri, 17 May 2019 at 22:05, Arulalan.T ***@***.***> wrote:
Hai,
In previous versions of cdat, we used to plot degree symbol by !Uo!D.
But in cdat8.1 version, it is not plotting degree symbol instead it just
displaying text as !Uo!D.
Is there any way to plot degree Celsius or degree symbol. ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#407?email_source=notifications&email_token=ABSK4RXFIL52DVKWXXMK3XLPV3NFLA5CNFSM4HNWYIZKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GUOFVQQ>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABSK4RX4WVPD6AN2BF6BNV3PV3NFLANCNFSM4HNWYIZA>
.
--
****************************************************************************************
Sathiyaseelan R
Research Scholar
Center for Atmospheric Sciences
Indian Institute of Technology - Delhi
HauzKhas
NewDelhi - 110016
[email protected]
Ph: +91-11-26596052
****************************************************************************************
|
@scottwittenburg can you investigate please? @arulalant for more on text object please review: and https://cdat.llnl.gov/Jupyter-notebooks/vcs/VCS_Text_Objects/VCS_Text_Objects.html |
ping @danlipsa |
@doutriaux1 Thanks. Meanwhile is that possible to increase png dpi resolution while saving x.png(filename)?. I couldn't control the dpi in the argument. If I am able to save high definition png image, then also my problem will solve as of now (for plotting degree symbol). |
@arulalant you can pass import vcs
x=vcs.init(geometry={"width":3000,"height":2000})
x.plot(...)
x.png("filename.png") or import vcs
x=vcs.init()
x.plot(...)
x.png("filename.png", width=8000, height=4000, units="pixels") |
Hai, When I try to change the default font and save plot as pdf, then I am getting error. v = vcs.init() ERROR: In ../IO/ExportPDF/vtkPDFExporter.cxx, line 113 I am getting the above error while saving as pdf only, not other formats. |
Hai,
In previous versions of cdat, we used to plot degree symbol by !Uo!D.
But in cdat8.1 version, it is not plotting degree symbol instead it just displaying text as !Uo!D.
Is there any way to plot degree Celsius or degree symbol. ?
The text was updated successfully, but these errors were encountered: